Skip to content

Commit

Permalink
Configure ccache for benchmark builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Dec 28, 2022
1 parent 1134a1f commit ef7fd60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/performance-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: Configure Kokkos
run: |
cmake -B builddir \
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
-DKokkos_ARCH_NATIVE=ON \
-DKokkos_ENABLE_HWLOC=ON \
-DKokkos_ENABLE_${{ matrix.backend }}=ON \
Expand Down

0 comments on commit ef7fd60

Please sign in to comment.