Hi there, I've got a newbie question: Imagine some cl.array on the device. Now I'd like to overwrite part of it with another array or constant. Let's say I want to set half of the array to 0 or something. How would I do that? array[0:y,0:x]=0. gives me a non- contiguous error...
_______________________________________________ PyOpenCL mailing list [email protected] http://lists.tiker.net/listinfo/pyopencl
