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

Function TEST_P

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

Source from the content-addressed store, hash-verified

183// Instantiate the test
184
185TEST_P(ASUM, sasum) {
186 TestParams params;
187
188 getParams(&params);
189 asumCorrectnessTest<cl_float, cl_float>(&params);
190}
191
192TEST_P(ASUM, dasum) {
193 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected