diff --git a/src/batched/dense/KokkosBatched_Set_Decl.hpp b/src/batched/dense/KokkosBatched_Set_Decl.hpp index 29ec3013a1..6303e1a8dc 100644 --- a/src/batched/dense/KokkosBatched_Set_Decl.hpp +++ b/src/batched/dense/KokkosBatched_Set_Decl.hpp @@ -10,7 +10,7 @@ namespace KokkosBatched { /// Serial Set /// -struct SerialSet { +struct [[deprecated]] SerialSet { template KOKKOS_INLINE_FUNCTION static int invoke(const ScalarType alpha, const AViewType &A) { @@ -26,7 +26,7 @@ struct SerialSet { /// template -struct TeamSet { +struct [[deprecated]] TeamSet { template KOKKOS_INLINE_FUNCTION static int invoke(const MemberType &member, const ScalarType alpha, @@ -43,7 +43,7 @@ struct TeamSet { /// template -struct TeamVectorSet { +struct [[deprecated]] TeamVectorSet { template KOKKOS_INLINE_FUNCTION static int invoke(const MemberType &member, const ScalarType alpha,