The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.
  1. spradhan01

    spradhan01 Notebook Virtuoso

    Reputations:
    1,392
    Messages:
    3,599
    Likes Received:
    5
    Trophy Points:
    106
    What is exact work of CUDA? Does 8800m have it and what sort of advantage we can get also any link for the cuda software?
    thanks
     
  2. Freakish123

    Freakish123 Notebook Consultant

    Reputations:
    9
    Messages:
    253
    Likes Received:
    0
    Trophy Points:
    30
    CUDA is specifically designed for various tasks for Nvidia 8xxx series cards or better. It offers a lot of advantages over traditional CPU's for intensive processing.

    Your advantage will depend on the Algorithms and hardware for which you are trying to speed up. Sometimes CUDA will be faster and other times your CPU will be. It depends on so many factors along the way.

    A lot of 3D rendering software WILL use CUDA, but not a lot at the moment, there are 3D Sculpting Applications like "3D Coat" that already exhibit the advantages, and PhysX particle accelerators for Lightwave 3D.

    Raytracing and other intensive tasks will get their CUDA enhanced in upcoming versions. Medical Imaging and tasks similar will also gain a lot of performance. WPA password cracking is also much faster on CUDA, Encoding/Decoding videos, basically anything that is very parallelable. :)

    So unless you know what you are trying to make faster, CUDA won't do a lot for you. It's a C based language for GPU programming, so it's not going to make big difference to your everyday activities in Vista, at least not for sometime yet and games will likely stay clear of the tech for sometime, and not see much benefit.

    http://www.nvidia.com/object/cuda_home.html