[mlir][linalg] Disable tensor-matmul test under asan
authorStephan Herhut <herhut@google.com>
Wed, 1 Dec 2021 09:38:12 +0000 (10:38 +0100)
committerStephan Herhut <herhut@google.com>
Wed, 1 Dec 2021 15:25:31 +0000 (16:25 +0100)
The test is currently leaky. Disabling it to make the bots green.

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

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

index 9ed0234ea98902baf14db0e75316e5fc35c6be9e..dc25f9583cbdd36b5d59827fc6368cdcc09e0edf 100644 (file)
@@ -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 | \