-
Notifications
You must be signed in to change notification settings - Fork 61
Depracate array_layout in favor of layout_type #740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
3d33249 to
babf89e
Compare
Signed-off-by: Jan Ciesko <jan.ciesko@gmail.com>
babf89e to
6b1faaf
Compare
|
|
||
| .. cpp:type:: array_layout | ||
|
|
||
| The layout of the ``DynRankView``. (Deprecated since Kokkos 5.0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| .. 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| typedef ... array_layout; // Deprecated since Kokkos 5.0 | |
| typedef ... array_layout; // Deprecated since Kokkos 5.0, use layout_type |
No description provided.