File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
source/adapters/level_zero Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ if (NOT DEFINED LEVEL_ZERO_LIBRARY OR NOT DEFINED LEVEL_ZERO_INCLUDE_DIR)
34
34
endif ()
35
35
36
36
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 )
38
38
39
39
# Disable due to a bug https://github.com/oneapi-src/level-zero/issues/104
40
40
set (CMAKE_INCLUDE_CURRENT_DIR OFF )
Original file line number Diff line number Diff line change @@ -436,7 +436,6 @@ ur_result_t bindlessImagesCreateImpl(
436
436
if (hSampler) {
437
437
ZeSamplerDesc = hSampler->ZeSamplerDesc ;
438
438
BindlessDesc.pNext = &ZeSamplerDesc;
439
- constexpr int ZE_IMAGE_BINDLESS_EXP_FLAG_SAMPLED_IMAGE = 2 ;
440
439
BindlessDesc.flags |= ZE_IMAGE_BINDLESS_EXP_FLAG_SAMPLED_IMAGE;
441
440
}
442
441
You can’t perform that action at this time.
0 commit comments