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

Function TEST_P

src/tests/correctness/corr-hpmv.cpp:199–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197// Instantiate the test
198
199TEST_P(HPMV, chpmv) {
200 TestParams params;
201
202 getParams(&params);
203 hpmvCorrectnessTest<FloatComplex>(&params);
204}
205
206TEST_P(HPMV, zhpmv) {
207 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected