We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
llvm-project/mlir/include/mlir/Interfaces/DestinationStyleOpInterface.td
Line 86 in 505e049
Says
/// Return the number of DPS inits. int64_t getNumDpsInputs() { return $_op->getNumOperands() - $_op.getNumDpsInits(); }
but it should say ... DPS inputs.
... DPS inputs.
It looks like a copy-paste bug from getNumDpsInits()).
The text was updated successfully, but these errors were encountered:
@llvm/issue-subscribers-mlir
Author: None (PerMildner)
/// Return the number of DPS inits. int64_t getNumDpsInputs() { return $_op->getNumOperands() - $_op.getNumDpsInits(); }
Sorry, something went wrong.
Nice catch, please fell free to open a PR.
No branches or pull requests
llvm-project/mlir/include/mlir/Interfaces/DestinationStyleOpInterface.td
Line 86 in 505e049
Says
but it should say
... DPS inputs.
It looks like a copy-paste bug from getNumDpsInits()).
The text was updated successfully, but these errors were encountered: