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

Function TEST_P

src/tests/correctness/corr-rotm.cpp:213–219  ·  view source on GitHub ↗

Instantiate the test

Source from the content-addressed store, hash-verified

211
212// Instantiate the test
213TEST_P(ROTM, srotm)
214{
215 TestParams params;
216
217 getParams(&params);
218 rotmCorrectnessTest<cl_float>(&params);
219}
220
221TEST_P(ROTM, drotm)
222{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected