What are the programming languages for GPU

天涯浪子 提交于 2019-12-22 05:13:18

问题


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


回答1:


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




回答2:


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



来源:https://stackoverflow.com/questions/4057548/what-are-the-programming-languages-for-gpu

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!