Skip to content

Commit f2a2de3

Browse files
EwanCkbenzie
andauthored
[SYCL][Graph] Add debug logging for L0 Graph kernel update (#13892)
Bumps UR to Level Zero adapter change from oneapi-src/unified-runtime#1654 --------- Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
1 parent 673ce2c commit f2a2de3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
110110

111111
fetch_adapter_source(level_zero
112112
${UNIFIED_RUNTIME_REPO}
113-
${UNIFIED_RUNTIME_TAG}
113+
# commit 1fa0d2302d70a9aa8b717ecb60db0a7d8a4e5d8f
114+
# Merge: e16d01c0 35b7de5c
115+
# Author: Kenneth Benzie (Benie) <[email protected]>
116+
# Date: Thu May 30 10:14:37 2024 +0100
117+
# Merge pull request #1654 from Bensuo/ewan/debug_log_update
118+
# Debug logging in Level Zero command-buffer update
119+
1fa0d2302d70a9aa8b717ecb60db0a7d8a4e5d8f
114120
)
115121

116122
fetch_adapter_source(opencl

0 commit comments

Comments
 (0)