mirror of
https://github.com/ROCm/ROCm.git
synced 2026-02-06 04:15:01 -05:00
* 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>
36 lines
774 B
Markdown
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>`
|
|
|
|
:::
|
|
|
|
:::::
|