Skip to content

Commit

Permalink
[XLA:GPU] Fix merge utility not saving network throughput.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 733262741
  • Loading branch information
golechwierowicz authored and Google-ML-Automation committed Mar 4, 2025
1 parent 17e913f commit e50047f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xla/tools/collective_perf_table_gen.cc
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,8 @@ DeviceHloInstructionProfiles CollectivePerfTableGen::Merge(
profile_proto.set_flops(profiling_result.flops);
profile_proto.set_clock_cycles(profiling_result.clock_cycles);
profile_proto.set_fingerprint(profiling_result.fingerprint);
profile_proto.set_network_throughput_bytes_per_sec(
profiling_result.network_throughput);

*result.mutable_entries()->at(device_descriptor).add_entries() =
std::move(profile_proto);
Expand Down

0 comments on commit e50047f

Please sign in to comment.