什么与“找不到GPU。回到CPU设备”

时间:2011-10-16 00:04:42

标签: opencl video-card

刚刚下载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

1 个答案:

答案 0 :(得分:4)

听起来Radeon HD 3400硬件不支持"ATI Stream Processing"(因此GPU上的OpenCL)。

请参阅How to enable OpenCL-GPU-processing in Linux (CL_DEVICE_TYPE_GPU)?(只有certain cores支持,并且有多个核心 - 启用了不同的功能 - 在Fxxx型号范围内使用)。

快乐的OpenCL-on-CPU编码。