Specify the !async.group size (the number of tokens that will be added to it) at construction time. async.await_all operation can potentially race with async.execute operations that keep updating the group, for this reason it is required to know upfront how many tokens will be added to the group.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Conversion/AsyncToLLVM/AsyncToLLVM.cpp | ||
---|---|---|
599 | Nit: op.result().getType() is slightly more readable than magic 0. |
Nit: op.result().getType() is slightly more readable than magic 0.