Files
clang-p2996/mlir/test/Integration/Dialect/Linalg/CPU/ArmSVE
Andrzej Warzynski 0bdb883e7c [mlir][SVE] Add e2e for 1D depthwise WC convolution
Follow-up for #81625

Relands #85225 with a minor update to the RUN line to fix buildbot
failures:
```diff
-// RUN: %{compile} | %{run} | FileCheck %s
+// RUN: rm -f %t && %{compile} && %{run} | FileCheck %s
```

Failing buildbots after landing #85225:
 * https://lab.llvm.org/buildbot/#/builders/184/builds/11363
 * https://lab.llvm.org/buildbot/#/builders/176/builds/9331
2024-03-25 15:13:52 +00:00
..