Tpetra parallel linear algebra
Version of the Day
|
Tag class for declaring access intent. More...
#include <Tpetra_withLocalAccess.hpp>
Tag class for declaring access intent.
This is a class, not an enum, so that LocalAccess (see below) can have a parameter pack. You can't mix class types and constexpr values in a parameter pack. Compare to Kokkos::MemoryTraits or Kokkos::Schedule.
Definition at line 77 of file Tpetra_withLocalAccess.hpp.