From: Gerald Pfeifer Date: Sun, 28 Jun 2026 18:39:11 +0000 (+0200) Subject: libgomp: Update NVIDIA CUDA link X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0e2c5d4b2c16c4b0fbce028f9d74b2d33ccdcc2a;p=thirdparty%2Fgcc.git libgomp: Update NVIDIA CUDA link libgomp: * libgomp.texi (nvptx): Update NVIDIA CUDA link. --- diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index fa76d6f6e80..83b90e6dc53 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -7851,7 +7851,7 @@ The implementation remark: @item OpenMP code that has a @code{requires} directive with @code{self_maps} or @code{unified_shared_memory} runs on nvptx devices if and only if all of those support the @code{pageableMemoryAccess} property;@footnote{ - @uref{https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#um-requirements}} + @uref{https://docs.nvidia.com/cuda/cuda-programming-guide/}} otherwise, all nvptx device are removed from the list of available devices (``host fallback''). @item The default per-warp stack size is 128 kiB; see also @code{-msoft-stack}