Skip to content

Commit

Permalink
Resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
neon60 committed Dec 5, 2024
1 parent c569504 commit f59066d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
8 changes: 0 additions & 8 deletions docs/how-to/debugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -275,14 +275,6 @@ Here are some of the more commonly used environment variables:

.. include:: ../how-to/debugging_env.rst

* - DEBUG_HIP_7_PREVIEW
|break| Enable preview of upcoming runtime changes that break backward compatibility.
These changes might require updating existing application code to support the new behavior.
The new behavior will become default in a future major release and this environment
variable will no longer be needed.
- 0
- 0x1: Match the behavior of hipGetLastError with its corresponding CUDA API

General debugging tips
======================================================

Expand Down
17 changes: 16 additions & 1 deletion docs/how-to/debugging_env.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,19 @@
per device. If an application allocates more HIP streams than this number, then HIP runtime reuses
the same hardware queues for the new streams in a round-robin manner. Note that this maximum
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).
cooperative queues for HIP Cooperative Groups (single queue per device).

* - | ``DEBUG_HIP_7_PREVIEW``
| Enable preview of upcoming
| runtime changes that break
| backward compatibility.
| These changes might require
| updating existing application
| code to support the new
| behavior. The new behavior
| will become default in a
| future major release and this
| environment variable will
| no longer be needed.
- 0
- 0x1: Match the behavior of hipGetLastError with its corresponding CUDA API
4 changes: 2 additions & 2 deletions docs/sphinx/_toc.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ subtrees:
title: Installing HIP
- file: install/build
title: Building HIP from source
- url: https://rocm.docs.amd.com/projects/install-on-linux/en/${branch}/reference/system-requirements.html#supported-gpus
- url: https://rocm.docs.amd.com/projects/install-on-linux/en/${branch}/reference/system-requirements.html
title: Linux supported AMD GPUs
- url: https://rocm.docs.amd.com/projects/install-on-windows/en/${branch}/reference/system-requirements.html#windows-supported-gpus
- url: https://rocm.docs.amd.com/projects/install-on-windows/en/${branch}/reference/system-requirements.html
title: Windows supported AMD GPUs
- url: https://developer.nvidia.com/cuda-gpus
title: NVIDIA supported GPUs
Expand Down

0 comments on commit f59066d

Please sign in to comment.