We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 220ebd5 commit 765a05fCopy full SHA for 765a05f
components/eamxx/docs/developer/kokkos_ekat.md
@@ -57,8 +57,7 @@ where
57
run-time dimensions). E.g., a 2D view of doubles will have `DataType =
58
double**`. There is also an ability to define compile-time dimensions by
59
using `[]`, see
60
- [Kokkos wiki section on views]
61
- (<https://kokkos.org/kokkos-core-wiki/API/core/view/view.html).
+ [Kokkos wiki section on views](https://kokkos.org/kokkos-core-wiki/API/core/view/view.html).
62
- `LayoutType`: mapping of indices into the underlying 1D memory storage. Types
63
are:
64
- `LayoutRight` (used in EAMxx): strides increase from the right most to the
0 commit comments