From 9ecab68d119e3d90ab482cb9a3cb51e750f69607 Mon Sep 17 00:00:00 2001 From: Ben Tracy Date: Fri, 10 Jan 2025 15:56:48 +0000 Subject: [PATCH] [SYCL] Update UR tag for L0 synchronize fix - Removes extra waits when updating graphs on L0 --- sycl/cmake/modules/FetchUnifiedRuntime.cmake | 2 +- sycl/cmake/modules/UnifiedRuntimeTag.cmake | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/sycl/cmake/modules/FetchUnifiedRuntime.cmake b/sycl/cmake/modules/FetchUnifiedRuntime.cmake index 72841724fa01..417eab25f73b 100644 --- a/sycl/cmake/modules/FetchUnifiedRuntime.cmake +++ b/sycl/cmake/modules/FetchUnifiedRuntime.cmake @@ -116,7 +116,7 @@ if(SYCL_UR_USE_FETCH_CONTENT) CACHE PATH "Path to external '${name}' adapter source dir" FORCE) endfunction() - set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") + set(UNIFIED_RUNTIME_REPO "https://github.com/bensuo/unified-runtime.git") include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake) set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") diff --git a/sycl/cmake/modules/UnifiedRuntimeTag.cmake b/sycl/cmake/modules/UnifiedRuntimeTag.cmake index 408358c1d29e..aeae83a2960c 100644 --- a/sycl/cmake/modules/UnifiedRuntimeTag.cmake +++ b/sycl/cmake/modules/UnifiedRuntimeTag.cmake @@ -1,7 +1 @@ -# commit c5bf8fd5c92ab7a24b439cd89cefc9cd425ec787 -# Merge: e6d4355f 778085f7 -# Author: Kenneth Benzie (Benie) -# Date: Mon Jan 13 10:41:50 2025 +0000 -# Merge pull request #2479 from aarongreig/aaron/parameterizeDeviceTests -# Parameterize CTS tests across all available adapters and devices. -set(UNIFIED_RUNTIME_TAG c5bf8fd5c92ab7a24b439cd89cefc9cd425ec787) +set(UNIFIED_RUNTIME_TAG fe926aa6d666a5e25a2b44e584508257d6f3cbc5)