[Mlir-commits] [mlir] [ROCDL] Add the global.atomic.fadd intrinsic in ROCDL (PR #94486)
Giuseppe Rossini
llvmlistbot at llvm.org
Thu Jun 6 10:57:53 PDT 2024
================
@@ -165,7 +165,7 @@ def ROCDL_BallotOp :
let summary = "Vote across thread group";
let description = [{
- Ballot provides a bit mask containing the 1-bit predicate value from each lane.
+ Ballot provides a bit mask containing the 1-bit predicate value from each lane.
----------------
giuseros wrote:
I can add the trailing white space back, but git is warning me against this:
```
warning: 1 line adds whitespace errors.
```
My preference would be to remove the trailing whitespace, but I can remove it if you think it makes the PR cleaner.
https://github.com/llvm/llvm-project/pull/94486
More information about the Mlir-commits
mailing list