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 090c9aa commit 01b1582Copy full SHA for 01b1582
sycl/plugins/unified_runtime/CMakeLists.txt
@@ -109,8 +109,14 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
109
set(UNIFIED_RUNTIME_TAG b13c5e1f85e01fef7de7568835092f8592ded6e4)
110
111
fetch_adapter_source(level_zero
112
- "https://github.com/bensuo/unified-runtime.git"
113
- "cmd-buf-copy-queue"
+ ${UNIFIED_RUNTIME_REPO}
+ # commit b8a1a3f232198bf2c3d8edd2bbc909bb2a9be555
114
+ # Merge: 0cd127ad 30f8ac50
115
+ # Author: Kenneth Benzie (Benie) <[email protected]>
116
+ # Date: Fri Jun 14 14:26:17 2024 +0100
117
+ # Merge pull request #1738 from Bensuo/cmd-buf-copy-queue
118
+ # [CMDBUF][L0] Use copy engine to optimize cmd-buffer usage
119
+ b8a1a3f232198bf2c3d8edd2bbc909bb2a9be555
120
)
121
122
fetch_adapter_source(opencl
0 commit comments