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 c85bdef commit 1f934beCopy full SHA for 1f934be
.github/workflows/benchmarks-reusable.yml
@@ -175,7 +175,16 @@ jobs:
175
-S${{github.workspace}}/umf-repo
176
-B${{github.workspace}}/umf_build
177
-DUMF_BUILD_BENCHMARKS=ON
178
- -DUMF_TESTS_FAIL_ON_SKIP=ON
+ -DUMF_BUILD_SHARED_LIBRARY=ON
179
+ -DUMF_BUILD_BENCHMARKS_MT=ON
180
+ -DUMF_BUILD_TESTS=OFF
181
+ -DUMF_FORMAT_CODE_STYLE=OFF
182
+ -DUMF_DEVELOPER_MODE=OFF
183
+ -DUMF_BUILD_LEVEL_ZERO_PROVIDER=ON
184
+ -DUMF_BUILD_CUDA_PROVIDER=ON
185
+ -DUMF_BUILD_LIBUMF_POOL_DISJOINT=ON
186
+ -DUMF_BUILD_LIBUMF_POOL_JEMALLOC=ON
187
+ -DUMF_BUILD_EXAMPLES=OFF
188
189
- name: Build UMF
190
run: cmake --build ${{github.workspace}}/umf_build -j $(nproc)
0 commit comments