You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
A slight annoyance of the OpenCL implementation is that one can quite easily end up using all the device memory. Perhaps dtcwt.opencl.Pyramid could do with a copy_to_host() function which returns a plain ol' dtcwt.numpy.Pyramid implementation?
I don't think this is an 0.9.0 blocker though.
The text was updated successfully, but these errors were encountered:
A slight annoyance of the OpenCL implementation is that one can quite easily end up using all the device memory. Perhaps
dtcwt.opencl.Pyramid
could do with acopy_to_host()
function which returns a plain ol'dtcwt.numpy.Pyramid
implementation?I don't think this is an 0.9.0 blocker though.
The text was updated successfully, but these errors were encountered: