holoviz / datashader

Quickly and accurately render even the largest data.
http://datashader.org
BSD 3-Clause "New" or "Revised" License
3.26k stars 363 forks source link

Dask and CUDA support for first_n and last_n reductions #1207

Closed ianthomas23 closed 1 year ago

ianthomas23 commented 1 year ago

first_n and last_n reductions currently only work on the CPU without dask. They also need to work using CUDA and dask.

See https://github.com/holoviz/datashader/issues/1126.

ianthomas23 commented 1 year ago

Dask support is provided in PR #1214.

ianthomas23 commented 1 year ago

Fixed by #1219.