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

Function TEST_P

src/tests/performance/perf-dot.cpp:284–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282} // namespace clMath
283
284TEST_P(DOT, sdot)
285{
286 TestParams params;
287
288 getParams(&params);
289 DotPerformanceTest<float>::runInstance(FN_SDOT, &params);
290}
291
292
293TEST_P(DOT, ddot)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected