Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: install 2024 versions of Intel OCL libraries
The intel oneAPI repository was recently updated, which broke our install scripts: ``` The following packages have unmet dependencies: intel-oneapi-runtime-compilers : Depends: intel-oneapi-runtime-openmp (= 2023.2.2-47) but 2024.0.0-49819 is to be installed ``` Looking at Intel's installation guide: https://www.intel.com/content/www/us/en/docs/oneapi/installation-guide-linux/2024-0/apt.html Intel recommends installing a metapackage `intel-oneapi-runtime-libs`. This package now depends on `intel-oneapi-runtime-opencl-2024` and `intel-oneapi-runtime-compilers-2024`, so it seems like we should use these packages now. MISC
- Loading branch information