Regarding cluster-trace-gpu-v2026:
When reconstructing the cluster topology from server_hourly by counting unique server_id values per (asw_id, cluster_id) pair, I observed the following:
- Total unique servers: 38,048 (paper states 37,707)
- Unique
cluster_id values: 17
- Unique
(asw_id, cluster_id) pairs (ASW domains): 2,522
- Servers per ASW domain:
min=1, max=136, median=6, avg=15.0
Section 2 of the "Heterogeneity at Hyperscale" paper states:
"Each ASW aggregates 32–64 nodes, so a single ASW domain spans roughly 256–512 GPUs."
(1) Could you please clarify whether asw_id corresponds to individual physical access switches, or a different grouping? Do you have a possible explanation why these numbers don't aligned with the 32-64 nodes per ASW?
(2) Could you please clarify whether cluster_id corresponds to the paper-stated aggregation switches (AGG)?
Regarding cluster-trace-gpu-v2026:
When reconstructing the cluster topology from
server_hourlyby counting uniqueserver_idvalues per(asw_id, cluster_id)pair, I observed the following:cluster_idvalues: 17(asw_id, cluster_id)pairs (ASW domains): 2,522min=1, max=136, median=6, avg=15.0Section 2 of the "Heterogeneity at Hyperscale" paper states:
(1) Could you please clarify whether
asw_idcorresponds to individual physical access switches, or a different grouping? Do you have a possible explanation why these numbers don't aligned with the 32-64 nodes per ASW?(2) Could you please clarify whether
cluster_idcorresponds to the paper-stated aggregation switches (AGG)?