geggo / gpyfft

python wrapper for the OpenCL FFT library clFFT
GNU Lesser General Public License v3.0
54 stars 21 forks source link

Pass ownership of event to pyopencl with new "retain" keyword arg. #21

Closed SyamGadde closed 8 years ago

SyamGadde commented 8 years ago

Supercedes #19. Same original commit.

PyOpenCL has had the retain option since version 2016.1 so if you are comfortable making 2016.1 a requirement, you can merge this.

geggo commented 8 years ago

Thanks, merged!