holoviz/datashader

Dask and CUDA support for first_n and last_n reductions

Closed this issue · 2 comments

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

See #1126.

Dask support is provided in PR #1214.

Fixed by #1219.