| 242 | // Instantiate the test |
| 243 | |
| 244 | TEST_P(HEMM, chemm) { |
| 245 | TestParams params; |
| 246 | |
| 247 | getParams(¶ms); |
| 248 | hemmCorrectnessTest<FloatComplex>(¶ms); |
| 249 | } |
| 250 | |
| 251 | TEST_P(HEMM, zhemm) { |
| 252 | TestParams params; |
nothing calls this directly
no outgoing calls
no test coverage detected