| 332 | } // namespace clMath |
| 333 | |
| 334 | TEST_P(HER2, cher2) |
| 335 | { |
| 336 | TestParams params; |
| 337 | |
| 338 | getParams(¶ms); |
| 339 | Her2PerformanceTest<FloatComplex>::runInstance(FN_CHER2, ¶ms); |
| 340 | } |
| 341 | |
| 342 | TEST_P(HER2, zher2) |
| 343 | { |
nothing calls this directly
no outgoing calls
no test coverage detected