开发者

List of OpenCL compliant CPU/GPU

How can I know which CPU can be programmed by OpenCL? For example, the Pentium E5200. Is there a way to know 开发者_JS百科w/o running and querying it?


OpenCL compatibility can generally be determined by looking on the vendor's sites. AMD's APP SDK requires CPUs to support at least SSE2. They also have a list of currently supported ATI/AMD video cards.

The most official source is probably the Khronos conformance list: http://www.khronos.org/conformance/adopters/conformant-products#opencl

For compatibility with the AMD APP SDK: http://developer.amd.com/gpu/AMDAPPSDK/pages/DriverCompatibility.aspx

For the NVIDIA, anything that supports CUDA should support their implementation of OpenCL: http://www.nvidia.com/object/cuda_gpus.html

For compatibility with the Intel OpenCL SDK, look at:
https://software.intel.com/en-us/articles/opencl-code-builder-release-notes


Here is the list of conforming OpenCL products from the Khronos site:

http://www.khronos.org/conformance/adopters/conformant-products/


You got Intel OpenCL too http://software.intel.com/en-us/articles/intel-opencl-sdk/ for windows right now.


Just one more comment about Intel, Now they do not only support OpenCL under windows, but also linux. But it is part of a commercial SDK see https://software.intel.com/en-us/intel-media-server-studio.

Another alternative for OpenCL development under Linux is Beignet, an OpenCL source project maintain by Intel China. http://www.freedesktop.org/wiki/Software/Beignet/

I have tested on linux and it works as per tutorial, however, the compiler they use is completely different from the one under the windows.


Well for the CPU, AMD's SDK is supposed to work on x86 (even on Intel's x86), so that will cover most of your options.

And for the GPU, I think almost all cards made in the last couple of years should run OpenCL kernels. I don't have of a particular list.

EDIT: Looks like AMD removed the original SDK pages with no replacement. There are unofficial mirrors for Windows and Linux, but I haven't tried them.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜