Files
rocm-systems/docs/index.md
T
Julia Jiang 233b6f7f16 SWDEV-452786 - Fixing missing/dead links
Change-Id: I8a1a0cedaf01fb516419e7d4bacbb1c1421a648a
2024-04-22 13:58:49 -04:00

72 řádky
1.7 KiB
Markdown
Surový Blame Historie

Tento soubor obsahuje nejednoznačné znaky Unicode
Tento soubor obsahuje znaky Unicode, které mohou být zaměněny s jinými znaky. Pokud si myslíte, že je to záměrné, můžete toto varování bezpečně ignorovat. Použijte tlačítko Escape sekvence k jejich zobrazení.
# HIP documentation
HIP is a C++ runtime API and kernel language that allows developers to create
portable applications for AMD and NVIDIA GPUs from single source code.
## Overview
::::{grid} 1 1 2 2
:gutter: 1
:::{grid-item-card} Installation
* [Install HIP](./install/install)
* [Build HIP from source](./install/build)
:::
:::{grid-item-card} Reference
* {doc}`/reference/programming_model`
* {doc}`/doxygen/html/index`
* [Deprecated APIs](./reference/deprecated_api_list)
:::
:::{grid-item-card} How-to
* [Debug with HIP](./how-to/debugging)
* [Generate logs](./how-to/logging)
:::
:::{grid-item-card} Conceptual
* {doc}`/understand/programming_model`
:::
::::
## Legacy documentation
These documents have not yet been ported over to the Diátaxis framework.
::::{grid} 1 1 2 2
:gutter: 1
:::{grid-item-card} Reference
* [C++ kernel language](./old/reference/kernel_language)
* [Table Comparing Syntax for Different Compute APIs](./old/reference/terms)
:::
:::{grid-item-card} User Guide
* [HIP Porting Guide](./old/user_guide/hip_porting_guide)
* [HIP Porting Driver API Guide](./old/user_guide/hip_porting_driver_api)
* [HIP RTC Programming Guide](./old/user_guide/hip_rtc.md)
* [HIP Programming Manual](./old/user_guide/programming_manual.md)
* [Frequently asked questions](./old/user_guide/faq.md)
:::
::::
We welcome collaboration! If youd like to contribute to our documentation, you can find instructions
on our {doc}`Contribute to ROCm docs <rocm:contribute/contributing>` page. Known issues are listed on
[GitHub](https://github.com/ROCm/HIP/issues).
If you want to contribute to the HIP project, refer to our [Contributor guidelines](https://github.com/ROCm/HIP/CONTRIBUTING.md).