You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(torch-mlir) user@host:/localdisk/work/$USER/torch-mlir/projects/pt1|(cpu-proto)> python -m e2e_testing.main -c "cpuproto" -f "ConvolutionBackwardModule2DStatic_basic" -s -v --enable-timer
in shape: torch.Size([1, 128, 128])
w shape: (8192, 16384)
b shape: (8192,)
golden_trace: elapsed 4.7870 ms
Compiling ConvolutionBackwardModule2DStatic_basic...
compile: elapsed 0.0024 ms
Running ConvolutionBackwardModule2DStatic_basic...
JIT: elapsed 21.4290 ms
TorchDynamoTestConfig.run(): elapsed 21.4313 ms
run: elapsed 21.4326 ms
FAIL - "ConvolutionBackwardModule2DStatic_basic"
Unexpected outcome summary: (cpuproto)
****** Failed tests - 1 tests
FAIL - "ConvolutionBackwardModule2DStatic_basic"
Runtime error: Traceback (most recent call last):
File "/localdisk/work/$USER/torch-mlir/build/tools/torch-mlir/python_packages/torch_mlir/torch_mlir_e2e_test/framework.py", line 384, in compile_and_run_test
trace = config.run(compiled, golden_trace)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/localdisk/work/$USER/torch-mlir/build/tools/torch-mlir/python_packages/torch_mlir/torch_mlir_e2e_test/configs/torchdynamo.py", line 157, in run
module = jit(artifact,
^^^^^^^^^^^^^
File "/localdisk/work/$USER/torch-mlir/build/tools/torch-mlir/python_packages/torch_mlir/torch_mlir_e2e_test/configs/torchdynamo.py", line 137, in jit
return _lower_mlir_module(verbose, output_type, mlir_module, ir_file)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/localdisk/work/$USER/torch-mlir/build/tools/torch-mlir/python_packages/torch_mlir/torch_mlir/__init__.py", line 291, in _lower_mlir_module
run_pipeline_with_repro_report(
File "/localdisk/work/$USER/torch-mlir/build/tools/torch-mlir/python_packages/torch_mlir/torch_mlir/compiler_utils.py", line 92, in run_pipeline_with_repro_report
raise TorchMlirCompilerError(trimmed_message) from None
torch_mlir.compiler_utils.TorchMlirCompilerError: Lowering Torch Backend IR -> Linalg-on-Tensors Backend IR failed with the following diagnostics:
python exception: Failure while executing pass pipeline:
error: "/localdisk/work/$USER/torch-mlir/build/tools/torch-mlir/python_packages/torch_mlir/torch_mlir_e2e_test/configs/torchdynamo.py":121:0: 'linalg.transpose' op size of permutation 2 does not match the argument rank 4
note: "/localdisk/work/$USER/torch-mlir/build/tools/torch-mlir/python_packages/torch_mlir/torch_mlir_e2e_test/configs/torchdynamo.py":121:0: see current operation:
%181 = "linalg.transpose"(%31, %180) <{permutation = array<i64: 1, 0>}> ({
^bb0(%arg3: f32, %arg4: f32):
"linalg.yield"(%arg3) : (f32) -> ()
}) : (tensor<1x320x64x64xf32>, tensor<320x1x64x64xf32>) -> tensor<320x1x64x64xf32>
For Torch-MLIR developers, the error can be reproduced with:
$ torch-mlir-opt -pass-pipeline='builtin.module(torch-backend-to-linalg-on-tensors-backend-pipeline)' /tmp/ConvolutionBackwardModule2DStatic.mlir
Add '-mlir-print-ir-after-all -mlir-disable-threading' to get the IR dump for debugging purpose.
Summary:
Failed: 1
The text was updated successfully, but these errors were encountered:
ConvolutionBackwardModule2DStatic_basic
is failing on the current code base.Similar to: issue #32
The text was updated successfully, but these errors were encountered: