|
QUDA v0.4.0
A library for QCD on GPUs
|
Public Member Functions | |
| caxpby (const Float2 &a, const Float2 &b, const Float2 &c) | |
| __device__ void | operator() (const 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 |
Definition at line 511 of file blas_quda.cu.
| caxpby< Float2, FloatN >::caxpby | ( | const Float2 & | a, |
| const Float2 & | b, | ||
| const Float2 & | c | ||
| ) | [inline] |
Definition at line 514 of file blas_quda.cu.
| static int caxpby< Float2, FloatN >::flops | ( | ) | [inline, static] |
total number of input and output streams
Definition at line 517 of file blas_quda.cu.
| __device__ void caxpby< Float2, FloatN >::operator() | ( | const FloatN & | x, |
| FloatN & | y, | ||
| const FloatN & | z, | ||
| const FloatN & | w | ||
| ) | [inline] |
Definition at line 515 of file blas_quda.cu.
| static int caxpby< Float2, FloatN >::streams | ( | ) | [inline, static] |
Definition at line 516 of file blas_quda.cu.
Definition at line 512 of file blas_quda.cu.
Definition at line 513 of file blas_quda.cu.
1.7.4