File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
mlir/include/mlir/Dialect/GPU/IR Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,14 +52,14 @@ def GPU_Dialect : Dialect {
52
52
/// Returns the numeric value used to identify the private memory address
53
53
/// space.
54
54
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
57
57
/// with the gpu::AddressSpaceAttr attribute with value 'workgroup`.
58
58
static bool hasWorkgroupMemoryAddressSpace(MemRefType type);
59
59
60
- /// Return true if the given Attribute is an gpu::AddressSpaceAttr
60
+ /// Return true if the given Attribute is an gpu::AddressSpaceAttr
61
61
/// attribute with value 'workgroup`.
62
- static bool isWorkgroupMemoryAddressSpace(Attribute memorySpace);
62
+ static bool isWorkgroupMemoryAddressSpace(Attribute memorySpace);
63
63
}];
64
64
65
65
let dependentDialects = ["arith::ArithDialect"];
You can’t perform that action at this time.
0 commit comments