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

Function TEST_P

src/tests/performance/perf-syrk.cpp:294–300  ·  view source on GitHub ↗

ssyrk performance test

Source from the content-addressed store, hash-verified

292
293// ssyrk performance test
294TEST_P(SYRK, ssyrk)
295{
296 TestParams params;
297
298 getParams(&params);
299 SyrkPerformanceTest<float>::runInstance(FN_SSYRK, &params);
300}
301
302// dsyrk performance test case
303TEST_P(SYRK, dsyrk)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected