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

Function TEST_P

src/tests/correctness/corr-symv.cpp:212–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210// Instantiate the test
211
212TEST_P(SYMV, ssymv) {
213 TestParams params;
214
215 getParams(&params);
216 symvCorrectnessTest<cl_float>(&params);
217}
218
219TEST_P(SYMV, dsymv) {
220 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected