Skip to content

Commit

Permalink
Merge pull request #2649 from EuphoricThinking/benchmark_fix_cmake_op…
Browse files Browse the repository at this point in the history
…ts_umf

fix missing cmake options for UMF benchmarks
  • Loading branch information
pbalcer authored Feb 10, 2025
2 parents bdbe7b4 + fe12d12 commit 6cd6446
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/benchmarks-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,16 @@ jobs:
-S${{github.workspace}}/umf-repo
-B${{github.workspace}}/umf_build
-DUMF_BUILD_BENCHMARKS=ON
-DUMF_TESTS_FAIL_ON_SKIP=ON
-DUMF_BUILD_SHARED_LIBRARY=ON
-DUMF_BUILD_BENCHMARKS_MT=ON
-DUMF_BUILD_TESTS=OFF
-DUMF_FORMAT_CODE_STYLE=OFF
-DUMF_DEVELOPER_MODE=OFF
-DUMF_BUILD_LEVEL_ZERO_PROVIDER=ON
-DUMF_BUILD_CUDA_PROVIDER=ON
-DUMF_BUILD_LIBUMF_POOL_DISJOINT=ON
-DUMF_BUILD_LIBUMF_POOL_JEMALLOC=ON
-DUMF_BUILD_EXAMPLES=OFF
- name: Build UMF
run: cmake --build ${{github.workspace}}/umf_build -j $(nproc)
Expand Down

0 comments on commit 6cd6446

Please sign in to comment.