Chi_Liu
Chi_Liu
Remove the iostream and stablehlo crash line DONE.
Get the linalg e2e xfails and 33 torchdynamo xfail fixed by changing the TMTensor lowering ops name from indexput to indexputHackedTwin. But in linalg/tmtensor, 2 more e2e xfail still need...
@pashu123 the issue gone with the latest branch.
Base on following Zach comment, We convert it to draft leave this issue unsolved and prioritize the real model related issue request before Jun 30. > I'm double checking the...
Get an error ` No module named 'torch_mlir_e2e_test'` ``` FAIL: TORCH_MLIR :: python/fx_importer/sparsity/sparse_test.py (95 of 105) ******************** TEST 'TORCH_MLIR :: python/fx_importer/sparsity/sparse_test.py' FAILED ******************** Exit Code: 2 Command Output (stderr): --...
> Yeah, you can try that. I think we could also just move the e2e test tools out of that and into the main project. Would need to look at...
``` Run Linalg e2e integration tests Traceback (most recent call last): File "", line 19[8](https://github.com/llvm/torch-mlir/actions/runs/10498026005/job/29082120990?pr=3654#step:8:9), in _run_module_as_main File "", line 88, in _run_code File "/_work/torch-mlir/torch-mlir/projects/pt1/e2e_testing/main.py", line 20, in from torch_mlir_e2e_test.configs...
``` main.py: error: argument -c/--config: invalid choice: 'linalg' (choose from 'native_torch', 'torchscript', 'lazy_tensor_core', 'onnx', 'onnx_tosa', 'fx_importer', 'fx_importer_stablehlo', 'fx_importer_tosa') ``` Need to change the CI test_posix.sh If change the linalg/tosa/stablehlo to...
``` Check that update_abstract_interp_lib.sh has been run /opt/python/cp311-cp311/bin/python: Error while finding module specification for 'torch_mlir.jit_ir_importer.build_tools.abstract_interp_lib_gen' (ModuleNotFoundError: No module named 'torch_mlir.jit_ir_importer') Error: Process completed with exit code 1. ``` Error in...
@stellaraccident need a review.