Skip to content

Commit

Permalink
Merge Pull Request #6164 from trilinos/Trilinos/issue-6154
Browse files Browse the repository at this point in the history
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: kokkos-kernels: update gcc check for c++14 workaround macro
PR Author: ndellingwood
  • Loading branch information
trilinos-autotester authored Oct 26, 2019
2 parents 717aae9 + 5cadadb commit 19e4fb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

#ifdef KOKKOS_ENABLE_CXX14
#ifdef KOKKOS_COMPILER_GNU
#if KOKKOS_COMPILER_GNU<=720
#if KOKKOS_COMPILER_GNU<=740
#define KOKKOS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
#endif
#endif
Expand Down

0 comments on commit 19e4fb2

Please sign in to comment.