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

Function TEST_P

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

Source from the content-addressed store, hash-verified

329} // namespace clMath
330
331TEST_P(HERK, cherk)
332{
333 TestParams params;
334
335 getParams(&params);
336 HerkPerformanceTest<FloatComplex>::runInstance(FN_CHERK, &params);
337}
338
339TEST_P(HERK, zherk)
340{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected