Merge pull request #3391 from ROCm/develop

Merge develop into roc-6.1.x
This commit is contained in:
Sam Wu
2024-07-03 15:09:25 -06:00
committed by GitHub
8 changed files with 112 additions and 27 deletions

View File

@@ -45,7 +45,7 @@ Setting up the base implementation environment
.. code-block:: shell
rocm-smi -showproductname
rocm-smi --showproductname
Your output should look like this:

View File

@@ -1,2 +1,2 @@
rocm-docs-core==1.4.0
rocm-docs-core==1.4.1
sphinx-reredirects

View File

@@ -92,7 +92,7 @@ requests==2.32.3
# via
# pygithub
# sphinx
rocm-docs-core==1.4.0
rocm-docs-core==1.4.1
# via -r requirements.in
smmap==5.0.1
# via gitdb

View File

@@ -100,7 +100,7 @@ Tools
":doc:`AMD SMI <amdsmi:index>`", "C library for Linux that provides a user space interface for applications to monitor and control AMD devices"
":doc:`HIPIFY <hipify:index>`", "Translates CUDA source code into portable HIP C++"
":doc:`ROCdbgapi <rocdbgapi:index>`", "ROCm debugger API library"
":doc:`ROCmCC <./reference/rocmcc>`", "Clang/LLVM-based compiler"
":doc:`ROCm compilers <./reference/rocmcc>`", "Clang/LLVM-based compiler"
":doc:`rocminfo <rocminfo:index>`", "Reports system information"
":doc:`ROCProfiler <rocprofiler:index>`", "Profiling tool for HIP applications"
":doc:`ROCTracer <roctracer:index>`", "Intercepts runtime API calls and traces asynchronous activity"
@@ -129,6 +129,6 @@ Runtimes
.. csv-table::
:header: "Component", "Description"
"`AMD Common Language Runtime (CLR) <https://github.com/ROCm/clr>`_", "Contains source code for AMD's common language runtimes: :doc:`HIP <hip:index>` and OpenCL"
":doc:`AMD Common Language Runtime (CLR) <hip:understand/amd_clr>`", "Contains source code for AMD's common language runtimes: HIP and OpenCL"
":doc:`HIP <hip:index>`", "AMD's GPU programming language extension and the GPU runtime"
":doc:`ROCR-Runtime <rocr-runtime:index>`", "User-mode API interfaces and libraries necessary for host applications to launch compute kernels on available HSA ROCm kernel agents"