libgomp.texi: Fix wording in GCN offload specifics
libgomp/ * libgomp.texi (Offload-Target Specifics): Grammar fix.
This commit is contained in:
parent
4e2cdb1ddb
commit
243fa4883c
1 changed files with 1 additions and 1 deletions
|
@ -4454,7 +4454,7 @@ The implementation remark:
|
|||
@item I/O within OpenMP target regions and OpenACC parallel/kernels is supported
|
||||
using the C library @code{printf} functions and the Fortran
|
||||
@code{print}/@code{write} statements.
|
||||
@item Reverse offload (i.e. @code{target} regions with
|
||||
@item Reverse offload regions (i.e. @code{target} regions with
|
||||
@code{device(ancestor:1)}) are processed serially per @code{target} region
|
||||
such that the next reverse offload region is only executed after the previous
|
||||
one returned.
|
||||
|
|
Loading…
Add table
Reference in a new issue