Files
rocm-systems/docs/index.md
T
Istvan Kiss 8c51dc9438 SWDEV-464475 - HIP supported GPUs
- Suggestion
- Fix CUDA GPUs link
- Remove incorrect only phrase
- MD fix
- Fix link

Change-Id: Ib8a0011d64cc413dc4354254a804045a3540abe6
2024-06-19 01:00:43 -04:00

2.3 KiB

HIP documentation

The Heterogeneous-computing Interface for Portability (HIP) API is a C++ runtime API and kernel language that lets developers create portable applications for AMD and NVIDIA GPUs from single source code.

For HIP supported AMD GPUs on multiple operating systems, see:

The CUDA enabled NVIDIA GPUs are supported by HIP. For more information, see GPU Compute Capability.

Overview

::::{grid} 1 1 2 2 :gutter: 3

:::{grid-item-card} Install

:::

:::{grid-item-card} Conceptual

  • {doc}./understand/programming_model
  • {doc}./understand/programming_model_reference
  • {doc}./understand/hardware_implementation

:::

:::{grid-item-card} How to

:::

:::{grid-item-card} Reference

:::

:::{grid-item-card} Tutorial

:::

::::

Known issues are listed on the HIP GitHub repository.

To contribute features or functions to the HIP project, refer to Contributing to HIP. To contribute to the documentation, refer to {doc}Contributing to ROCm docs <rocm:contribute/contributing> page.

You can find licensing information on the Licensing page.