| 337 | } // namespace clMath |
| 338 | |
| 339 | TEST_P(HER2K, cher2k) |
| 340 | { |
| 341 | TestParams params; |
| 342 | |
| 343 | getParams(¶ms); |
| 344 | Her2kPerformanceTest<FloatComplex>::runInstance(FN_CHER2K, ¶ms); |
| 345 | } |
| 346 | |
| 347 | TEST_P(HER2K, zher2k) |
| 348 | { |
nothing calls this directly
no outgoing calls
no test coverage detected