Sign inSign up

cwpearson/opencl2.0-amd-cpu

By cwpearson

Updated almost 10 years ago

Image for OpenCL 2.0 on CPUs using AMD stack.

Image
1

1.0K

cwpearson/opencl2.0-amd-cpu repository overview

Readme

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.

Using from Docker Hub

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.

Building Locally

docker build . -t cwpearson/opencl2.0-amd-cpu

Tag summary

Content type

Image

Digest

Size

79.8 MB

Last updated

almost 10 years ago

docker pull cwpearson/opencl2.0-amd-cpu