From fe8277142470fc6fc7aa8fd53c85ee328a2bb914 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Wed, 7 Aug 2024 12:35:35 -0700 Subject: [PATCH] Add a new field to HloModuleProto representing the profile type. PiperOrigin-RevId: 660495535 --- xla/service/hlo.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/xla/service/hlo.proto b/xla/service/hlo.proto index 76ee5d6332e43..83c3b8545feb2 100644 --- a/xla/service/hlo.proto +++ b/xla/service/hlo.proto @@ -582,6 +582,7 @@ message HloModuleProto { FUSION = 2; LAYOUT = 3; DOT = 4; + FLAGNET = 5; } // Information about the optimization profile that this module contains.