Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Stokhos::Multiply< BlockCrsMatrix< CrsProductTensor< TensorScalar, Kokkos::Cuda >, MatrixScalar, Kokkos::Cuda >, Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda >, Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda > >::MultiplyKernel Class Reference

#include <Stokhos_Cuda_CrsProductTensor.hpp>

Public Member Functions

 MultiplyKernel (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 BlockSize

Detailed Description

template<typename TensorScalar, typename MatrixScalar, typename VectorScalar>
class Stokhos::Multiply< BlockCrsMatrix< CrsProductTensor< TensorScalar, Kokkos::Cuda >, MatrixScalar, Kokkos::Cuda >, Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda >, Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda > >::MultiplyKernel

Definition at line 93 of file Stokhos_Cuda_CrsProductTensor.hpp.

Constructor & Destructor Documentation

◆ MultiplyKernel()

template<typename TensorScalar, typename MatrixScalar, typename VectorScalar>
Stokhos::Multiply< BlockCrsMatrix< CrsProductTensor< TensorScalar, Kokkos::Cuda >, MatrixScalar, Kokkos::Cuda >, Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda >, Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda > >::MultiplyKernel::MultiplyKernel ( const matrix_type & A,
const vector_type & x,
const vector_type & y,
const size_type block_size )
inline

Definition at line 101 of file Stokhos_Cuda_CrsProductTensor.hpp.

Member Function Documentation

◆ operator()()

template<typename TensorScalar, typename MatrixScalar, typename VectorScalar>
__device__ void Stokhos::Multiply< BlockCrsMatrix< CrsProductTensor< TensorScalar, Kokkos::Cuda >, MatrixScalar, Kokkos::Cuda >, Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda >, Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda > >::MultiplyKernel::operator() ( void ) const
inline

Definition at line 108 of file Stokhos_Cuda_CrsProductTensor.hpp.

Member Data Documentation

◆ m_A

template<typename TensorScalar, typename MatrixScalar, typename VectorScalar>
const matrix_type Stokhos::Multiply< BlockCrsMatrix< CrsProductTensor< TensorScalar, Kokkos::Cuda >, MatrixScalar, Kokkos::Cuda >, Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda >, Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda > >::MultiplyKernel::m_A

Definition at line 96 of file Stokhos_Cuda_CrsProductTensor.hpp.

◆ m_x

template<typename TensorScalar, typename MatrixScalar, typename VectorScalar>
const vector_type Stokhos::Multiply< BlockCrsMatrix< CrsProductTensor< TensorScalar, Kokkos::Cuda >, MatrixScalar, Kokkos::Cuda >, Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda >, Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda > >::MultiplyKernel::m_x

Definition at line 97 of file Stokhos_Cuda_CrsProductTensor.hpp.

◆ m_y

template<typename TensorScalar, typename MatrixScalar, typename VectorScalar>
const vector_type Stokhos::Multiply< BlockCrsMatrix< CrsProductTensor< TensorScalar, Kokkos::Cuda >, MatrixScalar, Kokkos::Cuda >, Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda >, Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda > >::MultiplyKernel::m_y

Definition at line 98 of file Stokhos_Cuda_CrsProductTensor.hpp.

◆ BlockSize

template<typename TensorScalar, typename MatrixScalar, typename VectorScalar>
const size_type Stokhos::Multiply< BlockCrsMatrix< CrsProductTensor< TensorScalar, Kokkos::Cuda >, MatrixScalar, Kokkos::Cuda >, Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda >, Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda > >::MultiplyKernel::BlockSize

Definition at line 99 of file Stokhos_Cuda_CrsProductTensor.hpp.


The documentation for this class was generated from the following file: