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
{{ message }}
This repository was archived by the owner on Jan 26, 2024. It is now read-only.
A major improvement to the whole packaging would be to include the /etc/OpenCL/vendors/*.icd of the rocm-ocl-icd*.rpm to the files and configure at least the required opencl-filesystem package from EL (9.1).
Unfortunately, the provided, cmake generated
rocm-ocl-icd*.rpmdoesn't install through a classical Anaconda kickstart installation of EL 9.1:I think the rpm-post-script https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime/blob/develop/packaging/rocm-ocl-icd.rpm_post should include /bin/mkdir at least.
A major improvement to the whole packaging would be to include the
/etc/OpenCL/vendors/*.icdof therocm-ocl-icd*.rpmto the files and configure at least the requiredopencl-filesystempackage from EL (9.1).