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

Function TEST_P

src/tests/correctness/corr-ger.cpp:239–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237
238
239TEST_P(GER, sger) {
240 TestParams params;
241
242 getParams(&params);
243 gerCorrectnessTest<cl_float>(&params);
244}
245
246TEST_P(GER, dger) {
247 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected