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

Function TEST_P

src/tests/correctness/corr-scal.cpp:167–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165// Instantiate the test
166
167TEST_P(SCAL, sscal) {
168 TestParams params;
169
170 getParams(&params);
171 params.K = 0; // K will indicate wheather routine is csscal/zdscal
172 scalCorrectnessTest<cl_float>(&params);
173}
174
175TEST_P(SCAL, dscal) {
176 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected