QUDA  1.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
quda::blas::BlasFunctor< Float2, FloatN > Struct Template Referenceabstract
Inheritance diagram for quda::blas::BlasFunctor< 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, FloatN &v)=0
 where the reduction is usually computed and any auxiliary operations More...
 

Detailed Description

template<typename Float2, typename FloatN>
struct quda::blas::BlasFunctor< Float2, FloatN >

Definition at line 71 of file blas_core.cuh.

Member Function Documentation

◆ init()

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

pre-computation routine before the main loop

Reimplemented in quda::blas::caxpyxmazMR_< Float2, FloatN >.

Definition at line 74 of file blas_core.cuh.

◆ operator()()

template<typename Float2 , typename FloatN >
virtual __device__ __host__ void quda::blas::BlasFunctor< Float2, FloatN >::operator() ( FloatN &  x,
FloatN &  y,
FloatN &  z,
FloatN &  w,
FloatN &  v 
)
pure virtual

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