QUDA v0.4.0
A library for QCD on GPUs
|
Typedefs | |
typedef std::complex< double > | Complex |
Functions | |
void | initBlas () |
void | endBlas (void) |
void | setBlasTuning (QudaTune tune, QudaVerbosity verbose) |
void | setBlasParam (int kernel, int prec, int threads, int blocks) |
Variables | |
unsigned long long | blas_flops |
unsigned long long | blas_bytes |
typedef std::complex<double> quda::Complex |
Definition at line 8 of file color_spinor_field.h.
void quda::endBlas | ( | void | ) |
Definition at line 115 of file blas_quda.cu.
void quda::initBlas | ( | ) |
Definition at line 73 of file blas_quda.cu.
void quda::setBlasParam | ( | int | kernel, |
int | prec, | ||
int | threads, | ||
int | blocks | ||
) |
void quda::setBlasTuning | ( | QudaTune | tune, |
QudaVerbosity | verbose | ||
) |
Definition at line 132 of file blas_quda.cu.
unsigned long long quda::blas_bytes |
Definition at line 30 of file blas_quda.cu.
unsigned long long quda::blas_flops |
Definition at line 29 of file blas_quda.cu.