File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
sycl/plugins/unified_runtime Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ 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 9babc4d092a92c1036791d26ef328e5eeaf19803
61
- # Merge: 3be8f205 90498ec5
62
- # Author: aarongreig <aaron.greig@codeplay .com>
63
- # Date: Thu Feb 8 15:44:54 2024 +0000
64
- # Merge pull request #1321 from pbalcer/adapter-compute-constructor
65
- # [L0] move adapter init into its constructor from urAdapterGet
66
- set (UNIFIED_RUNTIME_TAG 9babc4d092a92c1036791d26ef328e5eeaf19803 )
60
+ # commit 32e2533fef84f48a2cf2db292d40c7c8d321780d
61
+ # Merge: 9babc4d0 24066e4a
62
+ # Author: Piotr Balcer <piotr.balcer@intel .com>
63
+ # Date: Fri Feb 9 08:39:25 2024 +0100
64
+ # Merge pull request #1300 from nrspruit/queue_release_cleanup
65
+ # [L0] Cleanup Queue at Release unconditionally and reset command list after failure
66
+ set (UNIFIED_RUNTIME_TAG 32e2533fef84f48a2cf2db292d40c7c8d321780d )
67
67
68
68
if (SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO )
69
69
set (UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO} " )
You can’t perform that action at this time.
0 commit comments