Skip to content

Commit

Permalink
Merge pull request #148 from marcinwrobel1986/120-API-core-view-view_…
Browse files Browse the repository at this point in the history
…like

#120: API-core-view-view_like from md to rst
  • Loading branch information
crtrott authored Sep 1, 2022
2 parents 1a97725 + 7e85651 commit 1616b34
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/source/API/core/view/view_like.md

This file was deleted.

11 changes: 11 additions & 0 deletions docs/source/API/core/view/view_like.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
View-like Types
===============

View-like types are loosely defined as the set of class templates that behave like `Kokkos::View <view.html>`__ from an interface perspective. There is not a full formal definition of what this means yet, which means there is no way for users to add to this list in a way that the new class is recognized by Kokkos facilities operating on View-like things. In Kokkos these class templates are considered View-like:

* `Kokkos::View <view.html>`_
* `Kokkos::DynRankView <../../containers/DynRankView.html>`_
* `Kokkos::OffsetView <../../containers/Offset-View.html>`_
* `Kokkos::DynamicView <../../containers/DynamicView.html>`_

Notably, `Kokkos::DualView <../../containers/DualView.html>`_ and `Kokkos::ScatterView <../../containers/ScatterView.html>`_ are **not** included in this category.

0 comments on commit 1616b34

Please sign in to comment.