Files
OpenCL-CTS/test_conformance
Jose Lopez 5b2c1acd78 Add clFinish to compiler multiple_build_program test before building again (#2574)
[clBuildProgram](https://registry.khronos.org/OpenCL/specs/3.0-unified/html/OpenCL_API.html#clBuildProgram)
has the next error condition:

>
[CL_INVALID_OPERATION](https://registry.khronos.org/OpenCL/specs/3.0-unified/html/OpenCL_API.html#CL_INVALID_OPERATION)
if there are kernel objects attached to program.

The test needs to wait for the NDRangeKernel to finish in order to build
the program again. If not, kernel0 might still have references and
therefore still be attached to program.
2025-11-26 16:24:03 -08:00
..
2025-09-02 09:47:44 -07:00
2025-08-19 17:48:03 +01:00
2025-09-02 09:47:44 -07:00
2025-08-19 17:48:03 +01:00
2025-09-02 09:47:44 -07:00