Skip to content

Commit f9d285e

Browse files
[SYCL] Update Level Zero Loader to v1.11.0 (#9979)
This patch updates Level Zero Loader to version v1.11.0 because the previous version does not support implementation of oneapi-src/level-zero-spec#23 Level Zero extension, required for implementing sycl_ext_oneapi_device_architecture on host Addresses #9843 (comment)
1 parent 83f8779 commit f9d285e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.10.0",
23-
"version": "v1.10.0",
24-
"url": "https://github.com/oneapi-src/level-zero/releases/tag/v1.10.0",
22+
"github_tag": "v1.11.0",
23+
"version": "v1.11.0",
24+
"url": "https://github.com/oneapi-src/level-zero/releases/tag/v1.11.0",
2525
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
2626
},
2727
"tbb": {

sycl/plugins/level_zero/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if (NOT DEFINED LEVEL_ZERO_LIBRARY OR NOT DEFINED LEVEL_ZERO_INCLUDE_DIR)
44
message(STATUS "Download Level Zero loader and headers from github.com")
55

66
set(LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git")
7-
set(LEVEL_ZERO_LOADER_TAG v1.8.8)
7+
set(LEVEL_ZERO_LOADER_TAG v1.11.0)
88

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

0 commit comments

Comments
 (0)