Open mrocklin opened 4 years ago
If you have the time, I would love to see Dask performance reports for some of these runs:
https://docs.dask.org/en/latest/diagnostics-distributed.html#capture-diagnostics
from dask.distributed import performance_report with performance_report(filename="dask-report.html"): x.compute()
https://youtu.be/nTMGbkS761Q
This would allow me or other Dask maintainers to understand current bottlenecks.
Sure!
@ssomnath @jqyin
If you have the time, I would love to see Dask performance reports for some of these runs:
https://docs.dask.org/en/latest/diagnostics-distributed.html#capture-diagnostics
https://youtu.be/nTMGbkS761Q
This would allow me or other Dask maintainers to understand current bottlenecks.