Skip to content

Commit

Permalink
Added DCN topology level to Megascale stats.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 708459127
  • Loading branch information
Google-ML-Automation committed Dec 21, 2024
1 parent 6b8b5a1 commit dc700af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions xla/tsl/profiler/utils/xplane_schema.cc
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ const MegaScaleStatTypeMap& GetMegaScaleStatTypeMap() {
{"action_inputs", kMegaScaleActionInputs},
{"transfer_source", kMegaScaleTransferSource},
{"transfer_destinations", kMegaScaleTransferDestinations},
{"dcn_topology_level", kMegaScaleTransferDcnTopologyLevel},
{"buffer_sizes", kMegaScaleBufferSizes},
{"compute_operation", kMegaScaleComputeOperation},
{"chunk", kMegaScaleChunk},
Expand Down
1 change: 1 addition & 0 deletions xla/tsl/profiler/utils/xplane_schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ enum MegaScaleStatType : uint8_t {
kMegaScaleActionInputs,
kMegaScaleTransferSource,
kMegaScaleTransferDestinations,
kMegaScaleTransferDcnTopologyLevel,
kMegaScaleBufferSizes,
kMegaScaleComputeOperation,
kMegaScaleChunk,
Expand Down

0 comments on commit dc700af

Please sign in to comment.