Skip to content

Commit

Permalink
Don't suppress warnings for NVHPC
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Jul 26, 2023
1 parent 8ef6cb5 commit 00ff0a5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions algorithms/src/std_algorithms/impl/Kokkos_ForEachForEachN.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@
KOKKOS_DO_PRAGMA(diag_suppress WARNING)
#define KOKKOS_NVCC_PRAGMA_POP KOKKOS_DO_PRAGMA(diagnostic pop)
#endif
#elif defined __NVCOMPILER
#define KOKKOS_NVCC_PRAGMA_PUSH KOKKOS_DO_PRAGMA(diagnostic push)
#define KOKKOS_NVCC_PRAGMA_SUPPRESS(WARNING) \
KOKKOS_DO_PRAGMA(diag_suppress = WARNING)
#define KOKKOS_NVCC_PRAGMA_POP KOKKOS_DO_PRAGMA(diagnostic pop)
#else
#define KOKKOS_NVCC_PRAGMA_PUSH
#define KOKKOS_NVCC_PRAGMA_SUPPRESS(WARNING)
Expand Down

0 comments on commit 00ff0a5

Please sign in to comment.