Skip to content

Commit

Permalink
Enable -Werror for CUDA backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Jul 4, 2024
1 parent 0b81772 commit e1d1963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
c: gcc
cxx: g++
cmake_flags:
kokkos: -DKokkos_ENABLE_CUDA=ON -DKokkos_ARCH_AMPERE80=ON
kokkos: -DCMAKE_CXX_FLAGS="-Wall -Wextra -Werror" -DKokkos_ENABLE_CUDA=ON -DKokkos_ARCH_AMPERE80=ON
kokkos_fft: ""
- name: hip
image: rocm
Expand Down

0 comments on commit e1d1963

Please sign in to comment.