Skip to content

Commit 4ab38d2

Browse files
fabiomestrecallumfare
authored andcommitted
[UR] Bump tag to 534071e (intel#11880)
Pulls in the following fixes to the CUDA and HIP adapters: * [HIP] Correctly set HIP Kernel Buffer Arguments * [HIP] Fix host/device synchronization * [HIP][CTS] Fix Device CTS failures * [HIP] Fix get mem size segfault * [HIP] Implement urMemImageGetInfo * [HIP] Define all UR entry points * [CUDA] Add support for binary type query * [CUDA] Update hint functions to only return warnings instead of errors
1 parent 7a60482 commit 4ab38d2

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
@@ -56,13 +56,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
5656
include(FetchContent)
5757

5858
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
59-
# commit 659d3f469faa99a886fa680a3d6d20449b109578
60-
# Merge: 192e9404 f94550b4
59+
# commit 534071e52f84bad1dd7fb210a360414507f3b3ae
60+
# Merge: 9fc82304 d164792b
6161
# Author: Kenneth Benzie (Benie) <[email protected]>
62-
# Date: Tue Nov 14 16:45:24 2023 +0000
63-
# Merge pull request #1059 from martygrant/martin/moveNativeCPUAdapterToUR
64-
# [NATIVECPU] Move Native CPU adapter to UR.
65-
set(UNIFIED_RUNTIME_TAG 659d3f469faa99a886fa680a3d6d20449b109578)
62+
# Date: Wed Nov 15 10:51:54 2023 +0000
63+
# Merge pull request #1077 from fabiomestre/fabio/combines_fixes_cuda_hip
64+
# [CUDA][HIP] Combined CTS Fixes
65+
set(UNIFIED_RUNTIME_TAG 534071e52f84bad1dd7fb210a360414507f3b3ae)
6666

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

0 commit comments

Comments
 (0)