Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Stokhos_Cuda_SimpleTiledCrsProductTensor.hpp>
Public Member Functions | |
ProductTensorLoop (const matrix_type &A, const vector_type &x, const vector_type &y, const size_type block_size) | |
__device__ void | operator() (void) const |
Public Attributes | |
const matrix_type | m_A |
const vector_type | m_x |
const vector_type | m_y |
const size_type | m_block_size |
Definition at line 328 of file Stokhos_Cuda_SimpleTiledCrsProductTensor.hpp.
|
inline |
Definition at line 336 of file Stokhos_Cuda_SimpleTiledCrsProductTensor.hpp.
|
inline |
Definition at line 343 of file Stokhos_Cuda_SimpleTiledCrsProductTensor.hpp.
const matrix_type Stokhos::Multiply< BlockCrsMatrix< SimpleTiledCrsProductTensor< TensorScalar, Kokkos::Cuda >, MatrixScalar, Kokkos::Cuda >, Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda >, Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda > >::ProductTensorLoop::m_A |
Definition at line 331 of file Stokhos_Cuda_SimpleTiledCrsProductTensor.hpp.
const vector_type Stokhos::Multiply< BlockCrsMatrix< SimpleTiledCrsProductTensor< TensorScalar, Kokkos::Cuda >, MatrixScalar, Kokkos::Cuda >, Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda >, Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda > >::ProductTensorLoop::m_x |
Definition at line 332 of file Stokhos_Cuda_SimpleTiledCrsProductTensor.hpp.
const vector_type Stokhos::Multiply< BlockCrsMatrix< SimpleTiledCrsProductTensor< TensorScalar, Kokkos::Cuda >, MatrixScalar, Kokkos::Cuda >, Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda >, Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda > >::ProductTensorLoop::m_y |
Definition at line 333 of file Stokhos_Cuda_SimpleTiledCrsProductTensor.hpp.
const size_type Stokhos::Multiply< BlockCrsMatrix< SimpleTiledCrsProductTensor< TensorScalar, Kokkos::Cuda >, MatrixScalar, Kokkos::Cuda >, Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda >, Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda > >::ProductTensorLoop::m_block_size |
Definition at line 334 of file Stokhos_Cuda_SimpleTiledCrsProductTensor.hpp.