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 33e82abCopy full SHA for 33e82ab
.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=ON' || '' }}
104
105
- name: Build UMF
106
run: cmake --build ${{env.BUILD_DIR}} --config ${{matrix.build_type}} -j ${{matrix.number_of_processors}}
0 commit comments