From a1379162a7a6c8a58c32705cb508ba4ed77a41fe Mon Sep 17 00:00:00 2001 From: Martin Morrison-Grant Date: Fri, 13 Sep 2024 12:32:59 +0100 Subject: [PATCH] [UR] Supress system errors when loading adapters on Windows. --- sycl/cmake/modules/FetchUnifiedRuntime.cmake | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/sycl/cmake/modules/FetchUnifiedRuntime.cmake b/sycl/cmake/modules/FetchUnifiedRuntime.cmake index 4993e5791ebf0..a7a620b957527 100644 --- a/sycl/cmake/modules/FetchUnifiedRuntime.cmake +++ b/sycl/cmake/modules/FetchUnifiedRuntime.cmake @@ -116,14 +116,8 @@ 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") - # commit f31160dea6d142014f441bc4ca5e58e48827490e - # Merge: 2bbe9526 64068799 - # Author: Piotr Balcer - # Date: Thu Sep 12 14:19:48 2024 +0200 - # Merge pull request #2083 from kswiecicki/xpti-init-fix - # Fix XPTI initialization bug - set(UNIFIED_RUNTIME_TAG f31160dea6d142014f441bc4ca5e58e48827490e) + set(UNIFIED_RUNTIME_REPO "https://github.com/martygrant/unified-runtime.git") + set(UNIFIED_RUNTIME_TAG 34ec5a4855d5e997b7671fecf191050c866c22ee) set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") # Due to the use of dependentloadflag and no installer for UMF and hwloc we need