GPGPU、OpenCL、CUDA、ATI 流
请告诉我 GPGPU 已经存在哪些技术以及哪些硬件供应商实现了 GPGPU?
我从早上起就一直在阅读各种网站上的文章,我感到很困惑。
Please tell me what technologies GPGPU exist already and which hardwares vendor's implement GPGPU?
I've been reading articles on various sites from morning and I've become confused.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Brook 和 CUDA 是专有技术。 OpenCL 是行业标准,目前已获得 ATI 和 NVIDIA 的支持。 ATI 甚至提供基于CPU 的实现。
Brook and CUDA are proprietary technologies. And OpenCL is industry standard, now supported by ATI and NVIDIA. ATI even provides CPU-based implementation.
AMD-ATI
允许您使用基于Brook+
的语言来利用 GPU 的强大功能。而
nVidia
提供了CUDA
。AMD-ATI
allows you to harness the power of GPU using a language based onBrook+
.And
nVidia
providesCUDA
.我发现英特尔将创建名为Intel Larrabee的架构
和VIA宣布创建VIA Trinity,两者都可以在未来用于GPGPU,并且可以作为nVidia CUDA的竞争对手和ATI Stream。
I've found that Intel is going to create architecture with name Intel Larrabee
and VIA declared about creating VIA Trinity , both of which can be use in future for GPGPU and can be as competitor for nVidia CUDA and ATI Stream.