File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
sycl/plugins/unified_runtime Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,15 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
57
57
include (FetchContent )
58
58
59
59
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
62
62
# 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 )
67
69
68
70
if (SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO )
69
71
set (UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO} " )
You can’t perform that action at this time.
0 commit comments