From 55aab4d62e798872ac88bb185fa5798353e9fded Mon Sep 17 00:00:00 2001 From: Yiltan Date: Tue, 20 Jan 2026 17:22:18 -0500 Subject: [PATCH] [Docs] Clarify ROCSHMEM_HEAP_SIZE (#392) * clarify ROCSHMEM_HEAP_SIZE * Apply suggestions from code review Co-authored-by: Aurelien Bouteiller --------- Co-authored-by: Aurelien Bouteiller [ROCm/rocshmem commit: 0496586829058af5cfd7f23acda2a6d0040da584] --- projects/rocshmem/docs/api/env_variables.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/rocshmem/docs/api/env_variables.rst b/projects/rocshmem/docs/api/env_variables.rst index e1001b367b..a827de1dc2 100644 --- a/projects/rocshmem/docs/api/env_variables.rst +++ b/projects/rocshmem/docs/api/env_variables.rst @@ -20,10 +20,10 @@ control the behavior of rocSHMEM. - **Value** * - | ``ROCSHMEM_HEAP_SIZE`` - | Defines the size of the rocSHMEM symmetric heap in bytes. + | Defines the size of the rocSHMEM symmetric heap in bytes (per PE). - ``1073741824`` (1 GB) - - | Size in bytes. - | Note the heap is on the GPU memory. + - | Size in bytes (per PE). + | Note: the heap is on GPU memory. * - | ``ROCSHMEM_MAX_NUM_CONTEXTS`` | Defines the number of contexts an application can use.