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

Function TEST_P

src/tests/correctness/corr-her2.cpp:210–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208// Instantiate the test
209
210TEST_P(HER2, cher2) {
211 TestParams params;
212
213 getParams(&params);
214 her2CorrectnessTest<FloatComplex>(&params);
215}
216
217TEST_P(HER2, zher2) {
218 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected