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

Function TEST_P

src/tests/correctness/corr-copy.cpp:181–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179// Instantiate the test
180
181TEST_P(COPY, scopy) {
182 TestParams params;
183
184 getParams(&params);
185 copyCorrectnessTest<cl_float>(&params);
186}
187
188TEST_P(COPY, dcopy) {
189 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected