| 50 | } |
| 51 | |
| 52 | virtual void TearDown() |
| 53 | { |
| 54 | if( test_plan != 0 ) |
| 55 | { |
| 56 | clfftDestroyPlan( &test_plan ); |
| 57 | clfftTeardown(); |
| 58 | } |
| 59 | |
| 60 | cleanupCL( &context, &queue, 1, &cl_mem_input, 1, &cl_mem_output, &outEvent ); |
| 61 | } |
| 62 | |
| 63 | clfftPlanHandle test_plan; |
| 64 | size_t lengths[3]; |
nothing calls this directly
no test coverage detected