-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GPU support for ndfilters & imread modules #151
Conversation
… exist for cupy arrays
EDIT: I have found the place where I made my typo so I no longer need help here, hooray! What works:
What doesn't work:
EDITED TO ADD: What the problem actually was that I accidentally decorated two functions with |
Regarding binary_dilation and binary_erosion for ndmorph, there is cupy support through the following repo. Not sure if you can borrow or depend on it: |
Good to know, thanks @chrisroat |
1 similar comment
Good to know, thanks @chrisroat |
This branch contains broader support for GPU array computation with cupy & dask-image.
Related PR: #150
Related issue: #133
TODO
minimum
,median
, andmaximum
filters, but this PR opts for a small amount of repetition for the sake of simplicity - it seemed easier to keep the docstring wrapper function and the dispatching working well this way)For future PRs
binary_dilation()
andbinary_erosion()
which does not currently exist.dask_image.ndfourier._utils