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

Reorg: split monolithic convert.cpp into multiple files #137

Merged
merged 3 commits into from
Jul 10, 2024

Commits on Jul 9, 2024

  1. Moved MLIROp, transformation pipeline and evaluation tools to a separ…

    …ate files mlir_op.hpp/cpp
    slyalin committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f13d2c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d4cefe View commit details
    Browse the repository at this point in the history
  3. Move SubgraphTracker to a separate file. Not use unordered_ container…

    …s and delete hash function for Output<Node>. Cleanup.
    slyalin committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    54b0c31 View commit details
    Browse the repository at this point in the history