与“未找到 GPU”有什么关系。回退到CPU设备”

发布于 2024-12-10 10:23:45 字数 859 浏览 2 评论 0原文

刚刚下载了 AMD-APP-SDK-v2.5-RC2-lnx32,为什么当我尝试执行示例程序时出现:GPU not found.

%> ./AESEncryptDecrypt
Platform 0 : Advanced Micro Devices, Inc.
Encrypting Image ....
Input Image : input512.bmp
Key : 15 201 51 89 92 34 96 66 11 225 161 96 81 211 108 124 
GPU not found. Falling back to CPU device

Selected Platform Vendor : Advanced Micro Devices, Inc.
Device 0 : Intel(R) Core(TM)2 Duo CPU     T5870  @ 2.00GHz
Executing kernel for 1 iterations
-------------------------------------------
Output Filename : output.bmp

============================================

fglrxinfo:

display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Mobility Radeon HD 3400 Series
OpenGL version string: 3.3.10665 Compatibility Profile Context

Just downloaded AMD-APP-SDK-v2.5-RC2-lnx32, why i got this: GPU not found. , when i try to execute a sample program ?

%> ./AESEncryptDecrypt
Platform 0 : Advanced Micro Devices, Inc.
Encrypting Image ....
Input Image : input512.bmp
Key : 15 201 51 89 92 34 96 66 11 225 161 96 81 211 108 124 
GPU not found. Falling back to CPU device

Selected Platform Vendor : Advanced Micro Devices, Inc.
Device 0 : Intel(R) Core(TM)2 Duo CPU     T5870  @ 2.00GHz
Executing kernel for 1 iterations
-------------------------------------------
Output Filename : output.bmp

==========================================

fglrxinfo:

display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Mobility Radeon HD 3400 Series
OpenGL version string: 3.3.10665 Compatibility Profile Context

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

非要怀念 2024-12-17 10:23:45

听起来 Radeon HD 3400 硬件不支持 “ATI 流处理”(以及 GPU 上的 OpenCL)。

请参阅如何在 Linux 中启用 OpenCL-GPU 处理 (CL_DEVICE_TYPE_GPU)? (仅在 某些核心,并且有多个核心(启用了不同的功能)在 Fxxx 型号范围内使用)。

快乐的 OpenCL-on-CPU 编码。

It sounds like the Radeon HD 3400 hardware does not support "ATI Stream Processing" (and thus OpenCL on the GPU).

See How to enable OpenCL-GPU-processing in Linux (CL_DEVICE_TYPE_GPU)? (It is only supported on certain cores, and there are multiple cores -- with different features enabled -- used within a Fxxx model range).

Happy OpenCL-on-CPU coding.

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