Skip to content

Commit 485c235

Browse files
committed
Update version comment, regenerate protos
Signed-off-by: Kevin Chen <kevinch@nvidia.com>
1 parent 72ecbf1 commit 485c235

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

onnx/onnx-ml.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

onnx/onnx-ml.proto3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

onnx/onnx.in.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

onnx/onnx.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

onnx/onnx.proto3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)