File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 8282 tar -xvf ${{github.workspace}}/dpcpp_compiler.tar.gz -C dpcpp_compiler
8383
8484 - name : Configure CMake
85- # CFI sanitization seems to fail on our CUDA nodes
86- # https://github.com/oneapi-src/unified-runtime/issues/2309
8785 run : >
8886 cmake
8987 -B${{github.workspace}}/build
9694 -DUR_BUILD_ADAPTER_${{matrix.adapter.name}}=ON
9795 -DUR_CONFORMANCE_TEST_LOADER=${{ matrix.adapter.other_name != '' && 'ON' || 'OFF' }}
9896 ${{ matrix.adapter.other_name != '' && format('-DUR_BUILD_ADAPTER_{0}=ON', matrix.adapter.other_name) || '' }}
99- -DUR_USE_CFI=${{ matrix.adapter.name == 'CUDA' && 'OFF' || 'ON' }}
10097 -DUR_STATIC_LOADER=${{matrix.adapter.static_Loader}}
10198 -DUR_STATIC_ADAPTER_${{matrix.adapter.name}}=${{matrix.adapter.static_adapter}}
10299 -DUR_DPCXX=${{github.workspace}}/dpcpp_compiler/bin/clang++
You can’t perform that action at this time.
0 commit comments