[Mlir-commits] [mlir] 2922e7c - Re-enable MLIR test-contraction.mlir integration test after LLVM backend crash was fixed

Mehdi Amini llvmlistbot at llvm.org
Tue May 30 10:39:14 PDT 2023


Author: Mehdi Amini
Date: 2023-05-30T10:38:57-07:00
New Revision: 2922e7cd9334797c24a317d41275f1258ef9ddd3

URL: https://github.com/llvm/llvm-project/commit/2922e7cd9334797c24a317d41275f1258ef9ddd3
DIFF: https://github.com/llvm/llvm-project/commit/2922e7cd9334797c24a317d41275f1258ef9ddd3.diff

LOG: Re-enable MLIR test-contraction.mlir integration test after LLVM backend crash was fixed

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 315c99ba915f1..579dc86cad55b 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)>,


        


More information about the Mlir-commits mailing list