Skip to content

Commit dd45be0

Browse files
committed
[mlir][gpu] Trim trailing whitespace in dialect docs. NFC.
1 parent dbe9a60 commit dd45be0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mlir/include/mlir/Dialect/GPU/IR/GPUBase.td

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ def GPU_Dialect : Dialect {
5252
/// Returns the numeric value used to identify the private memory address
5353
/// space.
5454
static AddressSpace getPrivateAddressSpace() { return AddressSpace::Private; }
55-
56-
/// Return true if the given MemRefType has an address space that matches
55+
56+
/// Return true if the given MemRefType has an address space that matches
5757
/// with the gpu::AddressSpaceAttr attribute with value 'workgroup`.
5858
static bool hasWorkgroupMemoryAddressSpace(MemRefType type);
5959

60-
/// Return true if the given Attribute is an gpu::AddressSpaceAttr
60+
/// Return true if the given Attribute is an gpu::AddressSpaceAttr
6161
/// attribute with value 'workgroup`.
62-
static bool isWorkgroupMemoryAddressSpace(Attribute memorySpace);
62+
static bool isWorkgroupMemoryAddressSpace(Attribute memorySpace);
6363
}];
6464

6565
let dependentDialects = ["arith::ArithDialect"];

0 commit comments

Comments
 (0)