We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3f8c28 commit d8fe3daCopy full SHA for d8fe3da
tools/env_check.sh
@@ -514,7 +514,7 @@ check_intel_oneapi() {
514
installed_status_oneapi "libsycl.so" "Intel(R) oneAPI DPC++/C++ Compiler" "CMPLR_ROOT" ${current_oneapi_list[0]}
515
;;
516
mkl)
517
- 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]}
518
519
ccl)
520
if [[ ${IS_DETAIL} -eq 1 ]]; then
0 commit comments