iree icon indicating copy to clipboard operation
iree copied to clipboard

[CI][XFAIL] test_shape_clip_start

Open PhaneeshB opened this issue 6 months ago • 0 comments

What happened?

For Torch-mlir bump in IREE #18169 Runtime failure - zeros output for test_shape_clip_start on CPU, GPU AMD vulkan, GPU Nvidia (cuda+vulkan)

_ IREE compile and run: test_shape_clip_start::model.mlir::model.mlir::cpu_llvm_sync _
[gw1] linux -- Python 3.11.9 /home/runner/work/iree/iree/venv/bin/python
Error invoking iree-run-module
Error code: 1
Stderr diagnostics:

Stdout diagnostics:
EXEC @test_shape_clip_start
[FAILED] result[0]: element at index 0 (0) does not match the expected (3); expected that the view is equal to contents of a view of 3xi64
  expected:
3xi64=3 4 5
  actual:
3xi64=0 0 0

Compiled with:
  cd /home/runner/work/iree/iree/SHARK-TestSuite/iree_tests/onnx/node/generated/test_shape_clip_start && iree-compile model.mlir --iree-hal-target-backends=llvm-cpu --iree-input-demote-f64-to-f32=false -o model_cpu_llvm_sync_.vmfb

Run with:
  cd /home/runner/work/iree/iree/SHARK-TestSuite/iree_tests/onnx/node/generated/test_shape_clip_start && iree-run-module --module=model_cpu_llvm_sync_.vmfb --device=local-sync --flagfile=test_data_flags.txt
module {
  func.func @test_shape_clip_start(%arg0: !torch.vtensor<[3,4,5],f32>) -> !torch.vtensor<[3],si64> attributes {torch.onnx_meta.ir_version = 10 : si64, torch.onnx_meta.opset_version = 21 : si64, torch.onnx_meta.producer_name = "backend-test", torch.onnx_meta.producer_version = ""} {
    %none = torch.constant.none
    %0 = torch.operator "onnx.Shape"(%arg0) {torch.onnx.start = -10 : si64} : (!torch.vtensor<[3,4,5],f32>) -> !torch.vtensor<[3],si64>
    return %0 : !torch.vtensor<[3],si64>
  }
}

Steps to reproduce your issue

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

What component(s) does this issue relate to?

No response

Version information

No response

Additional context

No response

PhaneeshB avatar Aug 09 '24 19:08 PhaneeshB