paulfradgley

Results 3 issues of paulfradgley

clGetDeviceIDs 'num_devices' output parameter is described as: > num_devices returns the number of OpenCL devices available that match device_type. but the _test_events out_of_order_event_waitlist_multi_queue_multi_device_ test expects that after calling: `clGetDeviceIDs(platform, CL_DEVICE_TYPE_ALL,...

https://github.com/KhronosGroup/OpenCL-Docs/blob/00c79690be2454ccc3a9e7cfd348af5d24fa4869/api/appendix_a.asciidoc > The application needs to implement appropriate synchronization across threads on the host processor to ensure that the changes to the state of a shared object (such as a...

question
OpenCL API Spec

CL_INVALID_MEM_OBJECT is not a valid error return from clCreateImage. Result should either be CL_INVALID_IMAGE_SIZE or CL_INVALID_IMAGE_FORMAT_DESCRIPTOR.

focused review