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

Method getParams

src/tests/include/rotg.h:39–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37{
38public:
39 void getParams(TestParams *params)
40 {
41 params->offa = offC;
42 params->offb = offS;
43 params->offBX = offSA;
44 params->offCY = offSB;
45 params->numCommandQueues = numCommandQueues;
46 }
47
48protected:
49 virtual void SetUp()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected