MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / TEST_P

Function TEST_P

src/tests/performance/perf-hemm.cpp:356–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354} // namespace clMath
355
356TEST_P(HEMM, chemm)
357{
358 TestParams params;
359
360 getParams(&params);
361 HemmPerformanceTest<FloatComplex>::runInstance(FN_CHEMM, &params);
362}
363
364
365TEST_P(HEMM, zhemm)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected