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

Function TEST_P

src/tests/performance/perf-rotg.cpp:386–392  ·  view source on GitHub ↗

rotg performance test

Source from the content-addressed store, hash-verified

384
385// rotg performance test
386TEST_P(ROTG, srotg)
387{
388 TestParams params;
389
390 getParams(&params);
391 RotgPerformanceTest<float, float>::runInstance(FN_SROTG, &params);
392}
393
394
395TEST_P(ROTG, drotg)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected