Skip to content

Commit 7ce8483

Browse files
GeorgeWebaarongreig
authored andcommitted
[HIP][UR] Fix memory type detection in allocation info queries and USM copy2D (#13059)
Test CI for oneapi-src/unified-runtime#1455 --------- Co-authored-by: Aaron Greig <[email protected]>
1 parent 74d213d commit 7ce8483

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ 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 26cc04e258b82696bfd7738d08d95e34db4aecf6
60+
# commit 532dac51118881e91831287538d634e5e6d54f5c
6161
# Author: aarongreig <[email protected]>
62-
# Date: Mon Apr 8 09:52:16 2024 +0100
63-
# Merge pull request #1433 from Seanst98/sean/cubemaps-UR
64-
# [Bindless][CUDA] Add support for cubemaps
62+
# Date: Wed Apr 10 10:21:22 2024 +0100
63+
# Merge pull request #1455 from GeorgeWeb/georgi/fix-hip-usm-copy2d
64+
# [HIP] Fix memory type detection in allocation info queries and USM copy2D
6565
set(UNIFIED_RUNTIME_TAG 26cc04e258b82696bfd7738d08d95e34db4aecf6)
6666

6767
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)

0 commit comments

Comments
 (0)