Hi Andreas, On 04/17/11 20:47, Andreas Kloeckner wrote: > I'm considering replacing all transfer functions in PyOpenCL with a > single new one, documented here: > > http://documen.tician.de/pyopencl/runtime.html#pyopencl.enqueue_copy > > The old transfer functions would continue to work for the foreseeable > future, but print deprecation warnings.
I converted some of my code to use the new enqueue_copy function. The only problem I encountered was that I got the order of arguments wrong at first. Still, I would prefer that the old transfer functions would not be deprecated as long as they are part of the standard. All the best, Jan _______________________________________________ PyOpenCL mailing list [email protected] http://lists.tiker.net/listinfo/pyopencl
