sgemv performance test
| 309 | |
| 310 | // sgemv performance test |
| 311 | TEST_P(GEMV, sgemv) |
| 312 | { |
| 313 | TestParams params; |
| 314 | |
| 315 | getParams(¶ms); |
| 316 | GemvPerformanceTest<float>::runInstance(FN_SGEMV, ¶ms); |
| 317 | } |
| 318 | |
| 319 | // dgemv performance test case |
| 320 | TEST_P(GEMV, dgemv) |
nothing calls this directly
no outgoing calls
no test coverage detected