compute-runtime icon indicating copy to clipboard operation
compute-runtime copied to clipboard

Broken OpenCL Runtime on 25.18.33578.6

Open vparres opened this issue 5 months ago • 2 comments

Hello,

I'm using the Intel OpenCL Mod for LinuxServer's Jellyfin Docker image, and i found that OpenCL is broken since 25.18.33578.6 and it looked like an upstream issue. I tested on both a A40 and a A380 GPU with 2 different machines. The Docker image is based on Ubuntu 24.04 noble, and uses Intel packages.

Downgrading to 25.13.33276.16 workaround the issue.

Using clinfo shows no OpenCL platform available even if the GPU is detected and VA-API is working properly:

root@vm-infra-jelly:/# clinfo
WARNING: Small BAR detected for device 0000:01:00.0
Number of platforms                               0

ICD loader properties
  ICD loader Name                                 OpenCL ICD Loader
  ICD loader Vendor                               OCL Icd free software
  ICD loader Version                              2.3.2
  ICD loader Profile                              OpenCL 3.0

More details on the original OpenCL Mod issue is available here : https://github.com/linuxserver/docker-mods/issues/1034

Thank you for your help !

vparres avatar May 27 '25 15:05 vparres