| 354 | } // namespace clMath |
| 355 | |
| 356 | TEST_P(HEMM, chemm) |
| 357 | { |
| 358 | TestParams params; |
| 359 | |
| 360 | getParams(¶ms); |
| 361 | HemmPerformanceTest<FloatComplex>::runInstance(FN_CHEMM, ¶ms); |
| 362 | } |
| 363 | |
| 364 | |
| 365 | TEST_P(HEMM, zhemm) |
nothing calls this directly
no outgoing calls
no test coverage detected