mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
2fa8611862e9b2264c6e7c0beefb4dd048b9559f
* Make it possible for enqueue_map tests to catch more USE_HOST_PTR issues Don't update the memory passed as host_ptr with the correct result and compute the reference result using a separate allocation so that implementations that use copies to manage the host_ptr and never update as part of map/unmap commands the memory pointed to by host_ptr fail the test. Rename initialData to hostPtrData for clarity. Fixes #700 Signed-off-by: Kévin Petit <kpet@free.fr> * format fixes * more format fixes?
Description
Languages
C++
84.5%
C
14.7%
CMake
0.5%
Python
0.3%