From fb8a8e1d5b6b864cba90cabee5afd4afb90c3d5b Mon Sep 17 00:00:00 2001 From: Hugh Delaney Date: Thu, 8 Feb 2024 16:07:50 +0000 Subject: [PATCH] Test CI --- sycl/plugins/unified_runtime/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 486bdfc05fd77..6f4b808f3d45b 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -65,6 +65,10 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) # [EXP][CMDBUF] Move event reset commands to dedicated cmd-list set(UNIFIED_RUNTIME_TAG 418ad5354ca24a6dfbd01df803949855b7a6c3dd) + # DO NOT MERGE + set(UNIFIED_RUNTIME_REPO "https://github.com/hdelan/unified-runtime.git") + set(UNIFIED_RUNTIME_TAG test-ci) + if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}") endif()