OpenCL 和 Mobility Radeon x2300

发布于 2024-12-15 15:16:17 字数 160 浏览 2 评论 0原文

我有一台配备 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

许你一世情深 2024-12-22 15:16:17

我认为 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文