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

Function TEST_P

src/tests/correctness/corr-rot.cpp:196–202  ·  view source on GitHub ↗

Instantiate the test

Source from the content-addressed store, hash-verified

194
195// Instantiate the test
196TEST_P(ROT, srot)
197{
198 TestParams params;
199
200 getParams(&params);
201 rotCorrectnessTest<cl_float>(&params);
202}
203
204TEST_P(ROT, drot)
205{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected