From dca8f0b896e6ce9abc85018754c6dda1cd73a78e Mon Sep 17 00:00:00 2001 From: amitkumar-amd Date: Tue, 4 Jun 2024 09:59:22 -0500 Subject: [PATCH] Update the links for rocminfo and rocm-bandwidth-test (#3213) * Update the links for rocminfo and rocm-bandwidth-test * Update the links for rocminfo and rocm-bandwidth-test * Update the links for rocminfo and rocm-bandwidth-test * Update links to intersphinx links --------- Co-authored-by: Peter Jun Park --- docs/reference/rocm-tools.md | 4 ++-- docs/what-is-rocm.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/reference/rocm-tools.md b/docs/reference/rocm-tools.md index 1a53a3273c..2e76b9ce64 100644 --- a/docs/reference/rocm-tools.md +++ b/docs/reference/rocm-tools.md @@ -34,7 +34,7 @@ :img-alt: Performance tools :padding: 2 -* [RocBandwidthTest](https://github.com/ROCm/rocm_bandwidth_test) +* {doc}`ROCm Bandwidth Test ` * {doc}`ROCProfiler ` * [rocprofiler-register](https://github.com/ROCm/rocprofiler-register) * {doc}`ROCTracer ` @@ -49,8 +49,8 @@ :padding: 2 * {doc}`AMD SMI ` +* {doc}`rocminfo ` * {doc}`ROCm Data Center Tool ` -* [ROCm Info](https://github.com/ROCm/rocminfo) * {doc}`ROCm SMI ` * {doc}`ROCm Validation Suite ` * {doc}`TransferBench ` diff --git a/docs/what-is-rocm.rst b/docs/what-is-rocm.rst index 4c3f4e9ec1..ba33d0e69f 100644 --- a/docs/what-is-rocm.rst +++ b/docs/what-is-rocm.rst @@ -99,14 +99,14 @@ Tools ":doc:`AMD SMI `", "C library for Linux that provides a user space interface for applications to monitor and control AMD devices" ":doc:`HIPIFY `", "Translates CUDA source code into portable HIP C++" - "`RocBandwidthTest `_ ", "Captures the performance characteristics of buffer copying and kernel read/write operations" + ":doc:`ROCm Bandwidth Test `", "Captures the performance characteristics of buffer copying and kernel read/write operations" ":doc:`ROCmCC <./reference/rocmcc>`", "Clang/LLVM-based compiler" ":doc:`ROCm CMake `", "Collection of CMake modules for common build and development tasks" ":doc:`ROCm Data Center Tool `", "Simplifies administration and addresses key infrastructure challenges in AMD GPUs in cluster and data-center environments" "`ROCm Debug Agent (ROCdebug-agent) `_ ", "Prints the state of all AMD GPU wavefronts that caused a queue error by sending a SIGQUIT signal to the process while the program is running" ":doc:`ROCm Debugger (ROCgdb) `", "Source-level debugger for Linux, based on the GNU Debugger (GDB)" ":doc:`ROCdbgapi `", "ROCm debugger API library" - "`rocminfo `_ ", "Reports system information" + ":doc:`rocminfo `", "Reports system information" ":doc:`ROCm SMI `", "C library for Linux that provides a user space interface for applications to monitor and control GPU applications" ":doc:`ROCm Validation Suite `", "Detects and troubleshoots common problems affecting AMD GPUs running in a high-performance computing environment" ":doc:`ROCProfiler `", "Profiling tool for HIP applications"