Skip to content

Conversation

@janciesko
Copy link
Contributor

No description provided.

@janciesko janciesko force-pushed the depr-array-layout branch 2 times, most recently from 3d33249 to babf89e Compare October 16, 2025 16:22
Signed-off-by: Jan Ciesko <jan.ciesko@gmail.com>

.. cpp:type:: array_layout

The layout of the ``DynRankView``. (Deprecated since Kokkos 5.0)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The layout of the ``DynRankView``. (Deprecated since Kokkos 5.0)
The layout of the ``DynRankView``. (Deprecated since Kokkos 5.0: use ``layout_type``)


.. cpp:type:: array_layout

A tag signifying that this models the Layout concept. (Deprecated since Kokkos 5.0)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
A tag signifying that this models the Layout concept. (Deprecated since Kokkos 5.0)
A tag signifying that this models the Layout concept. (Deprecated since Kokkos 5.0: use ``layout_type``)


.. cpp:type:: array_layout

A tag signifying that this models the Layout concept. (Deprecated since Kokkos 5.0)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
A tag signifying that this models the Layout concept. (Deprecated since Kokkos 5.0)
A tag signifying that this models the Layout concept. (Deprecated since Kokkos 5.0: use ``layout_type``)

.. cpp:type:: array_layout

A tag signifying that this models the Layout concept
A tag signifying that this models the Layout concept. (Deprecated since Kokkos 5.0)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
A tag signifying that this models the Layout concept. (Deprecated since Kokkos 5.0)
A tag signifying that this models the Layout concept. (Deprecated since Kokkos 5.0: use ``layout_type``)

^^^^^^^^^^^

.. cpp:type:: array_layout
.. deprecated:: 5.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.. deprecated:: 5.0
.. deprecated:: 5.0
Use ``layout_type``.

typedef ... scratch_memory_space;
typedef ... array_layout;
typedef ... layout_type;
typedef ... array_layout; // Deprecated since Kokkos 5.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
typedef ... array_layout; // Deprecated since Kokkos 5.0
typedef ... array_layout; // Deprecated since Kokkos 5.0, use layout_type

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants