Skip to content

Commit fb4d8e4

Browse files
committed
[UR][L0] Add check for Intel Flex/Arc for disabling use of copy engines.
-pre-commit PR for oneapi-src/unified-runtime#1906 Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
1 parent 95604ae commit fb4d8e4

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,8 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
115115
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
116116
endfunction()
117117

118-
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
119-
# commit bc1a28ede0df7f837047b632e00437587672c134
120-
# Author: Omar Ahmed <omar.ahmed@codeplay.com>
121-
# Date: Mon Jul 29 16:44:58 2024 +0100
122-
# Merge pull request #1819 from DBDuncan/sean/rename-interop-to-external
123-
# [Bindless][Exp] Rename interop related structs/funcs with "external"
124-
set(UNIFIED_RUNTIME_TAG bc1a28ede0df7f837047b632e00437587672c134)
118+
set(UNIFIED_RUNTIME_REPO "https://github.com/nrspruit/unified-runtime.git")
119+
set(UNIFIED_RUNTIME_TAG b81670000f9d02de178f3dfcd5dd4182ccdac5e2)
125120

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

0 commit comments

Comments
 (0)