[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
This commit is contained in:
Stephan Herhut 2021-12-01 10:38:12 +01:00
parent 13e66c070b
commit 9fce961d2f
1 changed files with 1 additions and 0 deletions

View 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 | \