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

Method SetUp

src/tests/include/rotmg.h:54–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53protected:
54 virtual void SetUp()
55 {
56 offBX = ::std::tr1::get<0>(GetParam());
57 offCY = ::std::tr1::get<1>(GetParam());
58 offa = ::std::tr1::get<2>(GetParam());
59 offb = ::std::tr1::get<3>(GetParam());
60 offc = ::std::tr1::get<4>(GetParam());
61 alpha = ::std::tr1::get<5>(GetParam());
62 numCommandQueues = ::std::tr1::get<6>(GetParam());
63
64 base = ::clMath::BlasBase::getInstance();
65
66 useNumCommandQueues = base->useNumCommandQueues();
67 if (useNumCommandQueues)
68 {
69 numCommandQueues = base->numCommandQueues();
70 }
71 }
72
73 int offa, offb, offc, offBX, offCY;
74 ComplexLong alpha;

Callers

nothing calls this directly

Calls 2

useNumCommandQueuesMethod · 0.80
numCommandQueuesMethod · 0.80

Tested by

no test coverage detected