Skip to content

Commit b188783

Browse files
authored
[UR][CL] Gracefully tear down adapter in case that some globals were released (#12992)
UR Part: oneapi-src/unified-runtime#1431 Depends on #12736 merging first.
1 parent 0d963e6 commit b188783

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,15 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
5757
include(FetchContent)
5858

5959
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
60-
# commit 1cf9a08e6a98381fadbc065de2700b463d2a44a4
61-
# Merge: c49b116f 0446c65e
60+
# commit d99d5f742cea18d7204c59c4320b8ea0329b49eb (HEAD -> main)
61+
# Merge: f17c0e91 c3809c61
6262
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
63-
# Date: Wed Mar 13 09:48:36 2024 +0000
64-
# Merge pull request #1368 from konradkusiak97/xptiWindowsFix
65-
# [CUDA][XPTI] Fix function pointer typedefs in xpti tracing
66-
set(UNIFIED_RUNTIME_TAG 1cf9a08e6a98381fadbc065de2700b463d2a44a4)
63+
# Date: Wed Mar 13 19:47:39 2024 +0000
64+
#
65+
# Merge pull request #1431 from zhaomaosu/fix-ocl-adapter-tear-down
66+
#
67+
# [CL] Gracefully tear down adapter in case that some globals have been released
68+
set(UNIFIED_RUNTIME_TAG d99d5f742cea18d7204c59c4320b8ea0329b49eb)
6769

6870
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6971
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)