From 526784233b6deb33d0373f1efb8ca021f71c5970 Mon Sep 17 00:00:00 2001 From: yugang-amd Date: Wed, 10 Sep 2025 09:48:28 -0400 Subject: [PATCH] remove broken link etc. (#234) [ROCm/rocshmem commit: 4a760d741ae67966ddeadc8e0b917b4069406f73] --- projects/rocshmem/docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocshmem/docs/index.rst b/projects/rocshmem/docs/index.rst index cbe4c96019..4cd6f05d35 100644 --- a/projects/rocshmem/docs/index.rst +++ b/projects/rocshmem/docs/index.rst @@ -6,7 +6,7 @@ rocSHMEM documentation **************************** -The ROCm OpenSHMEM (rocSHMEM) is an intra-kernel networking library that provides GPU-centric networking through an `OpenSHMEM-like `_ interface. It simplifies application code complexity and enables finer communication and computation overlap than traditional host-driven networking. rocSHMEM uses a single symmetric heap (SHEAP) allocated to GPU memories. For more information, see :doc:`introduction` +The ROCm OpenSHMEM (rocSHMEM) is an intra-kernel networking library that provides GPU-centric networking through an OpenSHMEM-like interface. It simplifies application code complexity and enables finer communication and computation overlap than traditional host-driven networking. rocSHMEM uses a single symmetric heap allocated to GPU memories. For more information, see :doc:`introduction`. The rocSHMEM public repository is located at ``_.