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

Function TEST_P

src/tests/performance/perf-her2.cpp:334–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332} // namespace clMath
333
334TEST_P(HER2, cher2)
335{
336 TestParams params;
337
338 getParams(&params);
339 Her2PerformanceTest<FloatComplex>::runInstance(FN_CHER2, &params);
340}
341
342TEST_P(HER2, zher2)
343{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected