File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 33
33
if : matrix.os == 'ubuntu-22.04'
34
34
run : |
35
35
sudo apt-get update
36
- sudo apt-get install -y doxygen
36
+ sudo apt-get install -y doxygen libhwloc-dev
37
37
38
38
- name : " [Win] Install doxygen"
39
39
if : matrix.os == 'windows-2022'
53
53
-DCMAKE_BUILD_TYPE=Debug
54
54
-DUR_BUILD_TESTS=OFF
55
55
-DUR_FORMAT_CPP_STYLE=ON
56
- -DUMF_DISABLE_HWLOC=ON
57
56
58
57
# Verifying license should be enough on a single OS
59
58
- 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}")
87
87
if (WIN32 )
88
88
set (UMF_BUILD_SHARED_LIBRARY OFF CACHE INTERNAL "Build UMF shared library" )
89
89
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" )
92
90
endif ()
93
91
add_subdirectory (${UNIFIED_RUNTIME_SOURCE_DIR} ${UR_INTREE_BINARY_DIR} )
94
92
elseif (SYCL_UR_USE_FETCH_CONTENT)
You can’t perform that action at this time.
0 commit comments