CUDA: Difference between revisions

From Cheaha
Jump to navigation Jump to search
No edit summary
(added category software)
Line 13: Line 13:
  module load cuda/cuda-4
  module load cuda/cuda-4
</pre>
</pre>
[[Category:Software]]

Revision as of 13:46, 4 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