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 f32170a commit 981b83dCopy full SHA for 981b83d
flang/include/flang/Optimizer/Dialect/CUF/CUFOps.td
@@ -85,9 +85,8 @@ def cuf_FreeOp : cuf_Op<"free", [MemoryEffects<[MemFree]>]> {
85
let hasVerifier = 1;
86
}
87
88
-def cuf_AllocateOp
89
- : cuf_Op<"allocate", [AttrSizedOperandSegments,
90
- MemoryEffects<[MemAlloc<DefaultResource>]>]> {
+def cuf_AllocateOp : cuf_Op<"allocate", [AttrSizedOperandSegments,
+ MemoryEffects<[MemAlloc<DefaultResource>]>]> {
91
let summary = "Perform the device allocation of data of an allocatable";
92
93
let description = [{
0 commit comments