| 32 | > > { |
| 33 | public: |
| 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 | |
| 43 | protected: |
| 44 | virtual void SetUp() |
nothing calls this directly
no outgoing calls
no test coverage detected