File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,6 @@ option(SYCL_UR_USE_FETCH_CONTENT
23
23
set (SYCL_UR_SOURCE_DIR
24
24
"" CACHE PATH "Path to root of Unified Runtime repository" )
25
25
26
- option (SYCL_UMF_DISABLE_HWLOC
27
- "Disable hwloc support in UMF" ON )
28
-
29
26
# Here we override the defaults to disable building tests from unified-runtime
30
27
set (UR_BUILD_EXAMPLES OFF CACHE BOOL "Build example applications." FORCE )
31
28
set (UR_BUILD_TESTS OFF CACHE BOOL "Build unit tests." FORCE )
@@ -149,8 +146,6 @@ elseif(SYCL_UR_USE_FETCH_CONTENT)
149
146
if (WIN32 )
150
147
set (UMF_BUILD_SHARED_LIBRARY OFF CACHE INTERNAL "Build UMF shared library" )
151
148
set (UMF_LINK_HWLOC_STATICALLY ON CACHE INTERNAL "static HWLOC" )
152
- else ()
153
- set (UMF_DISABLE_HWLOC ${SYCL_UMF_DISABLE_HWLOC} CACHE INTERNAL "Disable hwloc for UMF" )
154
149
endif ()
155
150
156
151
fetch_adapter_source (level_zero
You can’t perform that action at this time.
0 commit comments