diff options
author | Tobias Burnus <tobias@codesourcery.com> | 2023-03-24 17:32:59 +0100 |
---|---|---|
committer | Tobias Burnus <tobias@codesourcery.com> | 2023-03-24 17:36:22 +0100 |
commit | 243fa4883cf6fccaaafddcc82e6b58843c82fb30 (patch) | |
tree | cfa35bde07a17cfc5db964f694f7af235ac8406d /libgomp | |
parent | 4e2cdb1ddb5f6ace909358775e94bfe23046ad5a (diff) | |
download | gcc-243fa4883cf6fccaaafddcc82e6b58843c82fb30.zip gcc-243fa4883cf6fccaaafddcc82e6b58843c82fb30.tar.gz gcc-243fa4883cf6fccaaafddcc82e6b58843c82fb30.tar.bz2 |
libgomp.texi: Fix wording in GCN offload specifics
libgomp/
* libgomp.texi (Offload-Target Specifics): Grammar fix.
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/libgomp.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index 5bcb84a..dc6b4ac 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -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. |