From c9aa09520e80a9c1fc35834fbfc9a350f98f5f1e Mon Sep 17 00:00:00 2001 From: "Neil R. Spruit" Date: Wed, 13 Mar 2024 11:34:05 -0700 Subject: [PATCH] [UR][L0] Fix Native Host memory usage on device with copy back sync pre-commit PR for https://github.com/oneapi-src/unified-runtime/pull/1439 Signed-off-by: Neil R. Spruit --- sycl/plugins/unified_runtime/CMakeLists.txt | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 486bdfc05fd7..c1d656ab4d15 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -56,14 +56,8 @@ endif() if(SYCL_PI_UR_USE_FETCH_CONTENT) include(FetchContent) - set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") - # commit 418ad5354ca24a6dfbd01df803949855b7a6c3dd - # Merge: d99d5f74 26682290 - # Author: Kenneth Benzie (Benie) - # Date: Thu Mar 14 10:19:56 2024 +0000 - # Merge pull request #1365 from Bensuo/maxime/improve-L0-cmd-buffer-enqueing - # [EXP][CMDBUF] Move event reset commands to dedicated cmd-list - set(UNIFIED_RUNTIME_TAG 418ad5354ca24a6dfbd01df803949855b7a6c3dd) + set(UNIFIED_RUNTIME_REPO "https://github.com/nrspruit/unified-runtime.git") + set(UNIFIED_RUNTIME_TAG a00865d4d77402fb0add5a7e5355ed49019e352d ) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")