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

Function TEST_P

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

Source from the content-addressed store, hash-verified

199// Instantiate the test
200
201TEST_P(HPR2, chpr2) {
202 TestParams params;
203
204 getParams(&params);
205 hpr2CorrectnessTest<FloatComplex>(&params);
206}
207
208TEST_P(HPR2, zhpr2) {
209 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected