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

Function TEST_P

src/tests/performance/perf-hpr2.cpp:336–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334} // namespace clMath
335
336TEST_P(HPR2, chpr2)
337{
338 TestParams params;
339
340 getParams(&params);
341 Hpr2PerformanceTest<FloatComplex>::runInstance(FN_CHER2, &params);
342}
343
344TEST_P(HPR2, zhpr2)
345{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected