Skip to content

Commit

Permalink
[Fix] Align with oneapi 2024.0 libmkl_sycl.so update (#2510)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dboyqiao committed Nov 23, 2023
1 parent a3f8c28 commit d8fe3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/env_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ check_intel_oneapi() {
installed_status_oneapi "libsycl.so" "Intel(R) oneAPI DPC++/C++ Compiler" "CMPLR_ROOT" ${current_oneapi_list[0]}
;;
mkl)
installed_status_oneapi "libmkl_sycl.so" "Intel(R) oneAPI Math Kernel Library" "MKLROOT" ${current_oneapi_list[1]}
installed_status_oneapi "libmkl_sycl.*.so" "Intel(R) oneAPI Math Kernel Library" "MKLROOT" ${current_oneapi_list[1]}
;;
ccl)
if [[ ${IS_DETAIL} -eq 1 ]]; then
Expand Down

0 comments on commit d8fe3da

Please sign in to comment.