| 327 | |
| 328 | |
| 329 | TEST_P(SPMV, sspmv) |
| 330 | { |
| 331 | TestParams params; |
| 332 | |
| 333 | getParams(¶ms); |
| 334 | SpmvPerformanceTest<cl_float>::runInstance(FN_SSPMV, ¶ms); |
| 335 | } |
| 336 | |
| 337 | TEST_P(SPMV, dspmv) |
| 338 | { |
nothing calls this directly
no outgoing calls
no test coverage detected