From 2f758db64f695a7cd1846a63b2202653c153eaf2 Mon Sep 17 00:00:00 2001 From: Artur Gainullin Date: Thu, 21 Mar 2024 18:45:10 -0700 Subject: [PATCH] =?UTF-8?q?Revert=20"[UR][L0]=20Fix=20Native=20Host=20memo?= =?UTF-8?q?ry=20usage=20on=20device=20with=20copy=20bac=E2=80=A6=20(#13102?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …k sync (#13014)" This reverts commit 98894fe5e520072b17da3cc34598f8ac790249ca. --- sycl/plugins/unified_runtime/CMakeLists.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 32ebe3784bf2f..b4f01966d5418 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -82,13 +82,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) endfunction() set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") - # commit c98fdbcf1f43ce132fbae75336bda984e4ce2e78 - # Merge: 5f4dd113 9b3cf9d3 - # Author: Kenneth Benzie (Benie) - # Date: Thu Mar 21 10:51:45 2024 +0000 - # Merge pull request #1439 from nrspruit/fix_device_native_proxy_buffer - # [L0] Fix Native Host memory usage on device with copy back sync - set(UNIFIED_RUNTIME_TAG c98fdbcf1f43ce132fbae75336bda984e4ce2e78) + # commit 5f4dd113824e90522d813420932c14072dc3049d + # Merge: ed1f8bf b551c77 + # Author: Ewan Crawford + # Date: Fri Mar 15 10:22:39 2024 +0000 + # Merge pull request #1447 from Bensuo/ewan/rocm_5_5_1 + # [HIP][CMDBUF] Require ROCm 5.5.1 for HIP command-buffers + set(UNIFIED_RUNTIME_TAG 5f4dd113824e90522d813420932c14072dc3049d) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")