Skip to content

Commit

Permalink
Deprecate is_layouttiled trait
Browse files Browse the repository at this point in the history
  • Loading branch information
dalg24 committed Mar 29, 2024
1 parent 51b98e1 commit 1efeb5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/src/Kokkos_Layout.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,10 @@ enum class Iterate {
Right // Right indices stride fastest
};

#ifdef KOKKOS_ENABLE_DEPRECATED_CODE_4
template <typename Layout, class Enable = void>
struct is_layouttiled : std::false_type {};
struct KOKKOS_DEPRECATED is_layouttiled : std::false_type {};
#endif

// For use with view_copy
template <typename... Layout>
Expand Down

0 comments on commit 1efeb5d

Please sign in to comment.