sgemm performance test
| 362 | |
| 363 | // sgemm performance test |
| 364 | TEST_P(GEMM2, sgemm) |
| 365 | { |
| 366 | TestParams params; |
| 367 | |
| 368 | getParams(¶ms); |
| 369 | GemmPerformanceTest<float>::runInstance(FN_SGEMM_2, ¶ms); |
| 370 | } |
| 371 | |
| 372 | // dgemm performance test case |
| 373 | TEST_P(GEMM2, dgemm) |
nothing calls this directly
no outgoing calls
no test coverage detected