GPU computing with NVIDIA CUDA for data-intensive processing that inter-operates with the OpenGL API
Nov 09, 2006
GPU computing with NVIDIA’s new CUDA (compute unified device architecture) technology uses ‘C’ programs called threads that are similar to multi-threading programs on traditional CPUs. In contrast to multi-core CPUs, where only a few threads execute at the same time, NVIDIA GPUs featuring CUDA technology process thousands of threads simultaneously enabling a higher capacity of information flow. Threads cab also communicate with eachother. The CUDA SDK includes standard FFT and BLAS libraries, a C-compiler for the NVIDIA GPU and a standalone runtime driver that inter-operates with OpenGL drivers from NVIDIA. Available for Windows and Linux.
Category: Developers •
Posted on 11/09 at 12:01 PM
Comments
Leave a comment
Next entry: NVIDIA GeForce 8 Series OpenGL extensions
Previous entry: HLSL2GLSL v0.9 DirectX 9 HLSL to OpenGL Shading Language translator
