benjha / nvrapids_olcf

Recipes to build, install and execute NVIDIA Rapids framework on Summit supercomputer
7 stars 3 forks source link

Performance Report #2

Open mrocklin opened 4 years ago

mrocklin commented 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.

benjha commented 4 years ago

Sure!

@ssomnath @jqyin