diff options
author | Mehdi Amini <joker.eph@gmail.com> | 2023-05-30 10:38:16 -0700 |
---|---|---|
committer | Mehdi Amini <joker.eph@gmail.com> | 2023-05-30 10:38:57 -0700 |
commit | 2922e7cd9334797c24a317d41275f1258ef9ddd3 (patch) | |
tree | f77e8b2c15ab7e5ae1d0f5c78ae738784133fd65 | |
parent | 0bb23c58be03decb76f5c505bfc69b4ceaa09169 (diff) | |
download | llvm-2922e7cd9334797c24a317d41275f1258ef9ddd3.zip llvm-2922e7cd9334797c24a317d41275f1258ef9ddd3.tar.gz llvm-2922e7cd9334797c24a317d41275f1258ef9ddd3.tar.bz2 |
Re-enable MLIR test-contraction.mlir integration test after LLVM backend crash was fixed
-rw-r--r-- | mlir/test/Integration/Dialect/Vector/CPU/test-contraction.mlir | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mlir/test/Integration/Dialect/Vector/CPU/test-contraction.mlir b/mlir/test/Integration/Dialect/Vector/CPU/test-contraction.mlir index 315c99b..579dc86 100644 --- a/mlir/test/Integration/Dialect/Vector/CPU/test-contraction.mlir +++ b/mlir/test/Integration/Dialect/Vector/CPU/test-contraction.mlir @@ -2,8 +2,7 @@ // RUN: mlir-cpu-runner -e entry -entry-point-result=void \ // RUN: -shared-libs=%mlir_c_runner_utils | \ // RUN: FileCheck %s -// Disable the execution for now because of LLVM backend bug: https://github.com/llvm/llvm-project/issues/62995 -// UNSUPPORTED: target={{.*}} + #dotp_accesses = [ affine_map<(i) -> (i)>, affine_map<(i) -> (i)>, |