QUDA  v0.7.0
A library for QCD on GPUs
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
quda::ExtractGhost< Float, length, nDim, Order > Class Template Reference
+ Inheritance diagram for quda::ExtractGhost< Float, length, nDim, Order >:

Public Member Functions

 ExtractGhost (ExtractGhostArg< Order, nDim > &arg, const GaugeField &meta)
 
virtual ~ExtractGhost ()
 
void apply (const cudaStream_t &stream)
 
TuneKey tuneKey () const
 
std::string paramString (const TuneParam &param) const
 
long long flops () const
 
long long bytes () const
 

Detailed Description

template<typename Float, int length, int nDim, typename Order>
class quda::ExtractGhost< Float, length, nDim, Order >

Definition at line 114 of file extract_gauge_ghost.cu.

Constructor & Destructor Documentation

template<typename Float, int length, int nDim, typename Order>
quda::ExtractGhost< Float, length, nDim, Order >::ExtractGhost ( ExtractGhostArg< Order, nDim > &  arg,
const GaugeField meta 
)
inline

Definition at line 127 of file extract_gauge_ghost.cu.

template<typename Float, int length, int nDim, typename Order>
virtual quda::ExtractGhost< Float, length, nDim, Order >::~ExtractGhost ( )
inlinevirtual

Definition at line 137 of file extract_gauge_ghost.cu.

Member Function Documentation

template<typename Float, int length, int nDim, typename Order>
void quda::ExtractGhost< Float, length, nDim, Order >::apply ( const cudaStream_t &  stream)
inlinevirtual

Implements quda::Tunable.

Definition at line 139 of file extract_gauge_ghost.cu.

template<typename Float, int length, int nDim, typename Order>
long long quda::ExtractGhost< Float, length, nDim, Order >::bytes ( ) const
inlinevirtual

Reimplemented from quda::Tunable.

Definition at line 159 of file extract_gauge_ghost.cu.

template<typename Float, int length, int nDim, typename Order>
long long quda::ExtractGhost< Float, length, nDim, Order >::flops ( ) const
inlinevirtual

Implements quda::Tunable.

Definition at line 158 of file extract_gauge_ghost.cu.

template<typename Float, int length, int nDim, typename Order>
std::string quda::ExtractGhost< Float, length, nDim, Order >::paramString ( const TuneParam param) const
inlinevirtual

Reimplemented from quda::Tunable.

Definition at line 151 of file extract_gauge_ghost.cu.

template<typename Float, int length, int nDim, typename Order>
TuneKey quda::ExtractGhost< Float, length, nDim, Order >::tuneKey ( ) const
inlinevirtual

Implements quda::Tunable.

Definition at line 149 of file extract_gauge_ghost.cu.


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