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

Function TEST_P

src/tests/performance/perf-syr.cpp:325–331  ·  view source on GitHub ↗

ssyr performance test

Source from the content-addressed store, hash-verified

323
324// ssyr performance test
325TEST_P(SYR, ssyr)
326{
327 TestParams params;
328
329 getParams(&params);
330 SyrPerformanceTest<float>::runInstance(FN_SSYR, &params);
331}
332
333// dsyr performance test case
334TEST_P(SYR, dsyr)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected