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

Method getParams

src/tests/include/dot.h:36–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 > > {
35public:
36 void getParams(TestParams *params)
37 {
38 params->N = N;
39 params->incx = incx;
40 params->incy = incy;
41 params->offBX = offx;
42 params->offCY = offy;
43 params->offa = offDP;
44 params->numCommandQueues = numCommandQueues;
45 }
46
47protected:
48 virtual void SetUp()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected