Skip to content

Commit d8fe3da

Browse files
committed
[Fix] Align with oneapi 2024.0 libmkl_sycl.so update (#2510)
1 parent a3f8c28 commit d8fe3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/env_check.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ check_intel_oneapi() {
514514
installed_status_oneapi "libsycl.so" "Intel(R) oneAPI DPC++/C++ Compiler" "CMPLR_ROOT" ${current_oneapi_list[0]}
515515
;;
516516
mkl)
517-
installed_status_oneapi "libmkl_sycl.so" "Intel(R) oneAPI Math Kernel Library" "MKLROOT" ${current_oneapi_list[1]}
517+
installed_status_oneapi "libmkl_sycl.*.so" "Intel(R) oneAPI Math Kernel Library" "MKLROOT" ${current_oneapi_list[1]}
518518
;;
519519
ccl)
520520
if [[ ${IS_DETAIL} -eq 1 ]]; then

0 commit comments

Comments
 (0)