sgemm performance test
| 333 | |
| 334 | // sgemm performance test |
| 335 | TEST_P(GEMM, sgemm) |
| 336 | { |
| 337 | TestParams params; |
| 338 | |
| 339 | getParams(¶ms); |
| 340 | GemmPerformanceTest<float>::runInstance(FN_SGEMM, ¶ms); |
| 341 | } |
| 342 | |
| 343 | // dgemm performance test case |
| 344 | TEST_P(GEMM, dgemm) |
nothing calls this directly
no outgoing calls
no test coverage detected