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

Function TEST_P

src/tests/performance/perf-iamax.cpp:271–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269} // namespace clMath
270
271TEST_P(iAMAX, isamax)
272{
273 TestParams params;
274
275 getParams(&params);
276 iAmaxPerformanceTest<float>::runInstance(FN_iSAMAX, &params);
277}
278
279
280TEST_P(iAMAX, idamax)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected