File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 35
35
name : " ${{matrix.os}}, ${{matrix.build_type}}, shared=${{matrix.shared_library}}"
36
36
env :
37
37
VCPKG_PATH : " ${{github.workspace}}/build/vcpkg/packages/hwloc_x64-windows;${{github.workspace}}/build/vcpkg/packages/tbb_x64-windows;${{github.workspace}}/build/vcpkg/packages/jemalloc_x64-windows;"
38
- CUDA_PATH : " C:/cuda"
39
38
COVERAGE_NAME : " exports-coverage-${{inputs.name}}"
40
39
# run only on upstream; forks will not have the HW
41
40
if : github.repository == 'oneapi-src/unified-memory-framework'
52
51
- os : ' Windows'
53
52
compiler : {c: cl, cxx: cl}
54
53
number_of_processors : ' $Env:NUMBER_OF_PROCESSORS'
54
+ extra_cmake_path : ' $Env:CUDA_PATH'
55
55
56
56
runs-on : ["DSS-${{inputs.name}}", "DSS-${{matrix.os}}"]
57
57
steps :
81
81
- name : Configure build
82
82
run : >
83
83
cmake
84
- -DCMAKE_PREFIX_PATH="${{env.VCPKG_PATH}}${{env.CUDA_PATH }}"
84
+ -DCMAKE_PREFIX_PATH="${{env.VCPKG_PATH}}; ${{matrix.extra_cmake_path }}"
85
85
-B ${{env.BUILD_DIR}}
86
86
-DCMAKE_INSTALL_PREFIX="${{env.INSTL_DIR}}"
87
87
-DCMAKE_BUILD_TYPE=${{matrix.build_type}}
You can’t perform that action at this time.
0 commit comments