QUDA v0.4.0
A library for QCD on GPUs
|
Public Member Functions | |
axpyBzpcx (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 |
const Float2 | c |
Functor performing the operations: y[i] = a*x[i] + y[i]; x[i] = b*z[i] + c*x[i]
Definition at line 575 of file blas_quda.cu.
axpyBzpcx< Float2, FloatN >::axpyBzpcx | ( | const Float2 & | a, |
const Float2 & | b, | ||
const Float2 & | c | ||
) | [inline] |
Definition at line 579 of file blas_quda.cu.
static int axpyBzpcx< Float2, FloatN >::flops | ( | ) | [inline, static] |
total number of input and output streams
Definition at line 583 of file blas_quda.cu.
__device__ void axpyBzpcx< Float2, FloatN >::operator() | ( | FloatN & | x, |
FloatN & | y, | ||
const FloatN & | z, | ||
const FloatN & | w | ||
) | [inline] |
Definition at line 580 of file blas_quda.cu.
static int axpyBzpcx< Float2, FloatN >::streams | ( | ) | [inline, static] |
Definition at line 582 of file blas_quda.cu.
Definition at line 576 of file blas_quda.cu.
Definition at line 577 of file blas_quda.cu.
Definition at line 578 of file blas_quda.cu.