From: Tobias Burnus Date: Fri, 24 Mar 2023 16:32:59 +0000 (+0100) Subject: libgomp.texi: Fix wording in GCN offload specifics X-Git-Tag: basepoints/gcc-14~353 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=243fa4883cf6fccaaafddcc82e6b58843c82fb30;p=thirdparty%2Fgcc.git libgomp.texi: Fix wording in GCN offload specifics libgomp/ * libgomp.texi (Offload-Target Specifics): Grammar fix. --- diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index 5bcb84a1d6f1..dc6b4aca38b2 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.