File tree 1 file changed +0
-3
lines changed
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 82
82
tar -xvf ${{github.workspace}}/dpcpp_compiler.tar.gz -C dpcpp_compiler
83
83
84
84
- name : Configure CMake
85
- # CFI sanitization seems to fail on our CUDA nodes
86
- # https://github.com/oneapi-src/unified-runtime/issues/2309
87
85
run : >
88
86
cmake
89
87
-B${{github.workspace}}/build
96
94
-DUR_BUILD_ADAPTER_${{matrix.adapter.name}}=ON
97
95
-DUR_CONFORMANCE_TEST_LOADER=${{ matrix.adapter.other_name != '' && 'ON' || 'OFF' }}
98
96
${{ matrix.adapter.other_name != '' && format('-DUR_BUILD_ADAPTER_{0}=ON', matrix.adapter.other_name) || '' }}
99
- -DUR_USE_CFI=${{ matrix.adapter.name == 'CUDA' && 'OFF' || 'ON' }}
100
97
-DUR_STATIC_LOADER=${{matrix.adapter.static_Loader}}
101
98
-DUR_STATIC_ADAPTER_${{matrix.adapter.name}}=${{matrix.adapter.static_adapter}}
102
99
-DUR_DPCXX=${{github.workspace}}/dpcpp_compiler/bin/clang++
You can’t perform that action at this time.
0 commit comments