Update docs 2025 04 14 (#54)

* Update docs 2025 03 31

- Docs: remove virtual_rocr.rst
- Fix documentation  warnings
- Reformat HIP RTC
- Docs: Refactor HIP porting guide
- Docs: Expand HIP porting guide and CUDA driver porting guide
- Minor fix
- Docs: Update environment variables file
- Bump rocm-docs-core[api_reference] from 1.15.0 to 1.17.0 in /docs/sphinx
- Docs: Update FP8 page to show both FP8 and FP16 types
- Bump sphinxcontrib-doxylink from 1.12.4 to 1.13.0 in /docs/sphinx
- Bumps [rocm-docs-core[api_reference]](https://github.com/ROCm/rocm-docs-core) from 1.17.0 to 1.17.1.
- Remove external link
- Update programming model
- Bump rocm-docs-core[api_reference] from 1.17.1 to 1.18.1 in /docs/sphinx
- Docs: Add page for Complex Math API
- Docs: Add page about HIP error codes
- Update docs: the compilation cache is enabled by default
- Fix fns32 function mask type in doc

* Bump rocm-docs-core[api_reference] from 1.18.1 to 1.18.2 in /docs/sphinx

Bumps [rocm-docs-core[api_reference]](https://github.com/ROCm/rocm-docs-core) from 1.18.1 to 1.18.2.
- [Release notes](https://github.com/ROCm/rocm-docs-core/releases)
- [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/ROCm/rocm-docs-core/compare/v1.18.1...v1.18.2)

---
updated-dependencies:
- dependency-name: rocm-docs-core[api_reference]
  dependency-version: 1.18.2
  dependency-type: direct:production
  update-type: version-update:semver-patch

* Fix readme link

* Docs: Fix verbose paths generated by doxygen

* Handle git ssh in docs conf.py
This commit is contained in:
Kiss, Istvan
2025-06-02 17:10:41 +02:00
committato da GitHub
parent b301ef2282
commit d0cf32a63a
46 ha cambiato i file con 6457 aggiunte e 3181 eliminazioni
+15
Vedi File
@@ -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.