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

Function TEST_P

src/tests/correctness/corr-herk.cpp:228–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226// Instantiate the test
227
228TEST_P(HERK, cherk) {
229 TestParams params;
230
231 getParams(&params);
232 herkCorrectnessTest<FloatComplex>(&params);
233}
234
235TEST_P(HERK, zherk) {
236 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected