| 282 | } // namespace clMath |
| 283 | |
| 284 | TEST_P(DOT, sdot) |
| 285 | { |
| 286 | TestParams params; |
| 287 | |
| 288 | getParams(¶ms); |
| 289 | DotPerformanceTest<float>::runInstance(FN_SDOT, ¶ms); |
| 290 | } |
| 291 | |
| 292 | |
| 293 | TEST_P(DOT, ddot) |
nothing calls this directly
no outgoing calls
no test coverage detected