Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Stokhos_TiledCrsProductTensor.hpp>
Public Types | |
typedef ExecutionSpace | execution_space |
typedef int | size_type |
typedef ValueType | value_type |
Public Member Functions | |
~TiledCrsProductTensor () | |
TiledCrsProductTensor () | |
TiledCrsProductTensor (const TiledCrsProductTensor &rhs) | |
TiledCrsProductTensor & | operator= (const TiledCrsProductTensor &rhs) |
KOKKOS_INLINE_FUNCTION size_type | dimension () const |
Dimension of the tensor. More... | |
KOKKOS_INLINE_FUNCTION size_type | entry_count () const |
Number of sparse entries. More... | |
KOKKOS_INLINE_FUNCTION size_type | entry_maximum () const |
Maximum sparse entries for any coordinate. More... | |
KOKKOS_INLINE_FUNCTION size_type | max_num_rows () const |
Maximum number of rows in any tile. More... | |
KOKKOS_INLINE_FUNCTION size_type | num_rows (size_type tile) const |
Number of rows in given tile. More... | |
KOKKOS_INLINE_FUNCTION const size_type & | entry_begin (size_type tile, size_type i) const |
Begin entries with a coordinate 'i'. More... | |
KOKKOS_INLINE_FUNCTION size_type | entry_end (size_type tile, size_type i) const |
End entries with a coordinate 'i'. More... | |
KOKKOS_INLINE_FUNCTION const size_type * | row_map_ptr () const |
Return row_map ptr. More... | |
KOKKOS_INLINE_FUNCTION const size_type & | num_entry (size_type tile, size_type i) const |
Number of entries with a coordinate 'i'. More... | |
KOKKOS_INLINE_FUNCTION const size_type & | coord (const size_type entry, const size_type c) const |
Coordinates of an entry. More... | |
KOKKOS_INLINE_FUNCTION const size_type & | coord (const size_type entry) const |
Coordinates of an entry. More... | |
KOKKOS_INLINE_FUNCTION const value_type & | value (const size_type entry) const |
Value of an entry. More... | |
KOKKOS_INLINE_FUNCTION size_type | num_non_zeros () const |
Number of non-zero's. More... | |
KOKKOS_INLINE_FUNCTION size_type | num_flops () const |
Number flop's per multiply-add. More... | |
KOKKOS_INLINE_FUNCTION size_type | tile_size () const |
Number tiles. More... | |
KOKKOS_INLINE_FUNCTION size_type | num_tiles () const |
Number tiles. More... | |
KOKKOS_INLINE_FUNCTION const size_type & | offset (const size_type entry, const size_type c) const |
Coordinate offset. More... | |
KOKKOS_INLINE_FUNCTION const size_type & | range (const size_type entry, const size_type c) const |
Coordinate range. More... | |
Static Public Member Functions | |
template<typename OrdinalType > | |
static TiledCrsProductTensor | create (const Stokhos::ProductBasis< OrdinalType, ValueType > &basis, const Stokhos::Sparse3Tensor< OrdinalType, ValueType > &Cijk, const Teuchos::ParameterList ¶ms) |
Static Public Attributes | |
static const size_type | host_vectorsize = 2 |
static const bool | use_intrinsics = false |
static const size_type | cuda_vectorsize = 32 |
static const bool | is_cuda |
static const size_type | vectorsize = is_cuda ? cuda_vectorsize : host_vectorsize |
static const size_type | tensor_align = vectorsize |
Private Types | |
typedef Kokkos::LayoutRight | layout_type |
typedef Kokkos::View < value_type[], execution_space > | vec_type |
typedef Kokkos::View < size_type[], execution_space > | coord_array_type |
typedef Kokkos::View < size_type[][2], Kokkos::LayoutLeft, execution_space > | coord2_array_type |
typedef Kokkos::View < size_type[][3], execution_space > | coord_offset_type |
typedef Kokkos::View < size_type[][3], execution_space > | coord_range_type |
typedef Kokkos::View < value_type[], execution_space > | value_array_type |
typedef Kokkos::View < size_type **, layout_type, execution_space > | entry_array_type |
typedef Kokkos::View < size_type **, layout_type, execution_space > | row_map_array_type |
typedef Kokkos::View < size_type[], execution_space > | num_row_array_type |
Definition at line 61 of file Stokhos_TiledCrsProductTensor.hpp.
typedef ExecutionSpace Stokhos::TiledCrsProductTensor< ValueType, ExecutionSpace >::execution_space |
Definition at line 64 of file Stokhos_TiledCrsProductTensor.hpp.
typedef int Stokhos::TiledCrsProductTensor< ValueType, ExecutionSpace >::size_type |
Definition at line 65 of file Stokhos_TiledCrsProductTensor.hpp.
typedef ValueType Stokhos::TiledCrsProductTensor< ValueType, ExecutionSpace >::value_type |
Definition at line 66 of file Stokhos_TiledCrsProductTensor.hpp.
|
private |
Definition at line 93 of file Stokhos_TiledCrsProductTensor.hpp.
|
private |
Definition at line 94 of file Stokhos_TiledCrsProductTensor.hpp.
|
private |
Definition at line 95 of file Stokhos_TiledCrsProductTensor.hpp.
|
private |
Definition at line 96 of file Stokhos_TiledCrsProductTensor.hpp.
|
private |
Definition at line 97 of file Stokhos_TiledCrsProductTensor.hpp.
|
private |
Definition at line 98 of file Stokhos_TiledCrsProductTensor.hpp.
|
private |
Definition at line 99 of file Stokhos_TiledCrsProductTensor.hpp.
|
private |
Definition at line 100 of file Stokhos_TiledCrsProductTensor.hpp.
|
private |
Definition at line 101 of file Stokhos_TiledCrsProductTensor.hpp.
|
private |
Definition at line 102 of file Stokhos_TiledCrsProductTensor.hpp.
|
inline |
Definition at line 122 of file Stokhos_TiledCrsProductTensor.hpp.
|
inline |
Definition at line 125 of file Stokhos_TiledCrsProductTensor.hpp.
|
inline |
Definition at line 142 of file Stokhos_TiledCrsProductTensor.hpp.
|
inline |
Definition at line 159 of file Stokhos_TiledCrsProductTensor.hpp.
|
inline |
Dimension of the tensor.
Definition at line 180 of file Stokhos_TiledCrsProductTensor.hpp.
|
inline |
Number of sparse entries.
Definition at line 184 of file Stokhos_TiledCrsProductTensor.hpp.
|
inline |
Maximum sparse entries for any coordinate.
Definition at line 189 of file Stokhos_TiledCrsProductTensor.hpp.
|
inline |
Maximum number of rows in any tile.
Definition at line 194 of file Stokhos_TiledCrsProductTensor.hpp.
|
inline |
Number of rows in given tile.
Definition at line 199 of file Stokhos_TiledCrsProductTensor.hpp.
|
inline |
Begin entries with a coordinate 'i'.
Definition at line 204 of file Stokhos_TiledCrsProductTensor.hpp.
|
inline |
End entries with a coordinate 'i'.
Definition at line 209 of file Stokhos_TiledCrsProductTensor.hpp.
|
inline |
Return row_map ptr.
Definition at line 214 of file Stokhos_TiledCrsProductTensor.hpp.
|
inline |
Number of entries with a coordinate 'i'.
Definition at line 219 of file Stokhos_TiledCrsProductTensor.hpp.
|
inline |
Coordinates of an entry.
Definition at line 224 of file Stokhos_TiledCrsProductTensor.hpp.
|
inline |
Coordinates of an entry.
Definition at line 229 of file Stokhos_TiledCrsProductTensor.hpp.
|
inline |
Value of an entry.
Definition at line 234 of file Stokhos_TiledCrsProductTensor.hpp.
|
inline |
Number of non-zero's.
Definition at line 239 of file Stokhos_TiledCrsProductTensor.hpp.
|
inline |
Number flop's per multiply-add.
Definition at line 244 of file Stokhos_TiledCrsProductTensor.hpp.
|
inline |
Number tiles.
Definition at line 249 of file Stokhos_TiledCrsProductTensor.hpp.
|
inline |
Number tiles.
Definition at line 254 of file Stokhos_TiledCrsProductTensor.hpp.
|
inline |
Coordinate offset.
Definition at line 259 of file Stokhos_TiledCrsProductTensor.hpp.
|
inline |
Coordinate range.
Definition at line 264 of file Stokhos_TiledCrsProductTensor.hpp.
|
inlinestatic |
Definition at line 269 of file Stokhos_TiledCrsProductTensor.hpp.
|
static |
Definition at line 76 of file Stokhos_TiledCrsProductTensor.hpp.
|
static |
Definition at line 77 of file Stokhos_TiledCrsProductTensor.hpp.
|
static |
Definition at line 79 of file Stokhos_TiledCrsProductTensor.hpp.
|
static |
Definition at line 80 of file Stokhos_TiledCrsProductTensor.hpp.
|
static |
Definition at line 86 of file Stokhos_TiledCrsProductTensor.hpp.
|
static |
Definition at line 89 of file Stokhos_TiledCrsProductTensor.hpp.
|
private |
Definition at line 104 of file Stokhos_TiledCrsProductTensor.hpp.
|
private |
Definition at line 105 of file Stokhos_TiledCrsProductTensor.hpp.
|
private |
Definition at line 106 of file Stokhos_TiledCrsProductTensor.hpp.
|
private |
Definition at line 107 of file Stokhos_TiledCrsProductTensor.hpp.
|
private |
Definition at line 108 of file Stokhos_TiledCrsProductTensor.hpp.
|
private |
Definition at line 109 of file Stokhos_TiledCrsProductTensor.hpp.
|
private |
Definition at line 110 of file Stokhos_TiledCrsProductTensor.hpp.
|
private |
Definition at line 111 of file Stokhos_TiledCrsProductTensor.hpp.
|
private |
Definition at line 112 of file Stokhos_TiledCrsProductTensor.hpp.
|
private |
Definition at line 113 of file Stokhos_TiledCrsProductTensor.hpp.
|
private |
Definition at line 114 of file Stokhos_TiledCrsProductTensor.hpp.
|
private |
Definition at line 115 of file Stokhos_TiledCrsProductTensor.hpp.
|
private |
Definition at line 116 of file Stokhos_TiledCrsProductTensor.hpp.
|
private |
Definition at line 117 of file Stokhos_TiledCrsProductTensor.hpp.