.Net Lib\Wrapper 可以清除 ATI 和 Nvidea API 之间用于计算 GPU 的差异吗?
我想使用 GPU 进行计数。如果没有找到 GPU,我需要它落在 CPU 上并为我提供统一的 api。 (对任何 .net 感兴趣,例如 4)
I want to use GPU for counting purposes. I need it to fall on to CPU if no GPU found and provide me with unified api. (interested in any .net for example №4)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看 OpenCL.net
Take a look at OpenCL.net
我不知道有哪个库那么稳定并且可以投入生产。也许有人可以纠正我。但也有很多发达的。
检查:
OpenCL.NET / CUDA.NET
brahma / 其他信息
Microsoft 加速器:文章:http://blogs.msdn.com/satnam_singh/archive/2010/01/11 /ac-implementation-of-a-convolver-using-accelerator-for-gpgpu-and-multicore-targets-using-linq-operators.aspx , http://research.microsoft.com/en-us/projects/Accelerator/)
C$ - http://cbucks.codeplex.com/
Conflux - http://bitbucket.org/conflux/conflux
I don't know any library that stable and ready to production. Maybe someone can correct me. But there are many developed.
Check:
OpenCL.NET / CUDA.NET
brahma / additional info
Microsoft's Accelerator: Articles: http://blogs.msdn.com/satnam_singh/archive/2010/01/11/a-c-implementation-of-a-convolver-using-accelerator-for-gpgpu-and-multicore-targets-using-linq-operators.aspx , http://research.microsoft.com/en-us/projects/Accelerator/)
C$ - http://cbucks.codeplex.com/
Conflux - http://bitbucket.org/conflux/conflux