[Mlir-commits] [mlir] [mlir][SVE] Add e2e for 1D depthwise WC convolution (PR #85225)

Andrzej WarzyƄski llvmlistbot at llvm.org
Sat Mar 23 08:51:52 PDT 2024


banach-space wrote:

> ```
> Breaks following AArch64 SVE buildbots:
> https://lab.llvm.org/buildbot/#/builders/184/builds/11363
> https://lab.llvm.org/buildbot/#/builders/176/builds/9331
> ```
> 
> I am temporarily reverting commit [01b1b0c](https://github.com/llvm/llvm-project/commit/01b1b0c1f728e2c2639edc654424f50830295989)

Thanks for reverting and apologies for the disruption!

@omjavaid Annoyingly, I'm unable to reproduce this failure and the other buildbot that's supposed to run these tests failed for unrelated reasons:
* https://lab.llvm.org/buildbot/#/builders/197/builds/13740

The limited error log suggests miscomputation, but it's impossible to tell what exactly went wrong. Would you be able to run the following and share the output?
```bash
/home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/stage2/bin/mlir-opt /home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/llvm/mlir/test/Integration/Dialect/Linalg/CPU/ArmSVE/1d-depthwise-conv.mlir -transform-interpreter -test-transform-dialect-erase-schedule -one-shot-bufferize="bufferize-function-boundaries" -lower-vector-mask -cse -canonicalize -convert-vector-to-scf -arm-sve-legalize-vector-storage -convert-vector-to-llvm="enable-arm-sve" -test-lower-to-llvm
```

Otherwise I'm rather stuck.

https://github.com/llvm/llvm-project/pull/85225


More information about the Mlir-commits mailing list