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

Function TEST_P

src/tests/performance/perf-nrm2.cpp:270–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268} // namespace clMath
269
270TEST_P(NRM2, snrm2)
271{
272 TestParams params;
273
274 getParams(&params);
275 Nrm2PerformanceTest<float>::runInstance(FN_SNRM2, &params);
276}
277
278
279TEST_P(NRM2, dnrm2)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected