File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
include/mlir/Dialect/ArmNeon/TransformOps Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ include "mlir/Dialect/Transform/Interfaces/TransformInterfaces.td"
14
14
15
15
def ApplyArmNeonContractionToI8MMPatternsOp
16
16
: Op<Transform_Dialect,
17
- "apply_patterns.vector. arm_neon.contraction_to_i8mm ",
17
+ "apply_patterns.arm_neon.vector_contract_to_i8mm ",
18
18
[DeclareOpInterfaceMethods<PatternDescriptorOpInterface>]> {
19
19
let description = [{
20
20
Indicates that vector.contract operations should be lowered to
Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ module attributes {transform.with_named_sequence} {
360
360
%func = transform.structured.match ops {[" func.func" ]} in %module : (!transform.any_op ) -> !transform.op <" func.func" >
361
361
362
362
transform.apply_patterns to %func {
363
- transform.apply_patterns.vector. arm_neon.contraction_to_i8mm
363
+ transform.apply_patterns.arm_neon.vector_contract_to_i8mm
364
364
} : !transform.op <" func.func" >
365
365
366
366
transform.yield
You can’t perform that action at this time.
0 commit comments