Skip to content

Commit

Permalink
[HIP][UR] Fix memory type detection in allocation info queries and US…
Browse files Browse the repository at this point in the history
…M copy2D (#13059)

Test CI for oneapi-src/unified-runtime#1455

---------

Co-authored-by: Aaron Greig <aaron.greig@codeplay.com>
  • Loading branch information
GeorgeWeb and aarongreig authored Apr 10, 2024
1 parent e3b112b commit 60a5c90
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
endfunction()

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

fetch_adapter_source(level_zero
${UNIFIED_RUNTIME_REPO}
Expand Down

0 comments on commit 60a5c90

Please sign in to comment.