Image for OpenCL 2.0 on CPUs using AMD stack.
1.0K
A Docker image with the AMD OpenCL 2.0 runtime and Khronos group OpenCL 2.0 header files.
This image has OCL_INC and OCL_LIB environment variables set to the OpenCL include and library directories, respectively.
LD_LIBRARY_PATH is also set to include OCL_LIB.
docker run -it cwpearson/opencl2.0-amd-cpu bash -c clinfo
You should see a dump of information about the OpenCL capabilities of your system.
docker build . -t cwpearson/opencl2.0-amd-cpu
Content type
Image
Digest
Size
79.8 MB
Last updated
almost 10 years ago
docker pull cwpearson/opencl2.0-amd-cpu