From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id 80F493858D28; Tue, 24 Jan 2023 09:32:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 80F493858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674552747; bh=JTVKzdbIFSKeS9z/MEyJLkPU5WO/Be2lByckHcdsvmo=; h=From:To:Subject:Date:From; b=xj49ZJ9ev3jeaOCaLXoSOIwCjLXJd+Zr3KaRTOltKinAwc54vUgJdv6JIkrXT6G5P rlBQeM7J/KNYFcNXKWyJ5WnM5aF/CsPEbyuUskRKTl+uQhugMYP/0VFLj+9i4BBvK3 aNCMLQ11nvQUAXvK1mZt5D8L863pBAX+BOi8SYCU= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Thomas Schwinge To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/omp/gcc-12] Update 'libgomp/libgomp.texi' for 'nvptx, libgfortran: Switch out of "minimal" mode' X-Act-Checkin: gcc X-Git-Author: Thomas Schwinge X-Git-Refname: refs/heads/devel/omp/gcc-12 X-Git-Oldrev: d90a8a5685c8bd3657892feac01739fe87a457a5 X-Git-Newrev: 8c29332e98ca4669a059ebc0d90903b409ae049f Message-Id: <20230124093227.80F493858D28@sourceware.org> Date: Tue, 24 Jan 2023 09:32:27 +0000 (GMT) List-Id: https://gcc.gnu.org/g:8c29332e98ca4669a059ebc0d90903b409ae049f commit 8c29332e98ca4669a059ebc0d90903b409ae049f Author: Thomas Schwinge Date: Tue Jan 24 10:29:01 2023 +0100 Update 'libgomp/libgomp.texi' for 'nvptx, libgfortran: Switch out of "minimal" mode' libgomp/ * libgomp.texi (nvptx): Update for 'nvptx, libgfortran: Switch out of "minimal" mode'. Diff: --- libgomp/libgomp.texi | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index 896d187f1ff..17f1509343f 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -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.