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

[Relax] Support input_axis_separator to allow 2D to 1D conversion #17115

Merged
merged 3 commits into from
Jul 1, 2024

Commits on Jun 25, 2024

  1. [Relax] Support input axis_separator to allow 2D to 1D conversion

    Introduce input_axis_separator in relax.transform_layout op to allow conversion of 2D buffers to 1D buffers.
    The conversion from 2D->1D is handled while lowering of transform_layout operator.
    Also introducing support for input_axis_separator in AlterOpImpl pass.
    abhikran-quic committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    78eb4e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Fix LINT errors

    abhikran-quic committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    28a4bb6 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Fix review comments

    abhikran-quic committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    fb63b4a View commit details
    Browse the repository at this point in the history