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

Function TEST_P

src/tests/performance/perf-rot.cpp:331–337  ·  view source on GitHub ↗

rot performance test

Source from the content-addressed store, hash-verified

329
330// rot performance test
331TEST_P(ROT, srot)
332{
333 TestParams params;
334
335 getParams(&params);
336 RotPerformanceTest<float>::runInstance(FN_SROT, &params);
337}
338
339
340TEST_P(ROT, drot)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected