Skip to content

Commit f59066d

Browse files
committed
Resolve merge conflict
1 parent c569504 commit f59066d

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
lines changed

docs/how-to/debugging.rst

-8
Original file line numberDiff line numberDiff line change
@@ -275,14 +275,6 @@ Here are some of the more commonly used environment variables:
275275

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

278-
* - DEBUG_HIP_7_PREVIEW
279-
|break| Enable preview of upcoming runtime changes that break backward compatibility.
280-
These changes might require updating existing application code to support the new behavior.
281-
The new behavior will become default in a future major release and this environment
282-
variable will no longer be needed.
283-
- 0
284-
- 0x1: Match the behavior of hipGetLastError with its corresponding CUDA API
285-
286278
General debugging tips
287279
======================================================
288280

docs/how-to/debugging_env.rst

+16-1
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,19 @@
9292
per device. If an application allocates more HIP streams than this number, then HIP runtime reuses
9393
the same hardware queues for the new streams in a round-robin manner. Note that this maximum
9494
number does not apply to hardware queues that are created for CU-masked HIP streams, or
95-
cooperative queues for HIP Cooperative Groups (single queue per device).
95+
cooperative queues for HIP Cooperative Groups (single queue per device).
96+
97+
* - | ``DEBUG_HIP_7_PREVIEW``
98+
| Enable preview of upcoming
99+
| runtime changes that break
100+
| backward compatibility.
101+
| These changes might require
102+
| updating existing application
103+
| code to support the new
104+
| behavior. The new behavior
105+
| will become default in a
106+
| future major release and this
107+
| environment variable will
108+
| no longer be needed.
109+
- 0
110+
- 0x1: Match the behavior of hipGetLastError with its corresponding CUDA API

docs/sphinx/_toc.yml.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ subtrees:
1515
title: Installing HIP
1616
- file: install/build
1717
title: Building HIP from source
18-
- url: https://rocm.docs.amd.com/projects/install-on-linux/en/${branch}/reference/system-requirements.html#supported-gpus
18+
- url: https://rocm.docs.amd.com/projects/install-on-linux/en/${branch}/reference/system-requirements.html
1919
title: Linux supported AMD GPUs
20-
- url: https://rocm.docs.amd.com/projects/install-on-windows/en/${branch}/reference/system-requirements.html#windows-supported-gpus
20+
- url: https://rocm.docs.amd.com/projects/install-on-windows/en/${branch}/reference/system-requirements.html
2121
title: Windows supported AMD GPUs
2222
- url: https://developer.nvidia.com/cuda-gpus
2323
title: NVIDIA supported GPUs

0 commit comments

Comments
 (0)