From d8fe3daa49f81767c1dd783325c330a145d945bd Mon Sep 17 00:00:00 2001 From: "Zhefeng, Qiao" Date: Thu, 23 Nov 2023 14:23:43 +0800 Subject: [PATCH] [Fix] Align with oneapi 2024.0 libmkl_sycl.so update (#2510) --- tools/env_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/env_check.sh b/tools/env_check.sh index 4e5536693..bd9077f88 100755 --- a/tools/env_check.sh +++ b/tools/env_check.sh @@ -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