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

Function TEST_P

src/tests/correctness/corr-hemv.cpp:243–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241// Instantiate the test
242
243TEST_P(HEMV, chemv) {
244 TestParams params;
245
246 getParams(&params);
247 hemvCorrectnessTest<FloatComplex>(&params);
248}
249
250TEST_P(HEMV, zhemv) {
251 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected