Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are the programming languages for GPU

I read an article stating that GPU are the future of supercomputing. I would like to know what are the programming languages used for programming on GPU's

like image 651
veda Avatar asked Oct 30 '10 06:10

veda


2 Answers

OpenCL is the open and cross platform solution and runs on both GPUs and CPUs. Another is CUDA which is built by NVIDIA for their GPUs.

HLSL,Cg are few others

like image 83
Kyle Lutz Avatar answered Sep 18 '22 08:09

Kyle Lutz


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

like image 37
Ben Avatar answered Sep 22 '22 08:09

Ben