| 42 | } |
| 43 | |
| 44 | virtual void TearDown() { |
| 45 | if (queue != NULL) { |
| 46 | clReleaseCommandQueue(queue); |
| 47 | } |
| 48 | if (context != NULL) { |
| 49 | clReleaseContext(context); |
| 50 | } |
| 51 | } |
| 52 | |
| 53 | cl_platform_id platform; |
| 54 | cl_device_id device; |
nothing calls this directly
no outgoing calls
no test coverage detected