We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e09f7c8 commit a8db732Copy full SHA for a8db732
unified-runtime/cmake/FetchLevelZero.cmake
@@ -130,7 +130,7 @@ if(L0_COMPUTE_RUNTIME_HEADERS)
130
set(COMPUTE_RUNTIME_REPO_PATH "${L0_COMPUTE_RUNTIME_HEADERS}")
131
else()
132
set(UR_COMPUTE_RUNTIME_REPO "https://github.com/intel/compute-runtime.git")
133
- set(UR_COMPUTE_RUNTIME_TAG 25.35.35096.9)
+ set(UR_COMPUTE_RUNTIME_TAG 25.44.36015.5)
134
135
include(FetchContent)
136
# Sparse fetch only the dir with level zero headers for experimental features to avoid pulling in the entire compute-runtime.
0 commit comments