Adding TransferBench into list of components (#185)

This commit is contained in:
srawat
2024-11-09 04:16:59 +05:30
committed by GitHub
parent c9754cb9d8
commit c1f0a8d9d9
2 changed files with 2 additions and 0 deletions

View File

@@ -35,6 +35,7 @@
* {doc}`ROCProfiler <rocprofiler:index>`
* {doc}`ROCprofiler-SDK <rocprofiler-sdk:index>`
* {doc}`ROCTracer <roctracer:index>`
* {doc}`TransferBench <transferbench:index>`
:::
(development-tools)=

View File

@@ -119,6 +119,7 @@ Performance
":doc:`ROCProfiler <rocprofiler:index>`", "Profiling tool for HIP applications"
":doc:`ROCprofiler-SDK <rocprofiler-sdk:index>`", "Toolkit for developing analysis tools for profiling and tracing GPU compute applications. This toolkit is in beta and subject to change"
":doc:`ROCTracer <roctracer:index>`", "Intercepts runtime API calls and traces asynchronous activity"
":doc:`TransferBench <transferbench:index>`", "Utility to benchmark simultaneous transfers between user-specified devices (CPUs or GPUs)"
Development
^^^^^^^^^^^