QUDA
v1.1.0
A library for QCD on GPUs
|
Go to the source code of this file.
Functions | |
TimeProfile & | getProfileBLAS () |
Profiler for covariant derivative. More... | |
void | checkBLASParam (QudaBLASParam ¶m) |
void | blasGEMMQuda (void *arrayA, void *arrayB, void *arrayC, QudaBoolean use_native, QudaBLASParam *blas_param) |
Strided Batched GEMM. More... | |
void blasGEMMQuda | ( | void * | arrayA, |
void * | arrayB, | ||
void * | arrayC, | ||
QudaBoolean | native, | ||
QudaBLASParam * | param | ||
) |
Strided Batched GEMM.
[in] | arrayA | The array containing the A matrix data |
[in] | arrayB | The array containing the A matrix data |
[in] | arrayC | The array containing the A matrix data |
[in] | native | boolean to use either the native or generic version |
[in] | param | The data defining the problem execution. |
Definition at line 12 of file blas_interface.cpp.
void checkBLASParam | ( | QudaBLASParam & | param | ) |
Definition at line 56 of file interface_quda.cpp.
TimeProfile& getProfileBLAS | ( | ) |
Profiler for covariant derivative.
Definition at line 227 of file interface_quda.cpp.