| 34 | > > { |
| 35 | public: |
| 36 | void getParams(TestParams *params) |
| 37 | { |
| 38 | params->N = N; |
| 39 | params->incx = incx; |
| 40 | params->incy = incy; |
| 41 | params->offBX = offx; |
| 42 | params->offCY = offy; |
| 43 | params->offa = offDP; |
| 44 | params->numCommandQueues = numCommandQueues; |
| 45 | } |
| 46 | |
| 47 | protected: |
| 48 | virtual void SetUp() |
nothing calls this directly
no outgoing calls
no test coverage detected