Skip to content

Commit 1a2a9a1

Browse files
author
Xu, Xiaohui1
committed
use linalgx utils function
1 parent 47687f1 commit 1a2a9a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/gc/Analysis/VectorBasedFusionAnalysis.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ namespace gc {
3030
tensor::InsertSliceOp, microkernel::BrgemmOp
3131

3232
static inline bool isNotNeedToProcessOp(Operation *op) {
33-
return isa<NOT_NEED_TO_PROCESS_OP>(op) or
34-
linalgx::isAnyGenericPackedMatmulOp(op);
33+
return isa<NOT_NEED_TO_PROCESS_OP>(op) or linalgx::isMatmulOp(op);
3534
}
3635

3736
static inline bool isSpecialOp(Operation *op) {

0 commit comments

Comments
 (0)