Skip to content

Commit c30769b

Browse files
nrspruitkbenzie
andauthored
[UR][L0] Use Intel Level Zero Driver Version String extension (#14426)
pre-commit PR for oneapi-src/unified-runtime#1816 --------- Signed-off-by: Neil R. Spruit <[email protected]> Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
1 parent 28a39e5 commit c30769b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
100100
endfunction()
101101

102102
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
103-
# commit 8cc2b874cfc0dbf2899fe8002f4822fe2d876629 (HEAD -> main, origin/main, origin/HEAD)
104-
# Merge: 2f548cae 25c75c06
103+
# commit 529e8b9c34acd231eb5b829f6af8123e5f09c974
104+
# Merge: 6b33a1bb 5dc794cb
105105
# Author: Kenneth Benzie (Benie) <[email protected]>
106-
# Date: Wed Jul 10 12:36:28 2024 +0100
107-
# Merge pull request #1458 from RossBrunton/ross/linkerror
108-
# [UR] Improve handling of error cases in urProgramLink
109-
set(UNIFIED_RUNTIME_TAG 25c75c06999dfae33415fbdb98f620e00bcf10f0)
106+
# Date: Wed Jul 10 15:05:31 2024 +0100
107+
# Merge pull request #1816 from nrspruit/l0_intel_driver_version
108+
# [L0] Use Intel Level Zero Driver String extension
109+
set(UNIFIED_RUNTIME_TAG 529e8b9c34acd231eb5b829f6af8123e5f09c974)
110110

111111
fetch_adapter_source(level_zero
112112
${UNIFIED_RUNTIME_REPO}

0 commit comments

Comments
 (0)