I noticed that pyopencl master, Array._new_like_me, if queue is None and allocator is not, will call self.__class__ with self.allocator as the first argument:
https://github.com/pyopencl/pyopencl/blob/master/pyopencl/array.py#L863

I understand this capability has been removed from the master, at least the check is not made in Array.__init__ anymore. Is this some legacy code that needs fixing?

Cheers,

Henry

_______________________________________________
PyOpenCL mailing list
[email protected]
http://lists.tiker.net/listinfo/pyopencl

Reply via email to