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

Function TEST_P

src/tests/performance/perf-her2k.cpp:339–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337} // namespace clMath
338
339TEST_P(HER2K, cher2k)
340{
341 TestParams params;
342
343 getParams(&params);
344 Her2kPerformanceTest<FloatComplex>::runInstance(FN_CHER2K, &params);
345}
346
347TEST_P(HER2K, zher2k)
348{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected