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

Environment variables to control MLIR execution #154

Merged
merged 5 commits into from
Jul 26, 2024
Merged

Commits on Jul 25, 2024

  1. Check MatMul expected attributes in a predicate instead of assert in …

    …the transformation callback. Fixes PyTorch addmm layer tests.
    slyalin committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    e86c9fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd88a94 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    b32afd6 View commit details
    Browse the repository at this point in the history
  2. Added debug macros controlled by OV_MLIR_DEBUG env variable. Disabled…

    … debug prints by default.
    slyalin committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    a1cf5bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9b04c7 View commit details
    Browse the repository at this point in the history