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

Method getParams

src/tests/include/axpy.h:41–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 > > {
40public:
41 void getParams(TestParams *params)
42 {
43 params->N = N;
44 params->alpha = paramAlpha;
45 params->offBX = offBX;
46 params->incx = incx;
47 params->offCY = offCY;
48 params->incy = incy;
49 params->numCommandQueues = numCommandQueues;
50 }
51
52protected:
53 virtual void SetUp()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected