Skip to content

Commit 42919a9

Browse files
nrspruitkbenzie
andcommitted
[UR][L0] Fix Native Host memory usage on device with copy back sync (intel#13014)
pre-commit PR for oneapi-src/unified-runtime#1439 --------- Signed-off-by: Neil R. Spruit <[email protected]> Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
1 parent 257ac92 commit 42919a9

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
@@ -57,13 +57,13 @@ 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 5f4dd113824e90522d813420932c14072dc3049d
61-
# Merge: ed1f8bf b551c77
62-
# Author: Ewan Crawford <ewan@codeplay.com>
63-
# Date: Fri Mar 15 10:22:39 2024 +0000
64-
# Merge pull request #1447 from Bensuo/ewan/rocm_5_5_1
65-
# [HIP][CMDBUF] Require ROCm 5.5.1 for HIP command-buffers
66-
set(UNIFIED_RUNTIME_TAG 5f4dd113824e90522d813420932c14072dc3049d)
60+
# commit c98fdbcf1f43ce132fbae75336bda984e4ce2e78
61+
# Merge: 5f4dd113 9b3cf9d3
62+
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
63+
# Date: Thu Mar 21 10:51:45 2024 +0000
64+
# Merge pull request #1439 from nrspruit/fix_device_native_proxy_buffer
65+
# [L0] Fix Native Host memory usage on device with copy back sync
66+
set(UNIFIED_RUNTIME_TAG c98fdbcf1f43ce132fbae75336bda984e4ce2e78)
6767

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

0 commit comments

Comments
 (0)