Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Encoding] Introduce EncodingLayoutAttrInterface. #19216

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 19, 2024

  1. [Encoding] Introduce EncodingLayoutAttrInterface.

    The revisions introduces a new attribute interface in the Encoding
    dialect. The interface is used to query layout information needed to
    materialize encoding attributes.
    
    Any backend can implement the interface to interpret an encoding layout
    based on their needs.
    
    The current expectation of the interface is to propagate layout
    information from backends to the host compliation or other targets. The
    expectation can be adjusted as long as we identify additional needs for
    encodings/layouts.
    
    It is a step towards iree-org#17924
    
    Signed-off-by: hanhanW <[email protected]>
    hanhanW committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    73c8b00 View commit details
    Browse the repository at this point in the history