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

Function TEST_P

src/tests/correctness/corr-gerc.cpp:241–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239
240
241TEST_P(GERC, cgerc) {
242 TestParams params;
243
244 getParams(&params);
245 gercCorrectnessTest<FloatComplex>(&params);
246}
247
248TEST_P(GERC, zgerc) {
249 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected