OpenCL-Wrapper
OpenCL-Wrapper copied to clipboard
Multidimensional Memory instance?
Hi there, many thanks to the this lib here! I wonder if "Memory" container also supports 2d indexing, which will make the kernel functions more straight forward, just like when you declare global_work_size = {m, n} in OpenCL.