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

Function TEST_P

src/tests/correctness/corr-dot.cpp:190–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188// Instantiate the test
189
190TEST_P(DOT, sdot) {
191 TestParams params;
192
193 getParams(&params);
194 dotCorrectnessTest<cl_float>(&params);
195}
196
197TEST_P(DOT, ddot) {
198 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected