diff options
author | Tobias Burnus <tburnus@baylibre.com> | 2024-06-06 16:37:55 +0200 |
---|---|---|
committer | Tobias Burnus <tburnus@baylibre.com> | 2024-06-06 16:37:55 +0200 |
commit | 423522aacd9f30bb75aa77d38fccb630bfc4c98a (patch) | |
tree | f362e9e533fd284dddb4a0ab9cba8a71d8f18637 /libgomp | |
parent | afe85f8e22a703280b17c701f3490d89337f674a (diff) | |
download | gcc-423522aacd9f30bb75aa77d38fccb630bfc4c98a.zip gcc-423522aacd9f30bb75aa77d38fccb630bfc4c98a.tar.gz gcc-423522aacd9f30bb75aa77d38fccb630bfc4c98a.tar.bz2 |
libgomp.texi (nvptx): Add missing preposition
libgomp/
* libgomp.texi (nvptx): Add missing preposition.
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 eb60891..73e8e39 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -6432,7 +6432,7 @@ The implementation remark: @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 + supported within OpenMP target regions, but not yet within OpenACC compute regions. @c The latter needs 'GOMP_NVPTX_NATIVE_GPU_THREAD_STACK_SIZE'. @item Compilation OpenMP code that contains @code{requires reverse_offload} requires at least @code{-march=sm_35}, compiling for @code{-march=sm_30} |