2023-04-19 05:49:28 +02:00
|
|
|
# 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} User Guide
|
|
|
|
|
- {doc}`/user_guide/programming_manual`
|
|
|
|
|
- {doc}`/user_guide/hip_rtc`
|
|
|
|
|
- {doc}`/user_guide/faq`
|
|
|
|
|
:::
|
|
|
|
|
|
|
|
|
|
:::{grid-item-card} How to Guides
|
|
|
|
|
- {doc}`/how_to_guides/install`
|
|
|
|
|
- {doc}`/how_to_guides/debugging`
|
|
|
|
|
:::
|
|
|
|
|
|
|
|
|
|
:::{grid-item-card} Reference
|
2023-11-01 10:32:23 -06:00
|
|
|
- {doc}`/doxygen/html/index`
|
|
|
|
|
- {doc}`/doxygen/html/modules`
|
2023-04-19 05:49:28 +02:00
|
|
|
- {doc}`/reference/kernel_language`
|
|
|
|
|
- {doc}`/reference/math_api`
|
|
|
|
|
- {doc}`/reference/terms`
|
|
|
|
|
- {doc}`/reference/deprecated_api_list`
|
|
|
|
|
:::
|
|
|
|
|
|
|
|
|
|
:::{grid-item-card} Developer Guide
|
|
|
|
|
- {doc}`/developer_guide/build`
|
|
|
|
|
- {doc}`/developer_guide/logging`
|
|
|
|
|
- {doc}`/developer_guide/contributing`
|
|
|
|
|
:::
|
|
|
|
|
|
2023-11-01 10:32:23 -06:00
|
|
|
::::
|