Skip to content

Commit

Permalink
Add DCN collective stat information as stat metadata to XPlane
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 584678221
  • Loading branch information
SurbhiJainUSC authored and copybara-github committed Nov 22, 2023
1 parent 08701b2 commit b0ec7ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions third_party/tsl/tsl/profiler/utils/xplane_schema.cc
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ const StatTypeMap& GetStatTypeMap() {
{"model_version", kModelVersion},
{"bytes_transferred", kBytesTransferred},
{"queue", kDmaQueue},
{"dcn_collective_info", kDcnCollectiveInfo},
// Performance counter related.
{"Raw Value", kRawValue},
{"Scaled Value", kScaledValue},
Expand Down
1 change: 1 addition & 0 deletions third_party/tsl/tsl/profiler/utils/xplane_schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ enum StatType {
kModelVersion,
kBytesTransferred,
kDmaQueue,
kDcnCollectiveInfo,
// Performance counter related.
kRawValue,
kScaledValue,
Expand Down

0 comments on commit b0ec7ba

Please sign in to comment.