File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ enum Version {
115115 IR_VERSION_2024_3_25 = 0x000000000000000A ;
116116
117117 // IR VERSION 11 published on TBD
118- // Added FLOAT4E2M1.
118+ // Added FLOAT4E2M1, multi-device protobuf classes .
119119 IR_VERSION = 0x000000000000000B ;
120120}
121121
@@ -236,7 +236,7 @@ message NodeProto {
236236 repeated StringStringEntryProto metadata_props = 9 ;
237237
238238 // Configuration of multi-device annotations.
239- repeated NodeDeviceConfigurationProto configuration = 10 ;
239+ repeated NodeDeviceConfigurationProto device_configurations = 10 ;
240240}
241241
242242// IntIntListEntryProto follows the pattern for cross-proto-version maps.
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ enum Version {
115115 IR_VERSION_2024_3_25 = 0x000000000000000A;
116116
117117 // IR VERSION 11 published on TBD
118- // Added FLOAT4E2M1.
118+ // Added FLOAT4E2M1, multi-device protobuf classes .
119119 IR_VERSION = 0x000000000000000B;
120120}
121121
@@ -236,7 +236,7 @@ message NodeProto {
236236 repeated StringStringEntryProto metadata_props = 9;
237237
238238 // Configuration of multi-device annotations.
239- repeated NodeDeviceConfigurationProto configuration = 10;
239+ repeated NodeDeviceConfigurationProto device_configurations = 10;
240240}
241241
242242// IntIntListEntryProto follows the pattern for cross-proto-version maps.
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ enum Version {
112112 IR_VERSION_2024_3_25 = 0x000000000000000A ;
113113
114114 // IR VERSION 11 published on TBD
115- // Added FLOAT4E2M1.
115+ // Added FLOAT4E2M1, multi-device protobuf classes .
116116 IR_VERSION = 0x000000000000000B ;
117117}
118118
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ enum Version {
113113 IR_VERSION_2024_3_25 = 0x000000000000000A ;
114114
115115 // IR VERSION 11 published on TBD
116- // Added FLOAT4E2M1.
116+ // Added FLOAT4E2M1, multi-device protobuf classes .
117117 IR_VERSION = 0x000000000000000B ;
118118}
119119
@@ -234,7 +234,7 @@ message NodeProto {
234234 repeated StringStringEntryProto metadata_props = 9 ;
235235
236236 // Configuration of multi-device annotations.
237- repeated NodeDeviceConfigurationProto configuration = 10 ;
237+ repeated NodeDeviceConfigurationProto device_configurations = 10 ;
238238}
239239
240240// IntIntListEntryProto follows the pattern for cross-proto-version maps.
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ enum Version {
113113 IR_VERSION_2024_3_25 = 0x000000000000000A;
114114
115115 // IR VERSION 11 published on TBD
116- // Added FLOAT4E2M1.
116+ // Added FLOAT4E2M1, multi-device protobuf classes .
117117 IR_VERSION = 0x000000000000000B;
118118}
119119
@@ -234,7 +234,7 @@ message NodeProto {
234234 repeated StringStringEntryProto metadata_props = 9;
235235
236236 // Configuration of multi-device annotations.
237- repeated NodeDeviceConfigurationProto configuration = 10;
237+ repeated NodeDeviceConfigurationProto device_configurations = 10;
238238}
239239
240240// IntIntListEntryProto follows the pattern for cross-proto-version maps.
You can’t perform that action at this time.
0 commit comments