Hi all,
I want to perform some computational tasks on list of some user-defined Geometry objects(containing coordinates,geometry type etc…)and each object is of 256 bytes.I am wondering How can I pass the list of these objects to the OpenCL kernel as I read somewhere even with OpenCL vector types we can only create a list of 16 byte objects.
Thanks in advance :)