diff --git a/docs/index.md b/docs/index.md index 427ae5e945..4f2026f30b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -63,6 +63,7 @@ On non-AMD platforms, like NVIDIA, HIP provides header files required to support :::{grid-item-card} Tutorial +* [HIP basic examples](https://github.com/ROCm/rocm-examples/tree/develop/HIP-Basic) * [HIP examples](https://github.com/ROCm/HIP-Examples) * [HIP test samples](https://github.com/ROCm/hip-tests/tree/develop/samples) * [SAXPY tutorial](./tutorial/saxpy) diff --git a/docs/sphinx/_toc.yml.in b/docs/sphinx/_toc.yml.in index 405d6d2464..04f82cf970 100644 --- a/docs/sphinx/_toc.yml.in +++ b/docs/sphinx/_toc.yml.in @@ -48,6 +48,8 @@ subtrees: - caption: Tutorials entries: + - url: https://github.com/ROCm/rocm-examples/tree/develop/HIP-Basic + title: HIP basic examples - url: https://github.com/ROCm/HIP-Examples title: HIP examples - url: https://github.com/ROCm/hip-tests/tree/develop/samples