QUDA
1.0.0
|
Public Member Functions | |
doubleCG3Update_ (const Float2 &a, const Float2 &b, const Float2 &c) | |
__device__ __host__ void | operator() (FloatN &x, FloatN &y, FloatN &z, FloatN &w, FloatN &v) |
where the reduction is usually computed and any auxiliary operations More... | |
![]() | |
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 | |
Float2 | a |
Float2 | b |
FloatN | tmp {} |
void doubleCG3Update(d a, d b, V x, V y, V z){} tmp = x; x = b.x*(x+a.x*z) + b.y*y; y = tmp;
Definition at line 422 of file blas_core.cuh.
|
inline |
Definition at line 424 of file blas_core.cuh.
|
inlinestatic |
total number of input and output streams
Definition at line 433 of file blas_core.cuh.
|
inlinevirtual |
where the reduction is usually computed and any auxiliary operations
Implements quda::blas::BlasFunctor< Float2, FloatN >.
Definition at line 426 of file blas_core.cuh.
References tmp.
|
inlinestatic |
Definition at line 432 of file blas_core.cuh.
Float2 quda::blas::doubleCG3Update_< Float2, FloatN >::a |
Definition at line 423 of file blas_core.cuh.
Float2 quda::blas::doubleCG3Update_< Float2, FloatN >::b |
Definition at line 423 of file blas_core.cuh.
FloatN quda::blas::doubleCG3Update_< Float2, FloatN >::tmp {} |
Definition at line 425 of file blas_core.cuh.