[Mlir-commits] [mlir] 6130c9d - Use UNSUPPORTED annotation to disable Integration/Dialect/Vector/CPU/test-contraction.mlir
Mehdi Amini
llvmlistbot at llvm.org
Tue May 30 01:21:14 PDT 2023
Author: Mehdi Amini
Date: 2023-05-30T01:20:57-07:00
New Revision: 6130c9df99a7a7eb9c6adc118a48f8f2acc534ab
URL: https://github.com/llvm/llvm-project/commit/6130c9df99a7a7eb9c6adc118a48f8f2acc534ab
DIFF: https://github.com/llvm/llvm-project/commit/6130c9df99a7a7eb9c6adc118a48f8f2acc534ab.diff
LOG: Use UNSUPPORTED annotation to disable Integration/Dialect/Vector/CPU/test-contraction.mlir
Previous attempt to disable the test didn't seem to work as expected.
Added:
Modified:
mlir/test/Integration/Dialect/Vector/CPU/test-contraction.mlir
Removed:
################################################################################
diff --git a/mlir/test/Integration/Dialect/Vector/CPU/test-contraction.mlir b/mlir/test/Integration/Dialect/Vector/CPU/test-contraction.mlir
index 400f207f3734..315c99ba915f 100644
--- a/mlir/test/Integration/Dialect/Vector/CPU/test-contraction.mlir
+++ b/mlir/test/Integration/Dialect/Vector/CPU/test-contraction.mlir
@@ -1,10 +1,9 @@
-// RUN: mlir-opt %s -convert-scf-to-cf -convert-vector-to-llvm -convert-func-to-llvm -reconcile-unrealized-casts
-// Disable the execution for now because of LLVM backend bug: https://github.com/llvm/llvm-project/issues/62995
-// | \
+// RUN: mlir-opt %s -convert-scf-to-cf -convert-vector-to-llvm -convert-func-to-llvm -reconcile-unrealized-casts | \
// 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)>,
More information about the Mlir-commits
mailing list