PDA

View Full Version : [BUG] Driver incompatibility with nvidia OpenCL in ubuntu 16.04


raycar5
07-30-2016, 01:54 PM
When executing the attached opencl program the compilation of the kernel fails only when the displaylink graphics driver is installed, I'm using the nvidia 361 driver, nvidia icd and reference icd loader with an nvidia 970m graphics card. (The program cl-demo requires two numerical arguments, I normally use 100, 100)

Instructions to replicate bug:
-Clean installation of ubuntu 16.04
-Install nvidia 361 driver
-Reboot
-Execute program and it works
-Install displaylink driver
-Reboot
-Execute program and fails
-Uninstall displaylink driver
-Reboot
-Execute program and it works