Increase BUFFER max size of OpenCL

Hi,

is there anyway to increase buffer size of OpenCL ?

Thanks,
Duy.

Which “buffer” size do you mean?

There is an upper limit for the size of the memory objects, that can be queried with clGetDeviceInfo for CL_DEVICE_MAX_MEM_ALLOC_SIZE. But this is built-in constraint…

OK I got your idea.