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

Function TEST_P

src/tests/correctness/corr-trmm.cpp:191–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189// Instantiate the test
190
191TEST_P(TRMM, strmm) {
192 TestParams params;
193
194 getParams(&params);
195 trmmCorrectnessTest<cl_float>(&params);
196}
197
198TEST_P(TRMM, dtrmm) {
199 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected