Skip to content

Commit a72d8cf

Browse files
nrspruitpbalcer
andauthored
[UR][L0] Fix Multi Device Event handling and remove unhandled events from in order wait list (#15516)
-pre-commit PR for oneapi-src/unified-runtime#2134 --------- Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com> Co-authored-by: Piotr Balcer <piotr.balcer@intel.com>
1 parent ac71f61 commit a72d8cf

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,13 @@ if(SYCL_UR_USE_FETCH_CONTENT)
117117
endfunction()
118118

119119
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
120-
# commit 2ad32681efd2c977f2c1f7f3a30d572d4c15499c
121-
# Author: Hugh Delaney <hugh.delaney@codeplay.com>
122-
# Date: Wed Sep 25 15:55:05 2024 +0100
123-
# Associate queue with device in context (#1992)
124-
# Making a native queue doesn't require hDevice to be non null, but this
125-
# associates the queue with a null device, even if hContext contains valid
126-
# devices.
127-
set(UNIFIED_RUNTIME_TAG 2ad32681efd2c977f2c1f7f3a30d572d4c15499c)
120+
# commit ce0325da13048af40acd61bd43ef88bafd84c6b3
121+
# Merge: 2ad32681 668c5e5d
122+
# Author: Piotr Balcer <piotr.balcer@intel.com>
123+
# Date: Thu Sep 26 10:51:57 2024 +0200
124+
# Merge pull request #2134 from nrspruit/fix_multi_device_event_driver_in_order_syclos
125+
# [L0] Fix Multi Device Event handling and remove unhandled events from in order wait list
126+
set(UNIFIED_RUNTIME_TAG ce0325da13048af40acd61bd43ef88bafd84c6b3)
128127

129128
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
130129
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need

0 commit comments

Comments
 (0)