| 288 | } // namespace clMath |
| 289 | |
| 290 | TEST_P(COPY, scopy) |
| 291 | { |
| 292 | TestParams params; |
| 293 | |
| 294 | getParams(¶ms); |
| 295 | CopyPerformanceTest<float>::runInstance(FN_SCOPY, ¶ms); |
| 296 | } |
| 297 | |
| 298 | |
| 299 | TEST_P(COPY, dcopy) |
nothing calls this directly
no outgoing calls
no test coverage detected