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 (#3258)
Summary:
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.
Differential Revision: D79537357
0 commit comments