@@ -41,6 +41,9 @@ def EncodingOpType : IREEEncoding_I32EnumAttr<"EncodingOpType",
4141def EncodingOpTypeAttr:
4242 IREEEncoding_EnumAttr<EncodingOpType, "optype">;
4343
44+ //===---------------------------------------------------------------------===//
45+ // iree_encoding.packed_storage
46+ //===---------------------------------------------------------------------===//
4447
4548def PackedStorageAttr : IREEEncoding_Attr<"PackedStorage"> {
4649 let mnemonic = "packed_storage";
@@ -52,6 +55,10 @@ def PackedStorageAttr : IREEEncoding_Attr<"PackedStorage"> {
5255 let genVerifyDecl = 0;
5356}
5457
58+ //===---------------------------------------------------------------------===//
59+ // iree_encoding.encoding
60+ //===---------------------------------------------------------------------===//
61+
5562def EncodingAttr :
5663 IREEEncoding_Attr<"Encoding", [
5764 DeclareAttrInterfaceMethods<IREEEncoding_SerializableEncodingAttrInterface, [
@@ -139,7 +146,7 @@ def EncodingAttr :
139146}
140147
141148//===---------------------------------------------------------------------===//
142- // encoding .matmul_k
149+ // iree_encoding .matmul_k
143150//===---------------------------------------------------------------------===//
144151
145152def MatmulKAttr : IREEEncoding_Attr<"MatmulK"> {
@@ -188,7 +195,7 @@ def MatmulKAttr : IREEEncoding_Attr<"MatmulK"> {
188195}
189196
190197//===---------------------------------------------------------------------===//
191- // encoding .pad_encoding_layout
198+ // iree_encoding .pad_encoding_layout
192199//===---------------------------------------------------------------------===//
193200
194201def PadEncodingLayoutAttr : IREEEncoding_Attr<"PadEncodingLayout", [
@@ -228,7 +235,7 @@ def PadEncodingLayoutAttr : IREEEncoding_Attr<"PadEncodingLayout", [
228235}
229236
230237//===---------------------------------------------------------------------===//
231- // encoding .identity_encoding
238+ // iree_encoding .identity_encoding
232239//===---------------------------------------------------------------------===//
233240
234241def IdentityEncodingAttr :
@@ -249,7 +256,7 @@ def IdentityEncodingAttr :
249256}
250257
251258//===---------------------------------------------------------------------===//
252- // encoding .unsupported_encoding
259+ // iree_encoding .unsupported_encoding
253260//===---------------------------------------------------------------------===//
254261
255262def UnsupportedEncodingAttr :
0 commit comments