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

Method SetUp

src/tests/include/rotg.h:49–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48protected:
49 virtual void SetUp()
50 {
51 offSA = ::std::tr1::get<0>(GetParam());
52 offSB = ::std::tr1::get<1>(GetParam());
53 offC = ::std::tr1::get<2>(GetParam());
54 offS = ::std::tr1::get<3>(GetParam());
55 numCommandQueues = ::std::tr1::get<4>(GetParam());
56
57 base = ::clMath::BlasBase::getInstance();
58
59 useNumCommandQueues = base->useNumCommandQueues();
60 if (useNumCommandQueues)
61 {
62 numCommandQueues = base->numCommandQueues();
63 }
64 }
65
66 size_t offSA, offSB, offC, offS;
67

Callers

nothing calls this directly

Calls 2

useNumCommandQueuesMethod · 0.80
numCommandQueuesMethod · 0.80

Tested by

no test coverage detected