We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a4b44 commit a4c3683Copy full SHA for a4c3683
mlir/include/mlir/Interfaces/DestinationStyleOpInterface.td
@@ -82,7 +82,7 @@ def DestinationStyleOpInterface : OpInterface<"DestinationStyleOpInterface"> {
82
$_op->setOperand($_op.getDpsInits().getBeginOperandIndex() + i, value);
83
}
84
85
- /// Return the number of DPS inits.
+ /// Return the number of DPS inputs.
86
int64_t getNumDpsInputs() {
87
return $_op->getNumOperands() - $_op.getNumDpsInits();
88
0 commit comments