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

Function TEST_P

src/tests/correctness/corr-trsm.cpp:206–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204// Instantiate the test
205
206TEST_P(TRSM, strsm) {
207 TestParams params;
208
209 getParams(&params);
210 trsmCorrectnessTest<cl_float>(&params);
211}
212
213TEST_P(TRSM, dtrsm) {
214 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected