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 bd97f28 commit de07358Copy full SHA for de07358
sycl/plugins/unified_runtime/CMakeLists.txt
@@ -110,7 +110,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
110
111
fetch_adapter_source(level_zero
112
${UNIFIED_RUNTIME_REPO}
113
- ${UNIFIED_RUNTIME_TAG}
+ # commit 2a31795d9d5a0994af33833016b2849cb4e357a6
114
+ # Merge: 06cb1b90 ec73afa7
115
+ # Author: Kenneth Benzie (Benie) <[email protected]>
116
+ # Date: Tue Jun 18 14:37:38 2024 +0100
117
+ # Merge pull request #1623 from igchor/legacy_path_queue
118
+ # [L0] Create initial structure for supporting queue dispatcher
119
+ 2a31795d9d5a0994af33833016b2849cb4e357a6
120
)
121
122
fetch_adapter_source(opencl
0 commit comments