[Mlir-commits] [mlir] dd45be0 - [mlir][gpu] Trim trailing whitespace in dialect docs. NFC.
Jakub Kuderski
llvmlistbot at llvm.org
Sun Dec 17 18:00:17 PST 2023
Author: Jakub Kuderski
Date: 2023-12-17T21:00:06-05:00
New Revision: dd45be028d2788cc401400e208ab0fa64d929b0a
URL: https://github.com/llvm/llvm-project/commit/dd45be028d2788cc401400e208ab0fa64d929b0a
DIFF: https://github.com/llvm/llvm-project/commit/dd45be028d2788cc401400e208ab0fa64d929b0a.diff
LOG: [mlir][gpu] Trim trailing whitespace in dialect docs. NFC.
Added:
Modified:
mlir/include/mlir/Dialect/GPU/IR/GPUBase.td
Removed:
################################################################################
diff --git a/mlir/include/mlir/Dialect/GPU/IR/GPUBase.td b/mlir/include/mlir/Dialect/GPU/IR/GPUBase.td
index ccb9580adbd1f5..7b9d46fda12f51 100644
--- a/mlir/include/mlir/Dialect/GPU/IR/GPUBase.td
+++ b/mlir/include/mlir/Dialect/GPU/IR/GPUBase.td
@@ -52,14 +52,14 @@ def GPU_Dialect : Dialect {
/// Returns the numeric value used to identify the private memory address
/// space.
static AddressSpace getPrivateAddressSpace() { return AddressSpace::Private; }
-
- /// Return true if the given MemRefType has an address space that matches
+
+ /// Return true if the given MemRefType has an address space that matches
/// with the gpu::AddressSpaceAttr attribute with value 'workgroup`.
static bool hasWorkgroupMemoryAddressSpace(MemRefType type);
- /// Return true if the given Attribute is an gpu::AddressSpaceAttr
+ /// Return true if the given Attribute is an gpu::AddressSpaceAttr
/// attribute with value 'workgroup`.
- static bool isWorkgroupMemoryAddressSpace(Attribute memorySpace);
+ static bool isWorkgroupMemoryAddressSpace(Attribute memorySpace);
}];
let dependentDialects = ["arith::ArithDialect"];
More information about the Mlir-commits
mailing list