Go to the source code of this file.
|
template<typename T > |
void | test_gemm (const int M, const int N, const int K, const char transa, const char transb) |
|
| TEST_CASE ("ompBLAS gemm", "[OMP]") |
|
template<typename T > |
void | test_gemv (const int M_b, const int N_b, const char trans) |
|
template<typename T > |
void | test_gemv_batched (const int M_b, const int N_b, const char trans, const int batch_count) |
|
| TEST_CASE ("ompBLAS gemv", "[OMP]") |
|
| TEST_CASE ("ompBLAS gemv notrans", "[OMP]") |
|
template<typename T > |
void | test_ger (const int M, const int N) |
|
template<typename T > |
void | test_ger_batched (const int M, const int N, const int batch_count) |
|
| TEST_CASE ("ompBLAS ger", "[OMP]") |
|