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

Function TEST_P

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

Source from the content-addressed store, hash-verified

223// Instantiate the test
224
225TEST_P(TRSV, strsv) {
226 TestParams params;
227
228 getParams(&params);
229 trsvCorrectnessTest<cl_float>(&params);
230}
231
232TEST_P(TRSV, dtrsv) {
233 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected