File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77
88function check_L0_version {
99 if command -v dpkg & > /dev/null; then
10- dpkg -l | grep level-zero && return
10+ dpkg -l | grep -iE " level-zero|libze " && return
1111 fi
1212
1313 if command -v rpm & > /dev/null; then
Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ endif()
376376# headers are not provided by the user (via setting UMF_LEVEL_ZERO_INCLUDE_DIR).
377377if (UMF_BUILD_LEVEL_ZERO_PROVIDER AND (NOT UMF_LEVEL_ZERO_INCLUDE_DIR))
378378 set (LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git" )
379- set (LEVEL_ZERO_LOADER_TAG v1.21.3 )
379+ set (LEVEL_ZERO_LOADER_TAG v1.19.2 )
380380
381381 message (
382382 STATUS
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ endif()
2424include (FetchContent)
2525
2626set (LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git" )
27- set (LEVEL_ZERO_LOADER_TAG v1.21.3 )
27+ set (LEVEL_ZERO_LOADER_TAG v1.19.2 )
2828
2929message (
3030 STATUS
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ endif()
2424include (FetchContent)
2525
2626set (LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git" )
27- set (LEVEL_ZERO_LOADER_TAG v1.21.3 )
27+ set (LEVEL_ZERO_LOADER_TAG v1.19.2 )
2828
2929message (
3030 STATUS
You can’t perform that action at this time.
0 commit comments