File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ Data clause operations (eg. `acc.copyin`) rely on the following type
284284considerations:
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
You can’t perform that action at this time.
0 commit comments