https://gcc.gnu.org/g:0e2c5d4b2c16c4b0fbce028f9d74b2d33ccdcc2a
commit r17-1942-g0e2c5d4b2c16c4b0fbce028f9d74b2d33ccdcc2a Author: Gerald Pfeifer <[email protected]> Date: Sun Jun 28 20:39:11 2026 +0200 libgomp: Update NVIDIA CUDA link libgomp: * libgomp.texi (nvptx): Update NVIDIA CUDA link. Diff: --- libgomp/libgomp.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index fa76d6f6e80b..83b90e6dc53a 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}
