Fichiers
rocm-systems/docs/index.md
T
Istvan Kiss bd624d0938 SWDEV-464475 - Add linting and spellcheck
- Markdown fixes
- Fix spellcheck
- Clean up
- Supress etoc warning
- Remove folder before clone if it's exist
- Change liniting.yml to use develop
- Trailing white space fix

Change-Id: Ib3bb2cdd0abebeb21071b5d2e2d3b57fe41666e0
2024-06-18 07:15:12 -04:00

1.8 KiB

HIP documentation

HIP is a C++ runtime API and kernel language that lets developers create portable applications for AMD and NVIDIA GPUs from single source code.

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.