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

Function TEST_P

src/tests/performance/perf-syr2k.cpp:310–316  ·  view source on GitHub ↗

ssyr2k performance test

Source from the content-addressed store, hash-verified

308
309// ssyr2k performance test
310TEST_P(SYR2K, ssyr2k)
311{
312 TestParams params;
313
314 getParams(&params);
315 Syr2kPerformanceTest<float>::runInstance(FN_SSYR2K, &params);
316}
317
318// dsyr2k performance test case
319TEST_P(SYR2K, dsyr2k)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected