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

Function TEST_P

src/tests/performance/perf-rotm.cpp:361–367  ·  view source on GitHub ↗

rotm performance test

Source from the content-addressed store, hash-verified

359
360// rotm performance test
361TEST_P(ROTM, srotm)
362{
363 TestParams params;
364
365 getParams(&params);
366 RotmPerformanceTest<float>::runInstance(FN_SROTM, &params);
367}
368
369
370TEST_P(ROTM, drotm)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected