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 05dbd8b commit 808b378Copy full SHA for 808b378
mlir/include/mlir/Dialect/AMDGPU/IR/AMDGPU.td
@@ -1230,9 +1230,9 @@ def AMDGPU_ScaledMFMAOp :
1230
def AMDGPU_MakeDmaBaseOp :
1231
AMDGPU_Op<"make_dma_base", [Pure, AttrSizedOperandSegments]>,
1232
Arguments<(ins
1233
- Arg<AnyMemRef, "buffer to read from">:$lds,
+ Arg<AnyMemRef>:$lds,
1234
Variadic<Index>:$lds_indices,
1235
- Arg<AnyMemRef, "buffer to write to">:$global,
+ Arg<AnyMemRef>:$global,
1236
Variadic<Index>:$global_indices)>,
1237
Results<(outs AMDGPU_TDMBaseType: $base)> {
1238
0 commit comments