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

Method SetUp

src/tests/include/scal.h:50–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49protected:
50 virtual void SetUp()
51 {
52 N = ::std::tr1::get<0>(GetParam());
53 paramAlpha = ::std::tr1::get<1>(GetParam());
54 offx = ::std::tr1::get<2>(GetParam());
55 incx = ::std::tr1::get<3>(GetParam());
56 numCommandQueues = ::std::tr1::get<4>(GetParam());
57
58 base = ::clMath::BlasBase::getInstance();
59 seed = base->seed();
60
61 useNumCommandQueues = base->useNumCommandQueues();
62 if (useNumCommandQueues) {
63 numCommandQueues = base->numCommandQueues();
64 }
65 }
66
67 size_t N;
68 unsigned int seed;

Callers

nothing calls this directly

Calls 3

seedMethod · 0.80
useNumCommandQueuesMethod · 0.80
numCommandQueuesMethod · 0.80

Tested by

no test coverage detected