2024-08-28, 05:38 PM
(This post was last modified: 2024-08-28, 05:38 PM by TheDreadPirate. Edited 1 time in total.)
The issue for Synology NASes is due to Synology still using an old Linux kernel (4.4) in most of their models. Intel deprecated OpenCL support for that kernel.
Check the version of the intel-opencl-icd package you are running. If the version is 22.### then it is too old. N100 support was added in version 23. If you are using an older distro, even as recent as Ubuntu 22.04, you will need to go to Intel's git and get a newer Intel Compute Runtime version that what Ubuntu's repo provides.
https://github.com/intel/compute-runtime/releases
You just need the "intel-opencl-icd" package from Intel's git.
Check the version of the intel-opencl-icd package you are running. If the version is 22.### then it is too old. N100 support was added in version 23. If you are using an older distro, even as recent as Ubuntu 22.04, you will need to go to Intel's git and get a newer Intel Compute Runtime version that what Ubuntu's repo provides.
https://github.com/intel/compute-runtime/releases
You just need the "intel-opencl-icd" package from Intel's git.