We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a34f6 commit a4ee800Copy full SHA for a4ee800
.github/workflows/reusable_gpu.yml
@@ -100,6 +100,7 @@ jobs:
100
-DUMF_BUILD_${{inputs.name}}_PROVIDER=ON
101
-DUMF_TESTS_FAIL_ON_SKIP=ON
102
${{ matrix.os == 'Ubuntu' && matrix.build_type == 'Debug' && '-DUMF_USE_COVERAGE=ON' || '' }}
103
+ ${{ inputs.name == 'LEVEL_ZERO' && -DCMAKE_SUPPRESS_REGENERATION=TRUE || ''}}
104
105
- name: Build UMF
106
run: cmake --build ${{env.BUILD_DIR}} --config ${{matrix.build_type}} -j ${{matrix.number_of_processors}}
0 commit comments