mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
a6c3d921ae7cf497f06a5d8ddd11d37df3768c48
clCreatePipe call from test_clone_kernel (#775)
* 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.
Description
Languages
C++
84.5%
C
14.7%
CMake
0.5%
Python
0.3%