Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Update environment variables file #3747

Merged
merged 1 commit into from
Feb 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/data/env_variables_hip.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down