From 182c215b58c92178a3f775b0a1d1d169c46a14f3 Mon Sep 17 00:00:00 2001 From: Petr Vesely Date: Thu, 26 Oct 2023 12:23:54 +0100 Subject: [PATCH] [HIP] Test Ur changes --- sycl/plugins/unified_runtime/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 88b328e8daab4..e62bfa405f51e 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -53,14 +53,14 @@ endif() if(SYCL_PI_UR_USE_FETCH_CONTENT) include(FetchContent) - set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") + set(UNIFIED_RUNTIME_REPO "https://github.com/veselypeta/unified-runtime.git") # commit cf26de283a1233e6c93feb085acc10c566888b59 # Merge: 3a3aae38 2fd9dea2 # Author: Kenneth Benzie (Benie) # Date: Wed Oct 25 10:36:48 2023 +0100 # Merge pull request #940 from Naghasan/victor/kernel-fusion-amd # [UR][HIP] Enable kernel finalization using comgr - set(UNIFIED_RUNTIME_TAG cf26de283a1233e6c93feb085acc10c566888b59) + set(UNIFIED_RUNTIME_TAG c7f34f36881153b23b310fb5219bc81920a6ec95) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")