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
2323set (SYCL_UR_SOURCE_DIR
2424 "" CACHE PATH "Path to root of Unified Runtime repository" )
2525
26- option (SYCL_UMF_DISABLE_HWLOC
27- "Disable hwloc support in UMF" ON )
28-
2926# Here we override the defaults to disable building tests from unified-runtime
3027set (UR_BUILD_EXAMPLES OFF CACHE BOOL "Build example applications." FORCE)
3128set (UR_BUILD_TESTS OFF CACHE BOOL "Build unit tests." FORCE)
@@ -149,8 +146,6 @@ elseif(SYCL_UR_USE_FETCH_CONTENT)
149146 if (WIN32 )
150147 set (UMF_BUILD_SHARED_LIBRARY OFF CACHE INTERNAL "Build UMF shared library" )
151148 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" )
154149 endif ()
155150
156151 fetch_adapter_source(level_zero
You can’t perform that action at this time.
0 commit comments