[Mlir-commits] [mlir] 9fce961 - [mlir][linalg] Disable tensor-matmul test under asan

Stephan Herhut llvmlistbot at llvm.org
Wed Dec 1 07:25:58 PST 2021


Author: Stephan Herhut
Date: 2021-12-01T16:25:31+01:00
New Revision: 9fce961d2f47579981898ddd23ad804bb1477286

URL: https://github.com/llvm/llvm-project/commit/9fce961d2f47579981898ddd23ad804bb1477286
DIFF: https://github.com/llvm/llvm-project/commit/9fce961d2f47579981898ddd23ad804bb1477286.diff

LOG: [mlir][linalg] Disable tensor-matmul test under asan

The test is currently leaky. Disabling it to make the bots green.

Differential Revision: https://reviews.llvm.org/D114857

Added: 
    

Modified: 
    mlir/test/Integration/Dialect/Linalg/CPU/test-tensor-matmul.mlir

Removed: 
    


################################################################################
diff  --git a/mlir/test/Integration/Dialect/Linalg/CPU/test-tensor-matmul.mlir b/mlir/test/Integration/Dialect/Linalg/CPU/test-tensor-matmul.mlir
index 9ed0234ea9890..dc25f9583cbdd 100644
--- a/mlir/test/Integration/Dialect/Linalg/CPU/test-tensor-matmul.mlir
+++ b/mlir/test/Integration/Dialect/Linalg/CPU/test-tensor-matmul.mlir
@@ -1,3 +1,4 @@
+// UNSUPPORTED: asan
 // RUN: mlir-opt %s -linalg-bufferize -std-bufferize -tensor-constant-bufferize \
 // RUN: -tensor-bufferize -func-bufferize -finalizing-bufferize -buffer-deallocation -convert-linalg-to-loops -convert-scf-to-std \
 // RUN: -convert-linalg-to-llvm -lower-affine -convert-scf-to-std --convert-memref-to-llvm -convert-std-to-llvm -reconcile-unrealized-casts | \


        


More information about the Mlir-commits mailing list