-
### What happened?
For the given IR
```
module {
func.func @torch_jit( %arg1: !torch.vtensor, %arg3: !torch.vtensor) -> !torch.vtensor attributes {torch.onnx_meta.ir_version = 7 : si64, torch.onn…
-
### What happened?
for the given IR
```mlir
module {
func.func @torch_jit(%arg2: !torch.vtensor) -> !torch.vtensor attributes {torch.onnx_meta.ir_version = 7 : si64, torch.onnx_meta.opset_versi…
-
There were 3 new test failures after pulling in a torch-mlir patch: https://github.com/llvm/torch-mlir/commit/55ff110dc29cab7e2495ccdbec9a60512c29c665
The following tests failed:
```mlir
// RUN: iree…
-
### What happened?
For the give IR ( IREE compiler version 20241024.1057 @ 9c5b57a8b9e6981e300df02c41a296bd49e07c99 )
```mlir
module {
func.func @main_graph(%arg0: !torch.vtensor, %arg1: !torch.v…
-
for the given IR
```mlir
module {
func.func @torch_jit(%arg0: !torch.vtensor, %arg2: !torch.vtensor, %arg3:!torch.vtensor ) -> !torch.vtensor attributes {torch.onnx_meta.ir_version = 7 : si64,…
-
### What happened?
Given IR was working fine till IREE compiler version 20241016.1048 @ f9fa934c649749b30fc4be05d9cef78eb043f0e9 but started failing with IREE compiler version 20241017.1049 @ 05bbcf1…
-
### What happened?
For the given IR
```mlir
module {
func.func @main_graph(%arg0: !torch.vtensor, %arg1: !torch.vtensor , %arg2:!torch.vtensor , %arg3: !torch.vtensor,%arg5: !torch.vtensor , %arg…
-
for given IR
```mlir
module {
func.func @torch_jit(%arg0: !torch.vtensor, %arg2: !torch.vtensor , %arg3: !torch.vtensor , %arg4: !torch.vtensor ) -> !torch.vtensor attributes {torch.…
-
### What happened?
For the given IR
```mlir
module {
func.func @torch_jit(%arg0: !torch.vtensor, %arg1: !torch.vtensor, %arg2: !torch.vtensor, %arg3: !torch.vtensor, %arg4: !torch.vtensor, %arg5: …
-
The folder for the AtenSliceTensorOp causes a segmentation fault for certain inputs. This happens when the indices of the slice are out of bounds:
```mlir
func.func @test_shape_clip_start(%arg0: !…