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

Function TEST_P

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

Source from the content-addressed store, hash-verified

208// Instantiate the test
209
210TEST_P(SBMV, ssbmv) {
211 TestParams params;
212
213 getParams(&params);
214 sbmvCorrectnessTest<cl_float>(&params);
215}
216
217TEST_P(SBMV, dsbmv) {
218 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected