From c22d238c417974e540beebf2c5bd6512e32926f6 Mon Sep 17 00:00:00 2001 From: Martin Grant Date: Mon, 16 Sep 2024 14:04:22 +0100 Subject: [PATCH] [UR] Suppress system errors when loading adapters on Windows (#15388) For https://github.com/oneapi-src/unified-runtime/pull/2060 --- sycl/cmake/modules/FetchUnifiedRuntime.cmake | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sycl/cmake/modules/FetchUnifiedRuntime.cmake b/sycl/cmake/modules/FetchUnifiedRuntime.cmake index 5fa953a230d42..30996265cf6b0 100644 --- a/sycl/cmake/modules/FetchUnifiedRuntime.cmake +++ b/sycl/cmake/modules/FetchUnifiedRuntime.cmake @@ -117,13 +117,13 @@ if(SYCL_UR_USE_FETCH_CONTENT) endfunction() set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") - # commit fa9ebe7bd3d9bd11dd5ea8a59eff12f5746411d3 - # Merge: 92638b2a 9eb1c74f + # commit ad43e28add70e59dd0881043a7a2ab46947ba089 + # Merge: fa9ebe7b 53abe070 # Author: Omar Ahmed - # Date: Fri Sep 13 14:44:27 2024 +0100 - # Merge pull request #1821 from PietroGhg/pietro/native_cpu_specconstants - # [NATIVECPU] Initial support for spec constants on Native CPU - set(UNIFIED_RUNTIME_TAG fa9ebe7bd3d9bd11dd5ea8a59eff12f5746411d3) + # Date: Mon Sep 16 10:20:10 2024 +0100 + # Merge pull request #2060 from martygrant/martin/supressSystemErrorsOnWindows + # [Loader] Suppress system errors when loading adapters on Windows + set(UNIFIED_RUNTIME_TAG ad43e28add70e59dd0881043a7a2ab46947ba089) set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") # Due to the use of dependentloadflag and no installer for UMF and hwloc we need