| 79 | checkErr(errorCode, "Command queue creation failed"); |
| 80 | } |
| 81 | void TearDown() override { |
| 82 | checkErr(clReleaseCommandQueue(queue), "clReleaseCommandQueue"); |
| 83 | checkErr(clReleaseContext(context), "clReleaseContext"); |
| 84 | checkErr(clReleaseDevice(deviceId), "clReleaseDevice"); |
| 85 | } |
| 86 | }; |
| 87 | |
| 88 | TEST_F(OCLExtContext, PushAndPop) { |
nothing calls this directly
no test coverage detected