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

Add pass to decompose batch_mmt4d ops into mmt4d #14628

Merged
merged 7 commits into from
Aug 11, 2023

Commits on Aug 11, 2023

  1. Add LLVMCPUDecomposeBatchMmt4D pass

    Jerry Wu committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    cf2c68e View commit details
    Browse the repository at this point in the history
  2. Add tests

    Jerry Wu committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    f460d04 View commit details
    Browse the repository at this point in the history
  3. Fix stack out of scope

    Jerry Wu committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    48c9570 View commit details
    Browse the repository at this point in the history
  4. Add dyanmic test

    Jerry Wu committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    eda8687 View commit details
    Browse the repository at this point in the history
  5. Fix ASAN

    Jerry Wu committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    9510206 View commit details
    Browse the repository at this point in the history
  6. Fix GCC build

    Jerry Wu committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    cab05b7 View commit details
    Browse the repository at this point in the history
  7. Remove tiling in pass

    Jerry Wu committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    affc000 View commit details
    Browse the repository at this point in the history