06.06.2017
Notes: CUDA / OpenCL with Nvidia Optimus under Ubuntu 16.04
NVidia 375 once again changed how OpenCL programs on Ubuntu 16.04 need to be invocated.
- Do the bumblebee dance
- Check that
/etc/OpenCL/vendors/nvidia.icd
containslibnvidia-opencl.so.1
- Maybe link
libOpenCL.so
to the expected location to enable standard OpenCL programs like darktable:sudo ln -s /usr ...