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 a9fcef2 commit a9dd4c0Copy full SHA for a9dd4c0
sycl/plugins/unified_runtime/CMakeLists.txt
@@ -109,8 +109,14 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
109
set(UNIFIED_RUNTIME_TAG 905804c2e93dd046140057fd07a5d6191063bedc)
110
111
fetch_adapter_source(level_zero
112
- "https://github.com/Bensuo/unified-runtime.git"
113
- "ewan/debug_log_update"
+ ${UNIFIED_RUNTIME_REPO}
+ # 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
120
)
121
122
fetch_adapter_source(opencl
0 commit comments