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

Function TEST_P

src/tests/performance/perf-hpmv.cpp:331–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329
330
331TEST_P(HPMV, chpmv)
332{
333 TestParams params;
334
335 getParams(&params);
336 HpmvPerformanceTest<FloatComplex>::runInstance(FN_CHPMV, &params);
337}
338
339TEST_P(HPMV, zhpmv)
340{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected