Skip to content

Commit

Permalink
Add warnings on HIP CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Jul 3, 2024
1 parent 5b31df2 commit a645683
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 @@ -105,15 +105,15 @@ jobs:
cxx: hipcc
cmake_flags:
kokkos: -DKokkos_ENABLE_HIP=ON -DKokkos_ARCH_VEGA90A=ON
kokkos_fft: -DKokkosFFT_ENABLE_ROCFFT=ON
kokkos_fft: -DCMAKE_CXX_FLAGS="-Wall -Wextra" -DKokkosFFT_ENABLE_ROCFFT=ON
- name: rocm
image: rocm
compiler:
c: hipcc
cxx: hipcc
cmake_flags:
kokkos: -DKokkos_ENABLE_HIP=ON -DKokkos_ARCH_VEGA90A=ON
kokkos_fft: ""
kokkos_fft: -DCMAKE_CXX_FLAGS="-Wall -Wextra"
- name: sycl
image: intel
compiler:
Expand Down

0 comments on commit a645683

Please sign in to comment.