Perilla
Perilla
https://github.com/KhronosGroup/OpenCL-CTS/blob/1161d788dd5d71885ca19783210f18c305715a7f/test_conformance/half/main.cpp#L134 argc should not minus 1 here, it will cause memory out-of-bounds problem later https://github.com/KhronosGroup/OpenCL-CTS/blob/1161d788dd5d71885ca19783210f18c305715a7f/test_conformance/half/main.cpp#L214
https://github.com/KhronosGroup/OpenCL-CTS/blob/bb604702a5c34e71697f306b693e812b288828c6/test_conformance/math_brute_force/unary_double.cpp#L307 After clFlush, the memory object processed by unmap(host command) may be released prematurely.