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

Function TEST_P

src/tests/performance/perf-hpr.cpp:305–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303} // namespace clMath
304
305TEST_P(HPR, chpr)
306{
307 TestParams params;
308
309 getParams(&params);
310 HprPerformanceTest<FloatComplex>::runInstance(FN_CHPR, &params);
311}
312
313TEST_P(HPR, zhpr)
314{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected