Skip to content

Commit

Permalink
Merge pull request #2279 from nrspruit/update_loader_1_18
Browse files Browse the repository at this point in the history
[L0] Update Level Zero Loader version to v1.18.5
  • Loading branch information
callumfare authored Nov 8, 2024
2 parents 09ae26a + dc5246d commit ed9fe09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FetchLevelZero.cmake
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.39)
set(UR_LEVEL_ZERO_LOADER_TAG v1.18.5)
endif()

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

0 comments on commit ed9fe09

Please sign in to comment.