| 329 | } // namespace clMath |
| 330 | |
| 331 | TEST_P(HERK, cherk) |
| 332 | { |
| 333 | TestParams params; |
| 334 | |
| 335 | getParams(¶ms); |
| 336 | HerkPerformanceTest<FloatComplex>::runInstance(FN_CHERK, ¶ms); |
| 337 | } |
| 338 | |
| 339 | TEST_P(HERK, zherk) |
| 340 | { |
nothing calls this directly
no outgoing calls
no test coverage detected