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

Method getParams

src/tests/include/nrm2.h:34–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 > > {
33public:
34 void getParams(TestParams *params)
35 {
36 params->N = N;
37 params->incx = incx;
38 params->offBX = offx;
39 params->offa = offNRM2;
40 params->numCommandQueues = numCommandQueues;
41 }
42
43protected:
44 virtual void SetUp()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected