Skip to content

Commit

Permalink
Add a new field to HloModuleProto representing the profile type.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 660495535
  • Loading branch information
tensorflower-gardener authored and copybara-github committed Aug 7, 2024
1 parent 4961a25 commit fe82771
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xla/service/hlo.proto
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,7 @@ message HloModuleProto {
FUSION = 2;
LAYOUT = 3;
DOT = 4;
FLAGNET = 5;
}

// Information about the optimization profile that this module contains.
Expand Down

0 comments on commit fe82771

Please sign in to comment.