mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 22:19:02 +00:00
* Remove the call to `clCreatePipe` in the `test_clone_kernel` test as the result of this call (the pipe object) is unused. Further more `clCreatePipe` is an optional API in OpenCL-3.0, so even if the pipe object did have a use, support for this API would need to be queried in the case of a OpenCL-3.0 driver where returning `CL_INVALID_OPERATION` would be conformant behaviour. As it stands this test will incorrectly fail for a 3.0 driver which does not support pipes. * Correct comment regarding pipes and SVM since these features were not actually tested in the source.
12 KiB
12 KiB