Files
OpenCL-CTS/test_conformance
Nikhil Joshi 49fa049f9b Handle NULL hostptr in conformance image tests
As per the spec, clCreateBuffer and clCreateImage return
CL_INVALID_HOST_PTR if host_ptr is NULL
and CL_MEM_USE_HOST_PTR or CL_MEM_COPY_HOST_PTR are set in flags
or if host_ptr is not NULL
but CL_MEM_USE_HOST_PTR or CL_MEM_COPY_HOST_PTR are not set in flags."

Host pointer should be NULL when USE/COPY_HOST_PTR is not set in flags.
2021-01-10 21:07:03 +05:30
..
2020-12-11 08:21:15 -08:00
2020-07-23 17:21:07 +01:00
2020-11-09 11:04:57 +00:00
2019-07-31 16:00:45 +01:00