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

Disable TORCH_MLIR_ENABLE_PYTORCH_EXTENSIONS #3654

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Sep 6, 2024

  1. Disable TORCH_MLIR_ENABLE_PYTORCH_EXTENSIONS

     To fix the no module named 'torch_mlir._mlir_libs._jit_ir_importer' bug.
    AmosLewis committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9387341 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56f6c4e View commit details
    Browse the repository at this point in the history
  3. Enable torch_mlir_e2e_test when TORCH_MLIR_ENABLE_JIT_IR_IMPORTER OFF

    - To fix the bug No module named 'torch_mlir_e2e_test' when test torch-stable
    AmosLewis committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    14c2ac8 View commit details
    Browse the repository at this point in the history
  4. Only Disable the TORCH_MLIR_ENABLE_JIT_IR_IMPORTER

    - Delete torchscript related test
    AmosLewis committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    1420f97 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c87d9d View commit details
    Browse the repository at this point in the history
  6. Comment out tosa/stablehlo/linalg default test with torchscript

    - To fix error when e2etest from torch_mlir import torchscript then output
      bug: No module named 'torch_mlir.jit_ir_importer'
    AmosLewis committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    1cf7b78 View commit details
    Browse the repository at this point in the history
  7. Delete the onnx/onnx_tosa/torchdynamo e2e test whose TestConfig using…

    … torchscript
    
    - No module named 'torch_mlir.jit_ir_importer'
    AmosLewis committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    65d6cf9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    efa65c8 View commit details
    Browse the repository at this point in the history
  9. Remove stablehlo/linalg/tosa CI tests for default torch

    - also delete the onnx and onnx_tosa flag in config
    AmosLewis committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    657768a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    525e5cd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    eb9fc70 View commit details
    Browse the repository at this point in the history