File tree 3 files changed +18
-11
lines changed
3 files changed +18
-11
lines changed Original file line number Diff line number Diff line change @@ -275,14 +275,6 @@ Here are some of the more commonly used environment variables:
275
275
276
276
.. include :: ../how-to/debugging_env.rst
277
277
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
-
286
278
General debugging tips
287
279
======================================================
288
280
Original file line number Diff line number Diff line change 92
92
per device. If an application allocates more HIP streams than this number, then HIP runtime reuses
93
93
the same hardware queues for the new streams in a round-robin manner. Note that this maximum
94
94
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
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ subtrees:
15
15
title: Installing HIP
16
16
- file: install/build
17
17
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
19
19
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
21
21
title: Windows supported AMD GPUs
22
22
- url: https://developer.nvidia.com/cuda-gpus
23
23
title: NVIDIA supported GPUs
You can’t perform that action at this time.
0 commit comments