Skip to content

Commit 53eb768

Browse files
neon60systems-assistant[bot]
authored andcommitted
Link AMD Programming Guide
## Motivation AMD Programming Guide needs to be linked for the users. ## Technical Details Add link to Link AMD Programming Guide. ## JIRA ID Have no JIRA issue for this. ## Test Plan Test the published document. ## Test Result The published document contains the changes without errors. ## Submission Checklist - [x] Look over the contributing guidelines at https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests. [rocm-systems] ROCm/rocm-systems#3911 (commit 897a5ff)
1 parent 4fac55e commit 53eb768

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66

77
# HIP documentation
88

9-
HIP is a C++ runtime API and kernel language for AMD GPUs. It allows developers to
10-
create portable applications by providing a programming interface that is similar to
11-
NVIDIA CUDA, making it straightforward to port existing NVIDIA CUDA code to run on AMD hardware.
12-
For more information, see [What is HIP?](./what_is_hip)
9+
HIP is a C++ runtime API and kernel programming language designed for AMD GPUs. By providing an interface closely aligned with NVIDIA CUDA, HIP allows developers to write portable applications and efficiently migrate existing CUDA code to AMD platforms. Additional information is available in [What is HIP?](./what_is_hip)
10+
11+
Developers who require a unified, book‑style reference for ROCm and HIP can consult the AMD ROCm Programming Guide. It aggregates documentation from the ROCm portal and organizes it into a structured format optimized for in‑depth study and offline access in both PDF and HTML. Additional details are available in the [AMD ROCm Programming Guide](https://rocm-handbook.amd.com/projects/amd-rocm-programming-guide/en/latest/).
1312

1413
```{note}
1514
HIP API 7.0 introduces changes to make it align more closely with NVIDIA CUDA.

0 commit comments

Comments
 (0)