本文介绍了GPU的编程语言是什么的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我阅读了一篇文章,指出GPU是超级计算的未来.我想知道在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

推荐答案

OpenCL是开放和跨平台的解决方案,可在GPU和CPU上运行.另一个是CUDA,由NVIDIA为他们的GPU构建.

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很少

这篇关于GPU的编程语言是什么的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-27 13:47
查看更多