-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DGX Nightly Benchmark run 20210504 #139
Comments
This includes Rick's recent HLG timeseries PR ( dask/dask#7615 ) |
It's worth comparing this to the results in issue ( #137 ) where we profiled with a workload that uses very little communication (details in that issue and its references). What sticks out is that transitions takes barely any time once communication doesn't play a significant role. In fact there really are not any obvious slow parts in that result. While the result here suggests more time is spent in communication (see IOW things like replacing communication with |
Built on Rick's non- |
Benchmark history
Raw Data
<Client: 'tcp://127.0.0.1:37895' processes=10 threads=10, memory=503.79 GiB>
Distributed Version: 2021.04.1+9.g233ec884
simple
6.015e-01 +/- 4.029e-02
shuffle
2.293e+01 +/- 6.89e-01
rand_access
5.897e-03 +/- 3.28e-03
anom_mean
1.064e+02 +/- 1.488e+00
Raw Values
simple
[0.61249677 0.55235898 0.62748533 0.55971711 0.61404489 0.58228994
0.68462942 0.57052608 0.56799022 0.6434607 ]
shuffle
[22.32830022 22.36646918 22.03776295 22.9777403 22.39722683 22.7571989
22.76775758 24.11153089 23.46421872 24.04703911]
rand_access
[0.0078597 0.00342729 0.00465147 0.00341666 0.00960192 0.00371119
0.00467234 0.01374343 0.00334072 0.00454751]
anom_mean
[106.24792361 105.50825132 105.92475792 110.57412884 105.40724264
105.72732002 106.89931533 105.76425968 106.86963659 105.23619132]
Dask Profiles
Profile
Profile
Profile
Mean
Scheduler Execution Graph
The text was updated successfully, but these errors were encountered: