veda
veda

Reputation: 6594

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

Upvotes: 6

Views: 4401

Answers (2)

Kyle Lutz
Kyle Lutz

Reputation: 8036

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

Upvotes: 6

Ben
Ben

Reputation: 21249

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

Upvotes: 2

Related Questions