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

Function TEST_P

src/tests/performance/perf-gerc.cpp:369–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367
368
369TEST_P(GERC, cgerc)
370{
371 TestParams params;
372
373 getParams(&params);
374 GercPerformanceTest<FloatComplex>::runInstance(FN_CGERC, &params);
375}
376
377
378TEST_P(GERC, zgerc)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected