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

Function TEST_P

src/tests/performance/perf-her.cpp:310–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308} // namespace clMath
309
310TEST_P(HER, cher)
311{
312 TestParams params;
313
314 getParams(&params);
315 HerPerformanceTest<FloatComplex>::runInstance(FN_CHER, &params);
316}
317
318TEST_P(HER, zher)
319{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected