Skip to content

Commit 2d93042

Browse files
nrspruitkbenzie
andauthored
[UR][L0] Support for Windows Bindless Image Import (#13997)
pre-commit PR for oneapi-src/unified-runtime#1696 --------- Signed-off-by: Neil R. Spruit <[email protected]> Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
1 parent f958dce commit 2d93042

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +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 aaf08109f2a05adb61f50478824ae2739526daee
104-
# Author: Ben Tracy <[email protected]>
105-
# Date: Mon Jun 17 14:49:53 2024 +0100
106-
# [CMDBUF] Fix coverity issue in command buffers
107-
# - Fix incorrect conditions for copy engine usage that were reported on coverity.
108-
set(UNIFIED_RUNTIME_TAG aaf08109f2a05adb61f50478824ae2739526daee)
103+
# commit 00ca0daaa170fa1a5826e1cdcbdc46a4db0a5694
104+
# Merge: 7b640455 abab204d
105+
# Author: Kenneth Benzie (Benie) <[email protected]>
106+
# Date: Tue Jul 2 13:52:21 2024 +0100
107+
# Merge pull request #1696 from nrspruit/l0_windows_interop
108+
# [L0] Support for Bindless Image Import
109+
set(UNIFIED_RUNTIME_TAG 00ca0daaa170fa1a5826e1cdcbdc46a4db0a5694)
109110

110111
fetch_adapter_source(level_zero
111112
${UNIFIED_RUNTIME_REPO}

0 commit comments

Comments
 (0)