mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
7542ae2443faaba69eab092c6311e9b11349a29c
Use one loop to read buffers from device, with the last read operation blocking until complete. This pattern cannot be elegantly refactored just yet, mainly for two reasons: - Some tests use goto statements to clean their resources. - Some tests (not modified in this patch) only use blocking read operations. Once code is further unified, this pattern can be refactored into a helper function. Signed-off-by: Marco Antognini <marco.antognini@arm.com>
Description
Languages
C++
84.5%
C
14.7%
CMake
0.5%
Python
0.3%