ROCm-OpenCL-Driver icon indicating copy to clipboard operation
ROCm-OpenCL-Driver copied to clipboard

Separate distribution packages for ICD loader and ICD

Open inducer opened this issue 6 years ago • 0 comments

The rocm-opencl package should be split into two packages, the ICD loader (libOpenCL.so) and the ICD itself. Otherwise, it is likely that an already present system-wide ICD loader will be overriden. For those who are bitten by the same issue in the meantime, this will divert the file to not interfere with system-wide configuration:

dpkg-divert --divert  /opt/rocm/opencl/lib/x86_64/libOpenCL-amd.so.1 --rename  /opt/rocm/opencl/lib/x86_64/libOpenCL.so.1

inducer avatar Jun 20 '18 16:06 inducer