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

Function TEST_P

src/tests/correctness/corr-hbmv.cpp:210–215  ·  view source on GitHub ↗

Instantiate the test

Source from the content-addressed store, hash-verified

208
209// Instantiate the test
210TEST_P(HBMV, chbmv) {
211 TestParams params;
212
213 getParams(&params);
214 hbmvCorrectnessTest<FloatComplex>(&params);
215}
216
217TEST_P(HBMV, zhbmv) {
218 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected