diff --git a/docs/compatibility/compatibility-matrix.rst b/docs/compatibility/compatibility-matrix.rst index 6c629a3cd..859dfdbf4 100644 --- a/docs/compatibility/compatibility-matrix.rst +++ b/docs/compatibility/compatibility-matrix.rst @@ -36,9 +36,9 @@ Use this matrix to view the ROCm compatibility across successive major and minor ,, ECOSYSTEM SUPPORT:,, :doc:`PyTorch `,"2.1, 2.0, 1.13","2.1, 2.0, 1.13" - :doc:`Tensorflow `,"2.15, 2.14, 2.13","2.14, 2.13, 2.12" + :doc:`TensorFlow `,"2.15, 2.14, 2.13","2.14, 2.13, 2.12" :doc:`JAX `,0.4.26,0.4.26 - `ONNX-RT `_,1.17.3,1.14.1 + `ONNX Runtime `_,1.17.3,1.14.1 ,, 3RD PARTY COMMUNICATION LIBS:,, `UCC `_,>=1.2.0,>=1.2.0 @@ -52,12 +52,12 @@ Use this matrix to view the ROCm compatibility across successive major and minor :doc:`Composable Kernel `,1.1.0,1.1.0 :doc:`MIGraphX `,2.9.0,2.8.0 :doc:`MIOpen `,3.1.0,3.0.0 - :doc:`MIVisionX `,2.5.0,2.5.0 + :doc:`MIVisionX `,2.5.0,2.5.0 :doc:`rocDecode `,0.5.0,N/A - :doc:`RPP `,1.5.0,1.4.0 + :doc:`ROCm Performance Primitives (RPP) `,1.5.0,1.4.0 ,, COMMUNICATION:,, - :doc:`rccl `,2.18.6,2.18.3 + :doc:`RCCL `,2.18.6,2.18.3 ,, MATH LIBS:,, `half `_ ,1.12.0,1.12.0 @@ -86,7 +86,7 @@ Use this matrix to view the ROCm compatibility across successive major and minor ,, SUPPORT LIBS:,, `hipother `_,6.1.40091,6.0.32830 - `rocm-cmake `_,0.12.0,0.11.0 + :doc:`ROCm CMake `,0.12.0,0.11.0 `rocm-core `_,6.1.0,6.0.0 `ROCT-Thunk-Interface `_,20240125.3.30,20231016.2.245 ,, @@ -94,15 +94,15 @@ Use this matrix to view the ROCm compatibility across successive major and minor :doc:`AMD SMI `,24.4.1,23.4.2 :doc:`HIPIFY `,17.0.0,17.0.0 :doc:`ROCdbgapi `,0.71.0,0.71.0 - `ROCdebug-Agent `_,2.0.3,2.0.3 - :doc:`rocGDB `,14.1.0,13.2.0 - :doc:`rocProfiler `,2.0.60100,2.0.0 + `ROCm Debug Agent (ROCdebug-agent) `_,2.0.3,2.0.3 + :doc:`rocminfo `,1.0.0,1.0.0 + :doc:`ROCProfiler `,2.0.60100,2.0.0 `rocprofiler-register `_,0.3.0,N/A - :doc:`rocTracer `,4.1.60100,4.1.0 - `rocm_bandwidth_test `_,1.4.0,1.4.0 + :doc:`ROCTracer `,4.1.60100,4.1.0 + :doc:`ROCm Bandwidth Test `,1.4.0,1.4.0 :doc:`ROCm Data Center Tool `,0.3.0,0.3.0 - `rocminfo `_,1.0.0,1.0.0 - :doc:`ROCm SMI Lib `,7.0.0,6.0.0 + :doc:`ROCm Debugger (ROCgdb) `,14.1.0,13.2.0 + :doc:`ROCm SMI `,7.0.0,6.0.0 :doc:`ROCm Validation Suite `,rocm-6.1.0,rocm-6.0.0 :doc:`TransferBench `,1.48,1.46 ,, @@ -116,7 +116,7 @@ Use this matrix to view the ROCm compatibility across successive major and minor RUNTIMES:,, :doc:`HIP `,6.1.40091,6.0.32830 `OpenCL Runtime `_,2.0.0,2.0.0 - `ROCR Runtime `_,1.13.0,1.12.0 + :doc:`ROCR-Runtime `,1.13.0,1.12.0 .. rubric:: Footnotes diff --git a/docs/what-is-rocm.rst b/docs/what-is-rocm.rst index a01cc9b38..ea328b036 100644 --- a/docs/what-is-rocm.rst +++ b/docs/what-is-rocm.rst @@ -99,18 +99,18 @@ 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++" - ":doc:`ROCm Bandwidth Test `", "Captures the performance characteristics of buffer copying and kernel read/write operations" + ":doc:`ROCdbgapi `", "ROCm debugger API library" ":doc:`ROCmCC <./reference/rocmcc>`", "Clang/LLVM-based compiler" + ":doc:`rocminfo `", "Reports system information" + ":doc:`ROCProfiler `", "Profiling tool for HIP applications" + ":doc:`ROCTracer `", "Intercepts runtime API calls and traces asynchronous activity" + ":doc:`ROCm Bandwidth Test `", "Captures the performance characteristics of buffer copying and kernel read/write operations" ":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" - ":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" - ":doc:`ROCTracer `", "Intercepts runtime API calls and traces asynchronous activity" ":doc:`TransferBench `", "Utility to benchmark simultaneous transfers between user-specified devices (CPUs/GPUs)" Compilers