You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stack pipeline benchmark per-rank-results into a single BenchmarkResult (pytorch#3258)
Summary:
Pull Request resolved: pytorch#3258
Stack pipeline benchmark per-rank-results into a single BenchmarkResult to measure overall performance across GPUs.
This will cause 'intentional' **2x regression** for allocated memory metrics since we are accumulating the total memory stats across two given GPUs instead of measuring only one. After the change is landed, I will **re-register** the ServiceLab task with the new baseline metrics to avoid future false regression warnings.
Reviewed By: aliafzal
Differential Revision: D79537357
fbshipit-source-id: 8b2e850532189ff9db584e2c19e1fca55f3963a9
0 commit comments