]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libgomp: Update NVIDIA CUDA link
authorGerald Pfeifer <gerald@pfeifer.com>
Sun, 28 Jun 2026 18:39:11 +0000 (20:39 +0200)
committerGerald Pfeifer <gerald@pfeifer.com>
Sun, 28 Jun 2026 18:43:55 +0000 (20:43 +0200)
libgomp:
* libgomp.texi (nvptx): Update NVIDIA CUDA link.

libgomp/libgomp.texi

index fa76d6f6e80bd139aa23b11bd990db1ebe8e6d60..83b90e6dc53a85ed4e3751c62481d40d913621d4 100644 (file)
@@ -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}