Page 1 of 1

CUDA from NVIDIA - Massive procesing free framework

Posted: Thu Sep 17, 2009 12:32 am
by Normando
I have found this at NVIDIA site searching for a drivers. It sound interesting to use the power of GPU has NVIDIA cards to add more power to ZM, like face recognicion, more accurace alarms methods, etc.

And this is writen in "C" language
NVIDIA® CUDA™ is a general purpose parallel computing architecture that leverages the parallel compute engine in NVIDIA graphics processing units (GPUs) to solve many complex computational problems in a fraction of the time required on a CPU. It includes the CUDA Instruction Set Architecture (ISA) and the parallel compute engine in the GPU. To program to the CUDA architecture, developers can, today, use C, one of the most widely used high-level programming languages, which can then be run at great performance on a CUDA enabled processor. Other languages will be supported in the future, including FORTRAN and C++.
With over 100 million CUDA-enabled GPUs sold to date, thousands of software developers are already using the free CUDA software development tools to solve problems in a variety of professional and home applications – from video and audio processing and physics simulations, to oil and gas exploration, product design, medical imaging, and scientific research
  • * Standard C language for parallel application development on the GPU
    * Standard numerical libraries for FFT (Fast Fourier Transform) and BLAS (Basic Linear Algebra Subroutines)
    * Dedicated CUDA driver for computing with fast data transfer path between GPU and CPU
    * CUDA driver interoperates with OpenGL and DirectX graphics drivers
    * Support for Linux 32/64-bit and Windows XP 32/64-bit operating systems
Please, take a deep look at:

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

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

Posted: Fri Sep 25, 2009 8:42 pm
by kingofkya
Yeah thats a good point gpu are better at graphics stuff by design

look at this lib http://www.nvidia.com/object/cuda_home. ... 9536598781

not glp but it gives some ideas