Skip to content

Commit 1bd448c

Browse files
hdelankbenzie
authored andcommitted
[UR] Update UR SHA to change unions to std::variant (#11539)
Update UR SHA to oneapi-src/unified-runtime#961 change unions to std::variant in the HIP and CUDA adapters. --------- Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
1 parent ad5e415 commit 1bd448c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
5454
include(FetchContent)
5555

5656
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
57-
# commit: 7c8617b3710736db642585fe310a64e19e059d2e
58-
# Merge: 20d4f49 9a13af
57+
# commit 036b9cfcd8fb4be9394449b5406e6402580a63c9
58+
# Merge: 2ab0734 86f96f0
5959
# Author: Kenneth Benzie (Benie) <[email protected]>
60-
# Date: Thu Oct 26 10:20:03 2023 +0100
61-
# Merge pull request #965 from Bensuo/ewan/L0_internal_event_fix
62-
# [Command-buffer][L0] Reset sync-point events
63-
set(UNIFIED_RUNTIME_TAG 7c8617b3710736db642585fe310a64e19e059d2e)
60+
# Date: Fri Oct 27 16:36:23 2023 +0100
61+
# Merge pull request #961 from hdelan/change-unions-to-stdvariant
62+
# [HIP][CUDA] Change unions in ur_mem_handle_t_ to stdvariant
63+
set(UNIFIED_RUNTIME_TAG 036b9cfcd8fb4be9394449b5406e6402580a63c9)
6464

6565
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6666
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)