Skip to content

Commit

Permalink
remove HIP SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
randyh62 committed Jul 31, 2024
1 parent 5e127ab commit 628fa8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 1 addition & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,14 @@ HIP provides a simple marshalling language to access either the AMD ROCM back-en
or NVIDIA CUDA back-end, to build and run application kernels. For more information,
see [Introduction to HIP](./understand/introduction_to_hip).

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

* [Linux system requirements](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html#supported-gpus)
* [Microsoft Windows system requirements](https://rocm.docs.amd.com/projects/install-on-windows/en/latest/reference/system-requirements.html#windows-supported-gpus)

The HIP documentation is organized as follows:

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

:::{grid-item-card} Install

* [Linux system requirements](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html#supported-gpus)
* [Installing HIP](./install/install)
* [Building HIP from source](./install/build)

Expand Down
2 changes: 2 additions & 0 deletions docs/sphinx/_toc.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ subtrees:

- caption: Install
entries:
- url: https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements
title: Linux system requirements
- file: install/install
title: Installing HIP
- file: install/build
Expand Down

0 comments on commit 628fa8b

Please sign in to comment.