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

Function TEST_P

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

Source from the content-addressed store, hash-verified

213// Instantiate the test
214
215TEST_P(TPMV, stpmv) {
216 TestParams params;
217
218 getParams(&params);
219 tpmvCorrectnessTest<cl_float>(&params);
220}
221
222TEST_P(TPMV, dtpmv) {
223 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected