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

Function TEST_P

src/tests/performance/perf-asum.cpp:268–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266} // namespace clMath
267
268TEST_P(ASUM, sasum)
269{
270 TestParams params;
271
272 getParams(&params);
273 AsumPerformanceTest<float>::runInstance(FN_SASUM, &params);
274}
275
276
277TEST_P(ASUM, dasum)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected