Skip to content

Commit

Permalink
Merge pull request #2039 from nrspruit/update_l0_loader
Browse files Browse the repository at this point in the history
[L0] update L0 Loader version to v1.17.39
  • Loading branch information
pbalcer committed Sep 2, 2024
2 parents e60346d + 1c0502f commit 35e4ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/adapters/level_zero/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if (NOT DEFINED LEVEL_ZERO_LIBRARY OR NOT DEFINED LEVEL_ZERO_INCLUDE_DIR)
set(UR_LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git")
endif()
if (UR_LEVEL_ZERO_LOADER_TAG STREQUAL "")
set(UR_LEVEL_ZERO_LOADER_TAG v1.17.6)
set(UR_LEVEL_ZERO_LOADER_TAG v1.17.39)
endif()

# Disable due to a bug https://github.com/oneapi-src/level-zero/issues/104
Expand Down

0 comments on commit 35e4ba1

Please sign in to comment.