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 | |
parent | AArch64: correct constraint on Upl early clobber alternatives (diff) |
libgomp.texi (nvptx): Add missing preposition
libgomp/
* libgomp.texi (nvptx): Add missing preposition.
-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 eb608915938e..73e8e39ca420 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi | |||
@@ -6432,7 +6432,7 @@ The implementation remark: | |||
6432 | @item I/O within OpenMP target regions and OpenACC compute regions is supported | 6432 | @item I/O within OpenMP target regions and OpenACC compute regions is supported |
6433 | using the C library @code{printf} functions. | 6433 | using the C library @code{printf} functions. |
6434 | Additionally, the Fortran @code{print}/@code{write} statements are | 6434 | Additionally, the Fortran @code{print}/@code{write} statements are |
6435 | supported within OpenMP target regions, but not yet OpenACC compute | 6435 | supported within OpenMP target regions, but not yet within OpenACC compute |
6436 | regions. @c The latter needs 'GOMP_NVPTX_NATIVE_GPU_THREAD_STACK_SIZE'. | 6436 | regions. @c The latter needs 'GOMP_NVPTX_NATIVE_GPU_THREAD_STACK_SIZE'. |
6437 | @item Compilation OpenMP code that contains @code{requires reverse_offload} | 6437 | @item Compilation OpenMP code that contains @code{requires reverse_offload} |
6438 | requires at least @code{-march=sm_35}, compiling for @code{-march=sm_30} | 6438 | requires at least @code{-march=sm_35}, compiling for @code{-march=sm_30} |