BTW, there is nothing in the doc about what the async_ parameter in Array.get() and Array.set() really is (apart that its spelling has changed).
Is it a boolean, an array of events??? Yves > Le 21 oct. 2019 à 17:45, Andreas Kloeckner <[email protected]> a écrit : > > Hi Yves, > > Yves Surrel <[email protected]> writes: >> I have been using PyOpenCL for two years now, and I am familiar to using it. >> However, I do not understand why the following code is blocking at the last >> line… >> >> The doc states that is_blocking is « available on any copy involving host >> memory"… >> >> Any clue will be much appreciated. > > Thanks for your note! This reminded me of work that Zach (cc'd) did a > while ago that was long due for merging: > > https://gitlab.tiker.net/inducer/pyopencl/merge_requests/91 > > I've now merged this. > > The problem looks quite related, could you check whether current master > resolves your issue? If so, I'd release a new PyOpenCL soon. > > Andreas > _______________________________________________ > PyOpenCL mailing list -- [email protected] > To unsubscribe send an email to [email protected] _______________________________________________ PyOpenCL mailing list -- [email protected] To unsubscribe send an email to [email protected]
