Skip to content

Commit 6ff4fa6

Browse files
author
Razvan Lupusoru
committed
Fix indent
1 parent 8a86c26 commit 6ff4fa6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mlir/docs/Dialects/OpenACCDialect.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ Data clause operations (eg. `acc.copyin`) rely on the following type
284284
considerations:
285285
* type of acc data clause operation input `var`
286286
- The type of `var` must be one with `PointerLikeType` or `MappableType`
287-
interfaces attached. The first, `PointerLikeType`, is useful because
287+
interfaces attached. The first, `PointerLikeType`, is useful because
288288
the OpenACC memory model distinguishes between host and device memory
289289
explicitly - and the mapping between the two is done through pointers. Thus,
290290
by explicitly requiring it in the dialect, the appropriate language
@@ -302,8 +302,8 @@ considerations:
302302
since the `acc` dialect must live within another dialect whose type
303303
system is unknown to it.
304304
* variable type captured in `varType`
305-
- When `var`'s type is `PointerLikeType`, the actual type of the target
306-
may be lost. More specifically, dialects like `llvm` which use opaque
305+
- When `var`'s type is `PointerLikeType`, the actual type of the target
306+
may be lost. More specifically, dialects like `llvm` which use opaque
307307
pointers, do not record the target variable's type. The use of this field
308308
bridges this gap.
309309
* type of decomposed clauses

0 commit comments

Comments
 (0)