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

Function TEST_P

src/tests/correctness/corr-gbmv.cpp:221–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219// Instantiate the test
220
221TEST_P(GBMV, sgbmv) {
222 TestParams params;
223
224 getParams(&params);
225 gbmvCorrectnessTest<cl_float>(&params);
226}
227
228TEST_P(GBMV, dgbmv) {
229 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected