Installing OpenCL¶
VMWare¶
- Download the AMD APP SDK
- Install it.
- Add symlinks for
/opt/AMDAPPSDK-3.0/lib/x86_64/sdk/libOpenCL.so.1to/usr/lib - Add symlinks for
/opt/AMDAPPSDK-3.0/lib/x86_64/sdk/libamdocl64.soto/usr/lib - Make sure
clinforeports back that there is a valid backend to use (anything other than an error should be fine). - Install OpenGL headers:
$ sudo apt install mesa-common-dev - Adjust the
Makefileto have the appropriate search paths, if they are not already correct.