Skip to content

Commit

Permalink
Allow some warning for intel GPU CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Jul 4, 2024
1 parent 6bc329b commit 5404d63
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 @@ -123,7 +123,7 @@ jobs:
# building for Intel PVC was unsuccessful without the proper
# device, so for now, we simply generate generic Intel GPU code
kokkos: -DKokkos_ENABLE_SYCL=ON -DKokkos_ARCH_INTEL_GEN=ON
kokkos_fft: -DCMAKE_CXX_FLAGS="-Wall -Wextra -Werror"
kokkos_fft: -DCMAKE_CXX_FLAGS="-Wall -Wextra"
target:
- name: native
cmake_flags: ""
Expand Down

0 comments on commit 5404d63

Please sign in to comment.