Skip to content

Commit c200fe3

Browse files
authored
[UR][L0] Cleanup Queue at Release unconditionally and reset command list after failure (#12640)
1 parent 1f37b5e commit c200fe3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ 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 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)
6767

6868
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6969
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)