Incorrect keyword for pycuda 2017.1.1
themightyoarfish opened this issue · 3 comments
themightyoarfish commented
Line 109 in 293a9e4
It should be async
without the trailing underscore.
fjarri commented
My bad, that was a quick fix for the compatibility with Py3.7, which I did not think through very well. PyOpenCL has switched to async_
, so I thought PyCUDA would follow it.
Nodd commented
Looks like it's now done in PyCUDA too.