Skip to content

OpenCL: Add missing clFlush to GpuEventSynchronizerTest.BasicFunctionality

Andrey Alekseenko requested to merge aa-opencl-flush into main

Per the standard, the flush is required for OpenCL, but we forgot to add it to the test.

This was not affecting any mainstream OpenCL runtime (AMD, Apple, Intel, NVIDIA), so not worth fixing in the release.

Merge request reports