QUDA v0.4.0
A library for QCD on GPUs
|
Public Member Functions | |
ax (const Float2 &a, const Float2 &b, const Float2 &c) | |
__device__ void | operator() (FloatN &x, const 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 |
Functor to perform the operation x *= a
Definition at line 436 of file blas_quda.cu.
ax< Float2, FloatN >::ax | ( | const Float2 & | a, |
const Float2 & | b, | ||
const Float2 & | c | ||
) | [inline] |
Definition at line 438 of file blas_quda.cu.
static int ax< Float2, FloatN >::flops | ( | ) | [inline, static] |
total number of input and output streams
Definition at line 441 of file blas_quda.cu.
__device__ void ax< Float2, FloatN >::operator() | ( | FloatN & | x, |
const FloatN & | y, | ||
const FloatN & | z, | ||
const FloatN & | w | ||
) | [inline] |
Definition at line 439 of file blas_quda.cu.
static int ax< Float2, FloatN >::streams | ( | ) | [inline, static] |
Definition at line 440 of file blas_quda.cu.
Definition at line 437 of file blas_quda.cu.