QUDA v0.4.0
A library for QCD on GPUs
|
Public Member Functions | |
cabxpyAx (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 operation y[i] += a*b*x[i], x[i] *= a
Definition at line 641 of file blas_quda.cu.
cabxpyAx< Float2, FloatN >::cabxpyAx | ( | const Float2 & | a, |
const Float2 & | b, | ||
const Float2 & | c | ||
) | [inline] |
Definition at line 644 of file blas_quda.cu.
static int cabxpyAx< Float2, FloatN >::flops | ( | ) | [inline, static] |
total number of input and output streams
Definition at line 648 of file blas_quda.cu.
__device__ void cabxpyAx< Float2, FloatN >::operator() | ( | FloatN & | x, |
FloatN & | y, | ||
const FloatN & | z, | ||
const FloatN & | w | ||
) | [inline] |
Definition at line 645 of file blas_quda.cu.
static int cabxpyAx< Float2, FloatN >::streams | ( | ) | [inline, static] |
Definition at line 647 of file blas_quda.cu.
Definition at line 642 of file blas_quda.cu.
Definition at line 643 of file blas_quda.cu.