Files
rocm-systems/docs/index.md
T
Sam Wu 29a532bd79 SWDEV-428554 - Standardize HIP Documentation
Relates to https://github.com/RadeonOpenCompute/rocm-docs-core/issues/330

Change-Id: I87468935a1aefa60158b8c07e3911845b3e8da36
2023-11-07 12:37:07 -05:00

38 строки
829 B
Markdown

# 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
- {doc}`/doxygen/html/index`
- {doc}`/doxygen/html/modules`
- {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`
:::
::::