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

Function TEST_P

src/tests/correctness/corr-gemv.cpp:219–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217// Instantiate the test
218
219TEST_P(GEMV, sgemv) {
220 TestParams params;
221
222 getParams(&params);
223 gemvCorrectnessTest<cl_float>(&params);
224}
225
226TEST_P(GEMV, dgemv) {
227 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected