OpenCL 和 Mobility Radeon x2300
我有一台配备 AMD Mobility Radeon x2300 的 Samsung r60+ 笔记本电脑。 我可以用它来进行 OpenCL 开发吗? 我已经安装了最新的 AMD SDK,但我只看到 CPU 计算设备。
我使用的是 Linux,但如果需要的话我也可以使用 Windows。
I have a Samsung r60+ laptop with an AMD Mobility Radeon x2300.
Can I use it for OpenCL development?
I have installed the latest AMD SDK, but I only see the CPU compute device.
I am using Linux, but I am able to use Windows if necessary.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为 AMD 目前不支持 mobile x2300 的 OpenCL。此源代码显示了 AMD OpenCL 支持的所有 OpenCL 设备。
现在,您始终可以为 CPU 编写代码,然后在获得支持的设备时使用相同的内核在 GPU 上运行。但请注意,一开始您可能无法在 GPU 上获得最佳性能。
I do not think that AMD currently supports OpenCL for the mobility x2300. This source shows all the OpenCL devices that are supported by AMD OpenCL.
You could always write code for your CPU now, and then use the same kernel to operate on the GPU, when you get a supported device. But note that you probably won't get optimal performance on the GPU at first.