Skip to content

Commit 60a5c90

Browse files
[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 e3b112b commit 60a5c90

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
9595
endfunction()
9696

9797
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
98-
# commit a7c202b49aff130f60da0c03916d08bb22b91aa0
99-
# Merge: f85e2e96 e548dc1e
100-
# Author: Martin Grant <martin.morrisongrant@codeplay.com>
101-
# Date: Mon Apr 8 15:58:32 2024 +0100
102-
# Merge pull request #1493 from martygrant/martin/fixCoverityCTSErrors
103-
# [CTS] Fix Coverity warning: Add a & before auto so object is not copied unnecessarily
104-
set(UNIFIED_RUNTIME_TAG a7c202b49aff130f60da0c03916d08bb22b91aa0)
98+
# commit e00a764f8dafd1319b636aa99c15601ec0d4d7fc
99+
# Merge: 85b75590 92b60b77
100+
# Author: aarongreig <aaron.greig@codeplay.com>
101+
# Date: Wed Apr 10 10:21:22 2024 +0100
102+
# Merge pull request #1455 from GeorgeWeb/georgi/fix-hip-usm-copy2d
103+
# [HIP] Fix memory type detection in allocation info queries and USM copy2D
104+
set(UNIFIED_RUNTIME_TAG e00a764f8dafd1319b636aa99c15601ec0d4d7fc)
105105

106106
fetch_adapter_source(level_zero
107107
${UNIFIED_RUNTIME_REPO}

0 commit comments

Comments
 (0)