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

Function TEST_P

src/tests/performance/perf-hemv.cpp:332–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330
331
332TEST_P(HEMV, chemv)
333{
334 TestParams params;
335
336 getParams(&params);
337 HemvPerformanceTest<FloatComplex>::runInstance(FN_CHEMV, &params);
338}
339
340TEST_P(HEMV, zhemv)
341{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected