|
QUDA
0.9.0
|


Public Member Functions | |
| caxpbypczpw_ (const Float2 &a, const Float2 &b, const Float2 &c) | |
| __device__ __host__ void | operator() (FloatN &x, FloatN &y, FloatN &z, FloatN &w) |
| where the reduction is usually computed and any auxiliary operations More... | |
Public Member Functions inherited from quda::blas::BlasFunctor< Float2, FloatN > | |
| virtual __device__ __host__ void | init () |
| pre-computation routine before the main loop More... | |
Static Public Member Functions | |
| static int | streams () |
| static int | flops () |
| total number of input and output streams More... | |
Public Attributes | |
| const Float2 | a |
| const Float2 | b |
| const Float2 | c |
Functor Performing the operation w[i] = a*x[i] + b*y[i] + c*z[i] + w[i]
Definition at line 515 of file blas_quda.cu.
|
inline |
Definition at line 519 of file blas_quda.cu.
|
inlinestatic |
total number of input and output streams
Definition at line 524 of file blas_quda.cu.
|
inlinevirtual |
where the reduction is usually computed and any auxiliary operations
Implements quda::blas::BlasFunctor< Float2, FloatN >.
Definition at line 520 of file blas_quda.cu.
References quda::blas::_caxpy(), quda::blas::caxpbypczpw_< Float2, FloatN >::a, quda::blas::caxpbypczpw_< Float2, FloatN >::b, quda::blas::caxpbypczpw_< Float2, FloatN >::c, w, x, y, and z.

|
inlinestatic |
Definition at line 523 of file blas_quda.cu.
| const Float2 quda::blas::caxpbypczpw_< Float2, FloatN >::a |
Definition at line 516 of file blas_quda.cu.
Referenced by quda::blas::caxpbypczpw_< Float2, FloatN >::operator()().
| const Float2 quda::blas::caxpbypczpw_< Float2, FloatN >::b |
Definition at line 517 of file blas_quda.cu.
Referenced by quda::blas::caxpbypczpw_< Float2, FloatN >::operator()().
| const Float2 quda::blas::caxpbypczpw_< Float2, FloatN >::c |
Definition at line 518 of file blas_quda.cu.
Referenced by quda::blas::caxpbypczpw_< Float2, FloatN >::operator()().
1.8.14