Commit 2e7dae6
committed
Add dask, cupy, and dask+cupy backends for polygonize, update README
Polygonize now supports all four backends. The cupy and dask+cupy
backends use a hybrid GPU/CPU approach: GPU arrays are transferred to
CPU for boundary tracing, which is inherently sequential. The dask
backend chunks independently, merging cross-boundary polygons.1 parent 52f9fb5 commit 2e7dae6
3 files changed
Lines changed: 595 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| |||
0 commit comments