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

Function TEST_P

src/tests/performance/perf-ger.cpp:361–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359// ger performance test
360
361TEST_P(GER, sger)
362{
363 TestParams params;
364
365 getParams(&params);
366 GerPerformanceTest<float>::runInstance(FN_SGER, &params);
367}
368
369
370TEST_P(GER, dger)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected