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

Function TEST_P

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

Source from the content-addressed store, hash-verified

184// Instantiate the test
185
186TEST_P(AXPY, saxpy) {
187 TestParams params;
188
189 getParams(&params);
190 axpyCorrectnessTest<cl_float>(&params);
191}
192
193TEST_P(AXPY, daxpy) {
194 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected