Skip to content

Commit 22512b8

Browse files
committed
[test] Update to v1.25.2 L0
Signed-off-by: Neil R. Spruit <[email protected]>
1 parent 066e266 commit 22512b8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

devops/dependencies.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
2020
},
2121
"level_zero": {
22-
"github_tag": "v1.24.3",
23-
"version": "v1.24.3",
24-
"url": "https://github.com/oneapi-src/level-zero/releases/tag/v1.24.3",
22+
"github_tag": "v1.25.2",
23+
"version": "v1.25.2",
24+
"url": "https://github.com/oneapi-src/level-zero/releases/tag/v1.25.2",
2525
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
2626
},
2727
"tbb": {

sycl/test-e2e/Adapters/level_zero/interop-image.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: target-spir, level_zero, level_zero_dev_kit, aspect-ext_intel_legacy_image
22
// RUN: %{build} %level_zero_options -o %t.out
3-
// RUN: %{run} %t.out
3+
// RUN: ZE_ENABLE_LOADER_DEBUG_TRACE=1 ZE_DEBUG=1 %{run} %t.out
44

55
// spir-v gen for legacy images at O0 not working
66
// UNSUPPORTED: O0

unified-runtime/cmake/FetchLevelZero.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ find_package(PkgConfig QUIET)
1313
# so try using that to find the install and if it's not available
1414
# just try to search for the path.
1515
if(PkgConfig_FOUND)
16-
pkg_check_modules(level-zero level-zero>=1.25.0)
16+
pkg_check_modules(level-zero level-zero>=1.25.2)
1717
if(level-zero_FOUND)
1818
set(LEVEL_ZERO_INCLUDE_DIR "${level-zero_INCLUDEDIR}/level_zero")
1919
set(LEVEL_ZERO_LIBRARY_SRC "${level-zero_LIBDIR}")
@@ -50,7 +50,7 @@ if(NOT LEVEL_ZERO_LIB_NAME AND NOT LEVEL_ZERO_LIBRARY)
5050
set(UR_LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git")
5151
# Remember to update the pkg_check_modules minimum version above when updating the
5252
# clone tag
53-
set(UR_LEVEL_ZERO_LOADER_TAG v1.25.0)
53+
set(UR_LEVEL_ZERO_LOADER_TAG v1.25.2)
5454

5555
# Disable due to a bug https://github.com/oneapi-src/level-zero/issues/104
5656
set(CMAKE_INCLUDE_CURRENT_DIR OFF)

0 commit comments

Comments
 (0)