View Single Post
Old 07-30-2016, 01:54 PM   #1
raycar5
Junior Member
 
Join Date: Jul 2016
Posts: 1
Exclamation [BUG] Driver incompatibility with nvidia OpenCL in ubuntu 16.04

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
Attached Files
File Type: zip devenv_2016-07-30T13:34:04.391955.zip (103.0 KB, 1 views)
File Type: zip tools-master.zip (33.9 KB, 0 views)
raycar5 is offline   Reply With Quote