Go to the source code of this file.
|
template<PlatformKind PL, typename T > |
void | test_one_gemm (const int M, const int N, const int K, const char transa, const char transb) |
|
template<PlatformKind PL> |
void | test_gemm_cases () |
|
template<PlatformKind PL, typename T > |
void | test_one_gemv (const int M_b, const int N_b, const char trans) |
|
template<PlatformKind PL> |
void | test_gemv_cases () |
|
template<PlatformKind PL, typename T > |
void | test_one_ger (const int M, const int N) |
|
template<PlatformKind PL> |
void | test_ger_cases () |
|
| TEST_CASE ("AccelBLAS", "[BLAS]") |
|