Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
Stokhos::BlockMultiply< SymmetricDiagonalSpec< Kokkos::Cuda > > Class Reference

#include <Stokhos_Cuda_SymmetricDiagonalSpec.hpp>

Public Types

typedef Kokkos::Cuda execution_space
 
typedef execution_space::size_type size_type
 
typedef SymmetricDiagonalSpec< Kokkos::Cuda > block_type
 

Static Public Member Functions

static __host__ dim3 thread_block (const block_type &block)
 
template<typename VectorValue >
static __host__ size_type shmem_size (const block_type &block)
 
static __host__ size_type matrix_size (const block_type &block)
 
template<typename MatrixValue , typename VectorValue >
static __device__ VectorValue apply (const block_type &block, const MatrixValue *const a, const VectorValue *const x)
 

Detailed Description

Definition at line 58 of file Stokhos_Cuda_SymmetricDiagonalSpec.hpp.

Member Typedef Documentation

◆ execution_space

typedef Kokkos::Cuda Stokhos::BlockMultiply< SymmetricDiagonalSpec< Kokkos::Cuda > >::execution_space

Definition at line 61 of file Stokhos_Cuda_SymmetricDiagonalSpec.hpp.

◆ size_type

typedef execution_space::size_type Stokhos::BlockMultiply< SymmetricDiagonalSpec< Kokkos::Cuda > >::size_type

Definition at line 62 of file Stokhos_Cuda_SymmetricDiagonalSpec.hpp.

◆ block_type

typedef SymmetricDiagonalSpec< Kokkos::Cuda > Stokhos::BlockMultiply< SymmetricDiagonalSpec< Kokkos::Cuda > >::block_type

Definition at line 63 of file Stokhos_Cuda_SymmetricDiagonalSpec.hpp.

Member Function Documentation

◆ thread_block()

static __host__ dim3 Stokhos::BlockMultiply< SymmetricDiagonalSpec< Kokkos::Cuda > >::thread_block ( const block_type & block)
inlinestatic

Definition at line 66 of file Stokhos_Cuda_SymmetricDiagonalSpec.hpp.

◆ shmem_size()

template<typename VectorValue >
static __host__ size_type Stokhos::BlockMultiply< SymmetricDiagonalSpec< Kokkos::Cuda > >::shmem_size ( const block_type & block)
inlinestatic

Definition at line 82 of file Stokhos_Cuda_SymmetricDiagonalSpec.hpp.

◆ matrix_size()

static __host__ size_type Stokhos::BlockMultiply< SymmetricDiagonalSpec< Kokkos::Cuda > >::matrix_size ( const block_type & block)
inlinestatic

Definition at line 90 of file Stokhos_Cuda_SymmetricDiagonalSpec.hpp.

◆ apply()

template<typename MatrixValue , typename VectorValue >
static __device__ VectorValue Stokhos::BlockMultiply< SymmetricDiagonalSpec< Kokkos::Cuda > >::apply ( const block_type & block,
const MatrixValue *const a,
const VectorValue *const x )
inlinestatic

Definition at line 98 of file Stokhos_Cuda_SymmetricDiagonalSpec.hpp.


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