Skip to content

Commit

Permalink
Create raw_bytes_accessed Stat in XPlane Schema
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 706927552
  • Loading branch information
zzzaries authored and Google-ML-Automation committed Dec 17, 2024
1 parent 2307591 commit 5e290dc
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 @@ -276,6 +276,7 @@ const StatTypeMap& GetStatTypeMap() {
{"flops", kFlops},
{"model_flops", kModelFlops},
{"bytes_accessed", kBytesAccessed},
{"raw_bytes_accessed", kRawBytesAccessed},
{"memory_access_breakdown", kMemoryAccessBreakdown},
{"shape_with_layout", kShapeWithLayout},
{"source", kSourceInfo},
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 @@ -264,6 +264,7 @@ enum StatType {
kFlops,
kModelFlops,
kBytesAccessed,
kRawBytesAccessed,
kMemoryAccessBreakdown,
kShapeWithLayout,
kSourceInfo,
Expand Down

0 comments on commit 5e290dc

Please sign in to comment.