QUDA v0.4.0
A library for QCD on GPUs
|
Public Member Functions | |
caxpbypzYmbw (const Float2 &a, const Float2 &b, const Float2 &c) | |
__device__ void | operator() (const FloatN &x, FloatN &y, FloatN &z, const FloatN &w) |
Static Public Member Functions | |
static int | streams () |
static int | flops () |
total number of input and output streams | |
Public Attributes | |
const Float2 | a |
const Float2 | b |
Functor performing the operations z[i] = a*x[i] + b*y[i] + z[i] and y[i] -= b*w[i]
Definition at line 619 of file blas_quda.cu.
caxpbypzYmbw< Float2, FloatN >::caxpbypzYmbw | ( | const Float2 & | a, |
const Float2 & | b, | ||
const Float2 & | c | ||
) | [inline] |
Definition at line 622 of file blas_quda.cu.
static int caxpbypzYmbw< Float2, FloatN >::flops | ( | ) | [inline, static] |
total number of input and output streams
Definition at line 627 of file blas_quda.cu.
__device__ void caxpbypzYmbw< Float2, FloatN >::operator() | ( | const FloatN & | x, |
FloatN & | y, | ||
FloatN & | z, | ||
const FloatN & | w | ||
) | [inline] |
Definition at line 623 of file blas_quda.cu.
static int caxpbypzYmbw< Float2, FloatN >::streams | ( | ) | [inline, static] |
Definition at line 626 of file blas_quda.cu.
const Float2 caxpbypzYmbw< Float2, FloatN >::a |
Definition at line 620 of file blas_quda.cu.
const Float2 caxpbypzYmbw< Float2, FloatN >::b |
Definition at line 621 of file blas_quda.cu.