Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Public Member Functions | Public Attributes | List of all members
Stokhos::DeviceConfig Struct Reference

#include <Stokhos_CrsMatrix.hpp>

Classes

struct  Dim3
 

Public Member Functions

 DeviceConfig (const size_t num_blocks_, const size_t threads_per_block_x_, const size_t threads_per_block_y_=1, const size_t threads_per_block_z_=1)
 

Public Attributes

Dim3 block_dim
 
size_t num_blocks
 
size_t num_threads_per_block
 

Detailed Description

Definition at line 24 of file Stokhos_CrsMatrix.hpp.

Constructor & Destructor Documentation

Stokhos::DeviceConfig::DeviceConfig ( const size_t  num_blocks_,
const size_t  threads_per_block_x_,
const size_t  threads_per_block_y_ = 1,
const size_t  threads_per_block_z_ = 1 
)
inline

Definition at line 35 of file Stokhos_CrsMatrix.hpp.

Member Data Documentation

Dim3 Stokhos::DeviceConfig::block_dim

Definition at line 31 of file Stokhos_CrsMatrix.hpp.

size_t Stokhos::DeviceConfig::num_blocks

Definition at line 32 of file Stokhos_CrsMatrix.hpp.

size_t Stokhos::DeviceConfig::num_threads_per_block

Definition at line 33 of file Stokhos_CrsMatrix.hpp.


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