Skip to content

Commit c22d238

Browse files
authored
[UR] Suppress system errors when loading adapters on Windows (#15388)
For oneapi-src/unified-runtime#2060
1 parent a29bcd6 commit c22d238

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

+6-6
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,13 @@ if(SYCL_UR_USE_FETCH_CONTENT)
117117
endfunction()
118118

119119
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
120-
# commit fa9ebe7bd3d9bd11dd5ea8a59eff12f5746411d3
121-
# Merge: 92638b2a 9eb1c74f
120+
# commit ad43e28add70e59dd0881043a7a2ab46947ba089
121+
# Merge: fa9ebe7b 53abe070
122122
# Author: Omar Ahmed <omar.ahmed@codeplay.com>
123-
# Date: Fri Sep 13 14:44:27 2024 +0100
124-
# Merge pull request #1821 from PietroGhg/pietro/native_cpu_specconstants
125-
# [NATIVECPU] Initial support for spec constants on Native CPU
126-
set(UNIFIED_RUNTIME_TAG fa9ebe7bd3d9bd11dd5ea8a59eff12f5746411d3)
123+
# Date: Mon Sep 16 10:20:10 2024 +0100
124+
# Merge pull request #2060 from martygrant/martin/supressSystemErrorsOnWindows
125+
# [Loader] Suppress system errors when loading adapters on Windows
126+
set(UNIFIED_RUNTIME_TAG ad43e28add70e59dd0881043a7a2ab46947ba089)
127127

128128
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
129129
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need

0 commit comments

Comments
 (0)