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

Function TEST_P

src/tests/correctness/corr-rotmg.cpp:265–271  ·  view source on GitHub ↗

Instantiate the test

Source from the content-addressed store, hash-verified

263
264// Instantiate the test
265TEST_P(ROTMG, srotmg)
266{
267 TestParams params;
268
269 getParams(&params);
270 rotmgCorrectnessTest<cl_float>(&params);
271}
272
273TEST_P(ROTMG, drotmg)
274{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected