]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Update 'libgomp/libgomp.texi' for 'nvptx, libgfortran: Switch out of "minimal" mode'
authorThomas Schwinge <thomas@codesourcery.com>
Tue, 24 Jan 2023 09:29:01 +0000 (10:29 +0100)
committerThomas Schwinge <thomas@codesourcery.com>
Tue, 24 Jan 2023 09:32:03 +0000 (10:32 +0100)
libgomp/
* libgomp.texi (nvptx): Update for
'nvptx, libgfortran: Switch out of "minimal" mode'.

libgomp/libgomp.texi

index 896d187f1ff3b2acd17e7741af96e1f2603150f7..17f1509343fc9047dda29a6356211d4d1c2a9a8d 100644 (file)
@@ -4448,7 +4448,7 @@ The used sizes are
 
 The implementation remark:
 @itemize
-@item I/O within OpenMP target regions and OpenACC parallel/kernels is supported
+@item I/O within OpenMP target regions and OpenACC compute regions is supported
       using the C library @code{printf} functions and the Fortran
       @code{print}/@code{write} statements.
 @end itemize
@@ -4496,9 +4496,11 @@ CUDA version and hardware.
 
 The implementation remark:
 @itemize
-@item I/O within OpenMP target regions and OpenACC parallel/kernels is supported
-      using the C library @code{printf} functions. Note that the Fortran
-      @code{print}/@code{write} statements are not supported, yet.
+@item I/O within OpenMP target regions and OpenACC compute regions is supported
+      using the C library @code{printf} functions.
+      Additionally, the Fortran @code{print}/@code{write} statements are
+      supported within OpenMP target regions, but not yet OpenACC compute
+      regions.
 @item Compilation OpenMP code that contains @code{requires reverse_offload}
       requires at least @code{-march=sm_35}, compiling for @code{-march=sm_30}
       is not supported.