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

Function TEST_P

src/tests/correctness/corr-trmv.cpp:230–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228// Instantiate the test
229
230TEST_P(TRMV, strmv) {
231 TestParams params;
232
233 getParams(&params);
234 trmvCorrectnessTest<cl_float>(&params);
235}
236
237TEST_P(TRMV, dtrmv) {
238 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected