Skip to content

Commit

Permalink
fix: compile options should be set for Kokkos-fft not Kokkos
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Jul 4, 2024
1 parent 876287b commit 5b17da9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:
c: gcc
cxx: g++
cmake_flags:
kokkos: -DCMAKE_CXX_FLAGS="-Wall -Wextra -Werror" -DKokkos_ENABLE_CUDA=ON -DKokkos_ARCH_AMPERE80=ON
kokkos_fft: ""
kokkos: -DKokkos_ENABLE_CUDA=ON -DKokkos_ARCH_AMPERE80=ON
kokkos_fft: -DCMAKE_CXX_FLAGS="-Wall -Wextra -Werror"
- name: hip
image: rocm
compiler:
Expand Down

0 comments on commit 5b17da9

Please sign in to comment.