From 6a32538e2d6aca2e62f1dfb62608b7c7e82e502c Mon Sep 17 00:00:00 2001 From: Adel Johar Date: Fri, 14 Feb 2025 14:27:17 +0100 Subject: [PATCH] Docs: Update environment variables file --- docs/data/env_variables_hip.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/data/env_variables_hip.rst b/docs/data/env_variables_hip.rst index 6186671ecf..4192db7387 100644 --- a/docs/data/env_variables_hip.rst +++ b/docs/data/env_variables_hip.rst @@ -2,6 +2,9 @@ :description: HIP environment variables :keywords: AMD, HIP, environment variables, environment +HIP GPU isolation variables +-------------------------------------------------------------------------------- + The GPU isolation environment variables in HIP are collected in the following table. .. _hip-env-isolation: @@ -24,6 +27,9 @@ The GPU isolation environment variables in HIP are collected in the following ta | Device indices exposed to HIP applications. - Example: ``0,2`` +HIP profiling variables +-------------------------------------------------------------------------------- + The profiling environment variables in HIP are collected in the following table. .. _hip-env-prof: @@ -50,6 +56,9 @@ The profiling environment variables in HIP are collected in the following table. - | 0: Disable | 1: Enable +HIP debug variables +-------------------------------------------------------------------------------- + The debugging environment variables in HIP are collected in the following table. .. _hip-env-debug: @@ -149,6 +158,9 @@ The debugging environment variables in HIP are collected in the following table. number does not apply to hardware queues that are created for CU-masked HIP streams, or cooperative queues for HIP Cooperative Groups (single queue per device). +HIP memory management related variables +-------------------------------------------------------------------------------- + The memory management related environment variables in HIP are collected in the following table. @@ -245,6 +257,9 @@ following table. - | 0: Disable | 1: Enable +HIP miscellaneous variables +-------------------------------------------------------------------------------- + The following table lists environment variables that are useful but relate to different features in HIP.