File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 3333 if : matrix.os == 'ubuntu-22.04'
3434 run : |
3535 sudo apt-get update
36- sudo apt-get install -y doxygen
36+ sudo apt-get install -y doxygen libhwloc-dev
3737
3838 - name : " [Win] Install doxygen"
3939 if : matrix.os == 'windows-2022'
5353 -DCMAKE_BUILD_TYPE=Debug
5454 -DUR_BUILD_TESTS=OFF
5555 -DUR_FORMAT_CPP_STYLE=ON
56- -DUMF_DISABLE_HWLOC=ON
5756
5857 # Verifying license should be enough on a single OS
5958 - name : Verify that each source file contains a license
Original file line number Diff line number Diff line change @@ -87,8 +87,6 @@ if(IS_DIRECTORY "${UR_INTREE_SOURCE_DIR}")
8787 if (WIN32 )
8888 set (UMF_BUILD_SHARED_LIBRARY OFF CACHE INTERNAL "Build UMF shared library" )
8989 set (UMF_LINK_HWLOC_STATICALLY ON CACHE INTERNAL "static HWLOC" )
90- else ()
91- set (UMF_DISABLE_HWLOC ${SYCL_UMF_DISABLE_HWLOC} CACHE INTERNAL "Disable hwloc for UMF" )
9290 endif ()
9391 add_subdirectory (${UNIFIED_RUNTIME_SOURCE_DIR} ${UR_INTREE_BINARY_DIR} )
9492elseif (SYCL_UR_USE_FETCH_CONTENT)
You can’t perform that action at this time.
0 commit comments