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

Function TEST_P

src/tests/performance/perf-syr2.cpp:327–333  ·  view source on GitHub ↗

ssyr performance test

Source from the content-addressed store, hash-verified

325
326// ssyr performance test
327TEST_P(SYR2, ssyr2)
328{
329 TestParams params;
330
331 getParams(&params);
332 Syr2PerformanceTest<float>::runInstance(FN_SSYR2, &params);
333}
334
335// dsyr performance test case
336TEST_P(SYR2, dsyr2)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected