sgbmv performance test
| 311 | |
| 312 | // sgbmv performance test |
| 313 | TEST_P(SBMV, ssbmv) |
| 314 | { |
| 315 | TestParams params; |
| 316 | |
| 317 | getParams(¶ms); |
| 318 | SbmvPerformanceTest<float>::runInstance(FN_SSBMV, ¶ms); |
| 319 | } |
| 320 | |
| 321 | // dgbmv performance test case |
| 322 | TEST_P(SBMV, dsbmv) |
nothing calls this directly
no outgoing calls
no test coverage detected