Skip to content

Commit

Permalink
PR feedback + merge conflict issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
neon60 committed Nov 7, 2024
1 parent 00e8ece commit eb41cb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion docs/how-to/hip_runtime_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ HIP runtime API
********************************************************************************

The HIP runtime API provides C and C++ functionalities to manage event, stream,
and memory on GPUs. On AMD ROCm software, the HIP runtime uses :doc:`Common
and memory on GPUs. On the AMD platform, the HIP runtime uses :doc:`Common
Language Runtime (CLR) <hip:understand/amd_clr>`, while on NVIDIA CUDA platform,
it is only a thin layer over the CUDA runtime or Driver API.

Expand Down
8 changes: 0 additions & 8 deletions docs/sphinx/_toc.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@ subtrees:
- file: how-to/performance_guidelines
- file: how-to/debugging
- file: how-to/logging
- file: how-to/cooperative_groups
- file: how-to/unified_memory
title: Unified memory
- file: how-to/virtual_memory
title: Virtual memory
- file: how-to/stream_ordered_allocator
- file: how-to/hipgraph
title: HIP graphs

- caption: Reference
entries:
Expand Down

0 comments on commit eb41cb1

Please sign in to comment.