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

Function TEST_P

src/tests/correctness/corr-hemm.cpp:244–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242// Instantiate the test
243
244TEST_P(HEMM, chemm) {
245 TestParams params;
246
247 getParams(&params);
248 hemmCorrectnessTest<FloatComplex>(&params);
249}
250
251TEST_P(HEMM, zhemm) {
252 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected