Skip to content

Commit e707ac0

Browse files
authored
[UR] Fix urEnqueueEventsWaitWithBarrier when used with interop events (#15488)
1 parent 004bfb1 commit e707ac0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +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 f5c907a0f74fd6729be5c2e137144f1a43f87111
121-
# Merge: 9ca3ec7 be38e567
122-
# Author: aarongreig <aaron.greig@codeplay.com>
123-
# Date: Mon Sep 23 08:27:12 2024 -0700
124-
# Merge pull request #1830 from JackAKirk/hip-set-device
125-
# [hip] Remove deprecated hip APIs, simplify urContext
126-
set(UNIFIED_RUNTIME_TAG f5c907a0f74fd6729be5c2e137144f1a43f87111)
120+
# commit 7a2caca559da81620c7430521873045bf42eafc1
121+
# Merge: 1d1808a4 96f66e0f
122+
# Author: Piotr Balcer <piotr.balcer@intel.com>
123+
# Date: Tue Sep 24 13:00:46 2024 +0200
124+
# Merge pull request #2117 from pbalcer/fix-filter-out-same-cmdlists
125+
# Fix urEnqueueEventsWaitWithBarrier when used with interop events
126+
set(UNIFIED_RUNTIME_TAG 7a2caca559da81620c7430521873045bf42eafc1)
127127

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

0 commit comments

Comments
 (0)