diff options
author | Tobias Burnus <tobias@codesourcery.com> | 2023-03-08 14:55:49 +0100 |
---|---|---|
committer | Tobias Burnus <tobias@codesourcery.com> | 2023-03-08 14:55:49 +0100 |
commit | 2e3dd14dd287ca94b72c36ed28a1ae30887f77ce (patch) | |
tree | bcad627de7821a65fedb7be42defd322816339f0 | |
parent | 15b83b69ca99d97643075776ba94f2dd1f05b46e (diff) | |
download | gcc-2e3dd14dd287ca94b72c36ed28a1ae30887f77ce.zip gcc-2e3dd14dd287ca94b72c36ed28a1ae30887f77ce.tar.gz gcc-2e3dd14dd287ca94b72c36ed28a1ae30887f77ce.tar.bz2 |
libgomp.texi: Mention GCN_STACK_SIZE in Offload-Target Specifics
libgomp/ChangeLog:
* libgomp.texi (Offload-Target Specifics): Mention GCN_STACK_SIZE.
-rw-r--r-- | libgomp/libgomp.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index 1b6358d..5bcb84a 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -4461,6 +4461,8 @@ The implementation remark: @item OpenMP code that has a requires directive with @code{unified_address} or @code{unified_shared_memory} will remove any GCN device from the list of available devices (``host fallback''). +@item The available stack size can be changed using the @code{GCN_STACK_SIZE} + environment variable; the default is 32 kiB per thread. @end itemize |