On Oct 07, Blair Azzopardi modulated: > Hi Karl > > I'm not really having a problem running code as you are. From Andreas's > answer to my original post, I am under the belief that my buffer > objects are being resent each time I run a kernel with parameter > arguments.
In my own experience, running kernels with device-array inputs and outputs performs as if the data remains on the OpenCL device. It is only if I do to_device() or map_to_host() that I see delays consistent with copying array data back and forth between host and device memory. Regards, Karl _______________________________________________ PyOpenCL mailing list [email protected] http://lists.tiker.net/listinfo/pyopencl
