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

[mlir][MemRef] Add more ops to narrow type support, strided metadata expansion #102228

Merged
merged 1 commit into from
Aug 15, 2024

Commits on Aug 14, 2024

  1. [mlir][MemRef] Add more ops to narrow type support, strided metadata

    - Add support fef memory_space_cast to strided metadata expansion and
    narrow type emulation
    - Add support for expand_shape to narrow type emulation (like
    collapse_shape, it's a noop after linearization) and to
    expand-strided-metadata (mirroring the collapse_shape pattern)
    - Add support for memref.dealloc to narrow type emulation (it is a
    trivial rewrite) and for memref.copy (which is unsupported when it is
    used for a layout change but a trivial rewrite otherwise)
    krzysz00 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    54a8fb2 View commit details
    Browse the repository at this point in the history