Skip to content

Commit

Permalink
Decorate [[deprecated]] batched routines
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikołaj Zuzek committed Jun 30, 2022
1 parent 61c2582 commit ee8ec71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/batched/dense/KokkosBatched_Set_Decl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace KokkosBatched {
/// Serial Set
///

struct SerialSet {
struct [[deprecated]] SerialSet {
template <typename ScalarType, typename AViewType>
KOKKOS_INLINE_FUNCTION static int invoke(const ScalarType alpha,
const AViewType &A) {
Expand All @@ -26,7 +26,7 @@ struct SerialSet {
///

template <typename MemberType>
struct TeamSet {
struct [[deprecated]] TeamSet {
template <typename ScalarType, typename AViewType>
KOKKOS_INLINE_FUNCTION static int invoke(const MemberType &member,
const ScalarType alpha,
Expand All @@ -43,7 +43,7 @@ struct TeamSet {
///

template <typename MemberType>
struct TeamVectorSet {
struct [[deprecated]] TeamVectorSet {
template <typename ScalarType, typename AViewType>
KOKKOS_INLINE_FUNCTION static int invoke(const MemberType &member,
const ScalarType alpha,
Expand Down

0 comments on commit ee8ec71

Please sign in to comment.