What are the programming languages โ€‹โ€‹for the GPU

I read an article that GPUs are the future of supercomputers. I would like to know which programming languages โ€‹โ€‹are used for programming on the GPU

+6
programming-languages gpu-programming
source share
2 answers

OpenCL is an open and cross-platform solution that runs on both GPUs and processors. The other is CUDA, which is built by NVIDIA for its GPUs.

HLSL, Cg several others

+6
source share

CUDA has quite a few language ports .. http://en.wikipedia.org/wiki/CUDA

+2
source share

All Articles