dask-image icon indicating copy to clipboard operation
dask-image copied to clipboard

GPU support coverage table

Open GenevieveBuckley opened this issue 4 years ago • 1 comments

We should have a table in the documentation explaining what has GPU array support and what doesn't.

It could be similar to our table explaining function coverage in dask-image vs scipy.ndimage: http://image.dask.org/en/latest/coverage.html

It might make more sense for this table to list subpackages instead of functions (eg: imread, ndfilters, ndmorph, etc.). If we have a situation where some functions have GPU support and some don't in the same subpackage, then we might list that in detail.

GenevieveBuckley avatar Mar 08 '21 06:03 GenevieveBuckley

Here's what's currently available https://github.com/dask/dask-image/issues/133#issuecomment-788515682

GPU support with cupy:

* imread
* ndfilters
* ndmorph
* ndinterp (nice work by Marvin)

No GPU support:

* ndfourier
* ndmeasure

GenevieveBuckley avatar Mar 08 '21 06:03 GenevieveBuckley