| 266 | } // namespace clMath |
| 267 | |
| 268 | TEST_P(ASUM, sasum) |
| 269 | { |
| 270 | TestParams params; |
| 271 | |
| 272 | getParams(¶ms); |
| 273 | AsumPerformanceTest<float>::runInstance(FN_SASUM, ¶ms); |
| 274 | } |
| 275 | |
| 276 | |
| 277 | TEST_P(ASUM, dasum) |
nothing calls this directly
no outgoing calls
no test coverage detected