CUDA
|
CUDA is designed for a specific GPU architecture, namely NVIDIA’s Streaming Multiprocessors.
CUDA has many programming operations that are common to other parallel programming paradigms.
The memory architecture is extremely important to obtaining good performance from CUDA programs.
|