kanglcn / moraine

Modern Radar Interferometry Environment; A simple, stupid InSAR postprocessing tool in big data era
https://kanglcn.github.io/moraine/
Other
10 stars 7 forks source link

dask_cuda in de_emi #15

Closed kanglcn closed 8 months ago

kanglcn commented 11 months ago

the threads_per_worker have to be 1 in de_emi, otherwise it will crash. No reason.

kanglcn commented 8 months ago

This is because dask_cuda and cupy does not support multi-threading. See https://github.com/rapidsai/dask-cuda/issues/1262