Skip to content

Commit

Permalink
Merge understand and how-to hip graphs chapters
Browse files Browse the repository at this point in the history
  • Loading branch information
MKKnorr committed Sep 23, 2024
1 parent ffc6ea8 commit e104730
Show file tree
Hide file tree
Showing 10 changed files with 345 additions and 242 deletions.
2 changes: 2 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ overindexing
oversubscription
pixelated
pragmas
preallocated
preconditioners
predefining
prefetched
preprocessor
PTX
Expand Down
File renamed without changes.
File renamed without changes
465 changes: 341 additions & 124 deletions docs/how-to/hipgraph.rst

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/how-to/programming_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ For Linux developers, the link [here](https://github.com/ROCm/hip-tests/blob/dev
## HIP Graph
HIP graphs are supported. For more details, refer to the [HIP API Guide](../doxygen/html/group___graph) or the [understand section for HIP graphs](../understand/hipgraph).
HIP graphs are supported. For more details, refer to the [HIP API Guide](../doxygen/html/group___graph) or the [how-to section for HIP graphs](../how-to/hipgraph).
## Device-Side Malloc
Expand Down
1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ On non-AMD platforms, like NVIDIA, HIP provides header files required to support

* {doc}`./understand/programming_model`
* {doc}`./understand/hardware_implementation`
* {doc}`./understand/hipgraph`
* {doc}`./understand/amd_clr`
* [Texture fetching](./understand/texture_fetching)

Expand Down
3 changes: 1 addition & 2 deletions docs/sphinx/_toc.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ subtrees:
entries:
- file: understand/programming_model
- file: understand/hardware_implementation
- file: understand/hipgraph
- file: understand/amd_clr
- file: understand/texture_fetching
title: Texture fetching
Expand All @@ -37,7 +36,7 @@ subtrees:
- file: how-to/virtual_memory
title: Virtual memory
- file: how-to/hipgraph
title: HIP graph
title: HIP graphs
- file: how-to/faq

- caption: Reference
Expand Down
114 changes: 0 additions & 114 deletions docs/understand/hipgraph.rst

This file was deleted.

0 comments on commit e104730

Please sign in to comment.