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

Function TEST_P

src/tests/performance/perf-symm.cpp:371–377  ·  view source on GitHub ↗

ssymm performance test

Source from the content-addressed store, hash-verified

369
370// ssymm performance test
371TEST_P(SYMM, ssymm)
372{
373 TestParams params;
374
375 getParams(&params);
376 SymmPerformanceTest<float>::runInstance(FN_SSYMM, &params);
377}
378
379
380TEST_P(SYMM, dsymm)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected