QUDA v0.4.0
A library for QCD on GPUs
|
Public Member Functions | |
axpyZpbx (const Float2 &a, const Float2 &b, const Float2 &c) | |
__device__ void | operator() (FloatN &x, FloatN &y, const 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: y[i] = a*x[i] + y[i]; x[i] = z[i] + b*x[i]
Definition at line 597 of file blas_quda.cu.
axpyZpbx< Float2, FloatN >::axpyZpbx | ( | const Float2 & | a, |
const Float2 & | b, | ||
const Float2 & | c | ||
) | [inline] |
Definition at line 600 of file blas_quda.cu.
static int axpyZpbx< Float2, FloatN >::flops | ( | ) | [inline, static] |
total number of input and output streams
Definition at line 604 of file blas_quda.cu.
__device__ void axpyZpbx< Float2, FloatN >::operator() | ( | FloatN & | x, |
FloatN & | y, | ||
const FloatN & | z, | ||
const FloatN & | w | ||
) | [inline] |
Definition at line 601 of file blas_quda.cu.
static int axpyZpbx< Float2, FloatN >::streams | ( | ) | [inline, static] |
Definition at line 603 of file blas_quda.cu.
Definition at line 598 of file blas_quda.cu.
Definition at line 599 of file blas_quda.cu.