You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Missing global symbol 'clIcdGetPlatformIDsKHR' in ICD, should be skipped
I need to investigate why this symbol is missing.
I believe this to be working under Ubuntu 23.04 but not under Ubuntu 23.10 somehow.
UPDATE: From what I can tell so far: this is a bug in nvidia's 535.54.03 driver, which I think may have been solved in 535.86.05 driver. But somehow Ubuntu 23.10 lags Ubuntu 23.04
I have a machine with both an NVIDIA dGPU and an AMD iGPU, as can be seen here:
And here:
(The
vulkaninfo --summary
will also list both.)But when libOpenCL.so is querying the platforms, it seems to try 3 (as
strace
will open libnvidia-opencl.so) but will not report the nvidia ICD:Yet, the ICD is there, and points to a valid
.so
file:Why is the nvidia opencl driver disregarded?
Here is the output from clinfo with OCL_ICD_DEBUG set to 4:
OS: Ubuntu 23.10
GPUS: NVIDIA + RADEON
The text was updated successfully, but these errors were encountered: