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

[StableHLO][NFC] Factor out and clean up pointwise patterns #13018

Merged
merged 1 commit into from
Apr 11, 2023

Commits on Apr 11, 2023

  1. [StableHLO][NFC] Factor out and clean up pointwise patterns

    This is primarily to improve compilation times when iterating on the
    rest of StableHLO to Linalg conversion patterns. These pointwise
    patterns create a large number of class template instantiations and take
    a few seconds to compile.
    
    Also clean up the code:
    -  Use free cast functions
    -  Make the conversion patterns final
    -  Prefer static/free helper functions
    kuhar committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    8302a5e View commit details
    Browse the repository at this point in the history