CUDA: Difference between revisions
(created page with generic stub) |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[http://developer.nvidia.com/what-cuda CUDA]is NVIDIA’s parallel computing architecture. It enables dramatic increases in computing performance by harnessing the power of the GPU. | [http://developer.nvidia.com/what-cuda Compute Unified Device Architecture (CUDA)]is NVIDIA’s parallel computing architecture. It enables dramatic increases in computing performance by harnessing the power of the GPU. CUDA is the computing engine in Nvidia graphics processing units (GPUs) that is accessible to software developers through variants of industry standard programming languages. Programmers use 'C for CUDA' (C with Nvidia extensions and certain restrictions), compiled through a PathScale Open64 C compiler, to code algorithms for execution on the GPU. CUDA architecture shares a range of computational interfaces with two competitors: the Khronos Group's OpenCL and Microsoft's DirectCompute | ||
With millions of CUDA-enabled GPUs sold to date, software developers, scientists and researchers are finding broad-ranging uses for CUDA, including image and video processing, computational biology and chemistry, fluid dynamics simulation, CT image reconstruction, seismic analysis, ray tracing, and much more. | With millions of CUDA-enabled GPUs sold to date, software developers, scientists and researchers are finding broad-ranging uses for CUDA, including image and video processing, computational biology and chemistry, fluid dynamics simulation, CT image reconstruction, seismic analysis, ray tracing, and much more. | ||
Project | '''Project website:''' http://developer.nvidia.com/what-cuda | ||
====Load SGE module==== | |||
The following Modules file should be loaded for this package: | The following Modules file should be loaded for this package: | ||
<pre> | <pre> | ||
module load cuda/cuda-4 | module load cuda/cuda-4 | ||
</pre> | </pre> | ||
[[Category:Software]][[Category:Programing]][[Category:Developer Tools]] |
Latest revision as of 13:41, 6 April 2012
This page is a Generic stub.
You can help by expanding this page..
Compute Unified Device Architecture (CUDA)is NVIDIA’s parallel computing architecture. It enables dramatic increases in computing performance by harnessing the power of the GPU. CUDA is the computing engine in Nvidia graphics processing units (GPUs) that is accessible to software developers through variants of industry standard programming languages. Programmers use 'C for CUDA' (C with Nvidia extensions and certain restrictions), compiled through a PathScale Open64 C compiler, to code algorithms for execution on the GPU. CUDA architecture shares a range of computational interfaces with two competitors: the Khronos Group's OpenCL and Microsoft's DirectCompute
With millions of CUDA-enabled GPUs sold to date, software developers, scientists and researchers are finding broad-ranging uses for CUDA, including image and video processing, computational biology and chemistry, fluid dynamics simulation, CT image reconstruction, seismic analysis, ray tracing, and much more.
Project website: http://developer.nvidia.com/what-cuda
Load SGE module
The following Modules file should be loaded for this package:
module load cuda/cuda-4