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

Function TEST_P

src/tests/correctness/corr-her2k.cpp:201–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199// Instantiate the test
200
201TEST_P(HER2K, cher2k) {
202 TestParams params;
203
204 getParams(&params);
205 her2kCorrectnessTest<FloatComplex>(&params);
206}
207
208TEST_P(HER2K, zher2k) {
209 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected