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 9bf8104 commit 34292bbCopy full SHA for 34292bb
sycl/plugins/unified_runtime/CMakeLists.txt
@@ -105,7 +105,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
105
106
fetch_adapter_source(level_zero
107
${UNIFIED_RUNTIME_REPO}
108
- ${UNIFIED_RUNTIME_TAG}
+ # commit b14af4bbd5cabc4e6c3c7ae738f5f6d886d9102b
109
+ # Merge: 1ff111c1 ece1e2cd
110
+ # Author: Kenneth Benzie (Benie) <[email protected]>
111
+ # Date: Wed May 15 14:01:05 2024 +0100
112
+ # Merge pull request #1592 from nrspruit/fix_event_use_after_delete
113
+ # [L0] Fix timestamp event evict after delete
114
+ b14af4bbd5cabc4e6c3c7ae738f5f6d886d9102b
115
)
116
117
fetch_adapter_source(opencl
0 commit comments