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

Function TEST_P

src/tests/correctness/corr-rotg.cpp:257–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255// Instantiate the test
256
257TEST_P(ROTG, srotg) {
258 TestParams params;
259
260 getParams(&params);
261 rotgCorrectnessTest<cl_float, cl_float>(&params);
262}
263
264TEST_P(ROTG, drotg) {
265 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected