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 281d29b commit aea4929Copy full SHA for aea4929
mlir/include/mlir/Dialect/Async/IR/AsyncOps.td
@@ -31,7 +31,8 @@ def Async_ExecuteOp :
31
Async_Op<"execute", [SingleBlockImplicitTerminator<"YieldOp">,
32
DeclareOpInterfaceMethods<RegionBranchOpInterface,
33
["getSuccessorEntryOperands"]>,
34
- AttrSizedOperandSegments]> {
+ AttrSizedOperandSegments,
35
+ AutomaticAllocationScope]> {
36
let summary = "Asynchronous execute operation";
37
let description = [{
38
The `body` region attached to the `async.execute` operation semantically
0 commit comments