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 a348f22 commit 4467aceCopy full SHA for 4467ace
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