Skip to content

Commit 721af5d

Browse files
committed
update l0 loader to v1.17.0
1 parent eeb01e6 commit 721af5d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

source/adapters/level_zero/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if (NOT DEFINED LEVEL_ZERO_LIBRARY OR NOT DEFINED LEVEL_ZERO_INCLUDE_DIR)
3434
endif()
3535

3636
set(LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git")
37-
set(LEVEL_ZERO_LOADER_TAG v1.16.1)
37+
set(LEVEL_ZERO_LOADER_TAG v1.17.0)
3838

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

source/adapters/level_zero/image.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,6 @@ ur_result_t bindlessImagesCreateImpl(
436436
if (hSampler) {
437437
ZeSamplerDesc = hSampler->ZeSamplerDesc;
438438
BindlessDesc.pNext = &ZeSamplerDesc;
439-
constexpr int ZE_IMAGE_BINDLESS_EXP_FLAG_SAMPLED_IMAGE = 2;
440439
BindlessDesc.flags |= ZE_IMAGE_BINDLESS_EXP_FLAG_SAMPLED_IMAGE;
441440
}
442441

0 commit comments

Comments
 (0)