Files
ROCm/docs/reference/hip.md
Nagy-Egri Máté Ferenc dc74008ac6 Fix-landing-pages (#2167)
2023-05-24 07:27:50 -06:00

36 lines
891 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} [HIP Runtime](https://rocmdocs.amd.com/projects/HIP/en/develop/)
The HIP Runtime is used to enable GPU acceleration for all HIP language based
products.
- [HIP Runtime API Manual](https://rocmdocs.amd.com/projects/HIP/en/develop/)
- [Examples](https://github.com/amd/rocm-examples/tree/develop/HIP-Basic)
:::
:::::
## Porting tools
:::::{grid} 1 1 2 2
:gutter: 1
:::{grid-item-card} [HIPIFY](https://rocm.docs.amd.com/projects/HIPIFY/en/latest/)
HIPIFY assists with porting applications from based on CUDA to the HIP Runtime.
Supported CUDA APIs are documented here as well.
- [Reference Manual](https://rocm.docs.amd.com/projects/HIPIFY/en/latest/)
:::
:::::