You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are no codegen specifics in the resolver, and we have a similar resolver -- IdentityEncodingAttr. This is the issue for tracking EncodingNopLayout deprecation. We should maybe rename IdentityEncodingAttr to IdentityResolverAttr. I will list out all the encodings, encoding resolvers in #20742 and fix it later.
I think the EncodingNopLayout resolver is easier to drop after we finish the interface work and collapse two codegen encoding materialization passes: #20160
I'll help remove it after that. The immediate need is to rename it to identity_resolver and introduce the identity encoding attribute. This reduces the confusion when we abuse pad_encoding_layout with zero values to represent identity layout.
There are no codegen specifics in the resolver, and we have a similar resolver -- IdentityEncodingAttr. This is the issue for tracking EncodingNopLayout deprecation. We should maybe rename IdentityEncodingAttr to IdentityResolverAttr. I will list out all the encodings, encoding resolvers in #20742 and fix it later.
iree/compiler/src/iree/compiler/Dialect/Encoding/IR/EncodingAttrs.td
Lines 298 to 317 in 1d02350
cc @jtuyls
The text was updated successfully, but these errors were encountered: