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

Function TEST_P

src/tests/performance/perf-rotmg.cpp:404–410  ·  view source on GitHub ↗

rotmg performance test

Source from the content-addressed store, hash-verified

402
403// rotmg performance test
404TEST_P(ROTMG, srotmg)
405{
406 TestParams params;
407
408 getParams(&params);
409 RotmgPerformanceTest<float>::runInstance(FN_SROTMG, &params);
410}
411
412
413TEST_P(ROTMG, drotmg)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected