QUDA  1.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
quda::blas::MultiBlasFunctor< NXZ, Float2, FloatN > Struct Template Referenceabstract
Inheritance diagram for quda::blas::MultiBlasFunctor< NXZ, Float2, FloatN >:
Inheritance graph
[legend]

Public Member Functions

virtual __device__ __host__ void init ()
 pre-computation routine before the main loop More...
 
virtual __device__ __host__ void operator() (FloatN &x, FloatN &y, FloatN &z, FloatN &w, const int i, const int j)=0
 where the reduction is usually computed and any auxiliary operations More...
 

Detailed Description

template<int NXZ, typename Float2, typename FloatN>
struct quda::blas::MultiBlasFunctor< NXZ, Float2, FloatN >

Definition at line 117 of file multi_blas_core.cuh.

Member Function Documentation

◆ init()

template<int NXZ, typename Float2 , typename FloatN >
virtual __device__ __host__ void quda::blas::MultiBlasFunctor< NXZ, Float2, FloatN >::init ( )
inlinevirtual

pre-computation routine before the main loop

Definition at line 120 of file multi_blas_core.cuh.

References quda::blas::_caxpy().

Here is the call graph for this function:

◆ operator()()

template<int NXZ, typename Float2 , typename FloatN >
virtual __device__ __host__ void quda::blas::MultiBlasFunctor< NXZ, Float2, FloatN >::operator() ( FloatN &  x,
FloatN &  y,
FloatN &  z,
FloatN &  w,
const int  i,
const int  j 
)
pure virtual

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