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 9d22e38 commit 7fa793bCopy full SHA for 7fa793b
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 e428745588dd87e5db3c0bc0df1183eb7d0811a5
109
+ # Merge: fb3cbd16 80d46bb1
110
+ # Author: Kenneth Benzie (Benie) <[email protected]>
111
+ # Date: Fri May 24 10:31:13 2024 +0100
112
+ # Merge pull request #1656 from pbalcer/leaks-program-kernel
113
+ # fix leaks on level-zero interop program and kernel handles
114
+ e428745588dd87e5db3c0bc0df1183eb7d0811a5
115
)
116
117
fetch_adapter_source(opencl
0 commit comments