Files
rocm-systems/docs/index.md
T

64 строки
1.8 KiB
Markdown
Исходник Обычный вид История

2024-03-18 15:48:19 -04:00
# HIP documentation
2023-04-19 05:49:28 +02:00
HIP is a C++ runtime API and kernel language that lets developers create
2023-04-19 05:49:28 +02:00
portable applications for AMD and NVIDIA GPUs from single source code.
## Overview
::::{grid} 1 1 2 2
:gutter: 3
2023-04-19 05:49:28 +02:00
:::{grid-item-card} Install
2024-03-18 15:48:19 -04:00
* [Installing HIP](./install/install)
* [Building HIP from source](./install/build)
2024-03-18 15:48:19 -04:00
:::
:::{grid-item-card} Conceptual
* {doc}`./understand/programming_model`
* {doc}`./understand/programming_model_reference`
* {doc}`./understand/hardware_implementation`
2024-03-18 15:48:19 -04:00
2023-04-19 05:49:28 +02:00
:::
:::{grid-item-card} How to
2024-03-18 15:48:19 -04:00
* [Programming Manual](./how-to/programming_manual)
* [HIP Porting Guide](./how-to/hip_porting_guide)
* [HIP Porting: Driver API Guide](./how-to/hip_porting_driver_api)
* {doc}`./how-to/hip_rtc`
* {doc}`./how-to/performance_guidelines`
* [Debugging with HIP](./how-to/debugging)
* {doc}`./how-to/logging`
* {doc}`./how-to/faq`
2024-03-18 15:48:19 -04:00
:::
2024-03-18 15:48:19 -04:00
2023-04-19 05:49:28 +02:00
:::{grid-item-card} Reference
2024-03-18 15:48:19 -04:00
* {doc}`/doxygen/html/index`
* [C++ language extensions](./reference/kernel_language)
* [Comparing Syntax for different APIs](./reference/terms)
* [HSA Runtime API for ROCm](./reference/virtual_rocr)
* [List of deprecated APIs](./reference/deprecated_api_list)
2024-03-18 15:48:19 -04:00
2023-04-19 05:49:28 +02:00
:::
:::{grid-item-card} Tutorial
2024-03-18 15:48:19 -04:00
* [HIP examples](https://github.com/ROCm/HIP-Examples)
* [HIP test samples](https://github.com/ROCm/hip-tests/tree/develop/samples)
2024-03-18 15:48:19 -04:00
2023-04-19 05:49:28 +02:00
:::
::::
2024-03-18 15:48:19 -04:00
Known issues are listed on the [HIP GitHub repository](https://github.com/ROCm/HIP/issues).
To contribute features or functions to the HIP project, refer to [Contributing to HIP](https://github.com/ROCm/HIP/blob/develop/CONTRIBUTING.md).
To contribute to the documentation, refer to {doc}`Contributing to ROCm docs <rocm:contribute/contributing>` page.
2024-03-18 15:48:19 -04:00
You can find licensing information on the [Licensing](https://rocm.docs.amd.com/en/latest/about/license.html) page.