forked from OSchip/llvm-project
[mlir][Linalg] Reenable test that was mistakenly disabled
This commit is contained in:
parent
b9ff5da0c8
commit
8900acc796
|
@ -1,5 +1,4 @@
|
|||
// RUN: mlir-opt %s -test-linalg-transform-patterns=test-tile-and-pad-pattern -canonicalize
|
||||
//| FileCheck %s
|
||||
// RUN: mlir-opt %s -test-linalg-transform-patterns=test-tile-and-pad-pattern -canonicalize | FileCheck %s
|
||||
|
||||
// CHECK-LABEL: func @matmul_tensors(
|
||||
// CHECK-SAME: %[[TA:[0-9a-z]+]]: tensor<?x?xf32>
|
||||
|
|
Loading…
Reference in New Issue