QUDA
v0.7.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 More... | |
Public Attributes | |
const Float2 | a |
const Float2 | b |
Functor performing the operation y[i] += a*b*x[i], x[i] *= a
Definition at line 376 of file blas_quda.cu.
|
inline |
Definition at line 379 of file blas_quda.cu.
|
inlinestatic |
total number of input and output streams
Definition at line 383 of file blas_quda.cu.
|
inline |
Definition at line 380 of file blas_quda.cu.
|
inlinestatic |
Definition at line 382 of file blas_quda.cu.
const Float2 quda::cabxpyAx< Float2, FloatN >::a |
Definition at line 377 of file blas_quda.cu.
const Float2 quda::cabxpyAx< Float2, FloatN >::b |
Definition at line 378 of file blas_quda.cu.