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

Function TEST_P

src/tests/performance/perf-hbmv.cpp:306–312  ·  view source on GitHub ↗

chbmv performance test

Source from the content-addressed store, hash-verified

304
305// chbmv performance test
306TEST_P(HBMV, chbmv)
307{
308 TestParams params;
309
310 getParams(&params);
311 HbmvPerformanceTest<FloatComplex>::runInstance(FN_CHBMV, &params);
312}
313
314// zhbmv performance test case
315TEST_P(HBMV, zhbmv)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected