Files
ROCm/docs/reference/hip.md
Sam Wu 5bbe13fb75 Cherry pick changes from develop to 5.6 (#2295)
* Update Links (#2240)

* update link to PCIe Gen 4 pdf

* fix broken links

* remove references to broken links

* fix spelling of data center

* Fixing HIP link (#2236)

* Swati develop (#2245)

* Added deleted sections to openmp.md and other improvements

* Update openmp.md

Tagged `ICV`

* Solving indiscrepencies in openmp.md

There are apparently differences in the published document and information conveyed by the Dev. Fixed it.

* add new words to wordlist

---------

Co-authored-by: Sam Wu <sam.wu2@amd.com>

* fix rocm_smi_lib link in toc (#2260)

* ROCm FHS Reorganization, Backward Compatibility, and Versioning - rev (#2255)

* update requirements

---------

Co-authored-by: Saad Rahim <44449863+saadrahim@users.noreply.github.com>
Co-authored-by: srawat <120587655+SwRaw@users.noreply.github.com>
Co-authored-by: Ehud Sharlin <112672820+Ehud-Sharlin@users.noreply.github.com>
2023-06-28 16:30:19 -06:00

36 lines
774 B
Markdown

# HIP
HIP is both AMD's GPU programming language extension and the GPU runtime. This
page introduces the HIP runtime and other HIP libraries and tools.
## HIP Runtime
:::::{grid} 1 1 2 2
:gutter: 1
:::{grid-item-card} {doc}`HIP Runtime <hip:index>`
The HIP Runtime is used to enable GPU acceleration for all HIP language based
products.
- {doc}`API Reference Manual <hip:.doxygen/docBin/html/index>`
- [Examples](https://github.com/amd/rocm-examples/tree/develop/HIP-Basic)
:::
:::::
## Porting tools
:::::{grid} 1 1 2 2
:gutter: 1
:::{grid-item-card} {doc}`HIPIFY <hipify:index>`
HIPIFY assists with porting applications from based on CUDA to the HIP Runtime.
Supported CUDA APIs are documented here as well.
- {doc}`Reference Manual <hipify:index>`
:::
:::::