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 8cef004 commit 3dacb71Copy full SHA for 3dacb71
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