| 321 | } // namespace clMath |
| 322 | |
| 323 | TEST_P(SPR, sspr) |
| 324 | { |
| 325 | TestParams params; |
| 326 | |
| 327 | getParams(¶ms); |
| 328 | SprPerformanceTest<float>::runInstance(FN_SSPR, ¶ms); |
| 329 | } |
| 330 | |
| 331 | TEST_P(SPR, dspr) |
| 332 | { |
nothing calls this directly
no outgoing calls
no test coverage detected