Link fixes (#2177)

* fix rocmcc link

* remove unused link

* remove unused linkcheck configs

* update amd smi section

add link to ami smi github

---------

Co-authored-by: Saad Rahim <44449863+saadrahim@users.noreply.github.com>
This commit is contained in:
Sam Wu
2023-05-24 16:14:23 -06:00
committed by GitHub
parent 61df1ec8c6
commit c1809766e6
5 changed files with 11 additions and 42 deletions

View File

@@ -5,40 +5,12 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html
import shutil
shutil.copy2('../CONTRIBUTING.md','./contributing.md')
shutil.copy2('../RELEASE.md','./release.md')
from rocm_docs import ROCmDocs
# working anchors that linkcheck cannot find
linkcheck_anchors_ignore = [
'd90e61',
'd1667e113',
'd2999e60',
'building-from-source',
'use-the-rocm-build-tool-rbuild',
'use-cmake-to-build-migraphx',
'example'
]
linkcheck_ignore = [
# site to be built
"https://rocmdocs.amd.com/projects/ROCmCC/en/latest/",
"https://rocmdocs.amd.com/projects/amdsmi/en/latest/",
"https://rocmdocs.amd.com/projects/rdc/en/latest/",
"https://rocmdocs.amd.com/projects/rocmsmi/en/latest/",
"https://rocmdocs.amd.com/projects/roctracer/en/latest/",
"https://rocmdocs.amd.com/projects/MIGraphX/en/latest/",
"https://rocmdocs.amd.com/projects/rocprofiler/en/latest/",
# correct links that linkcheck times out on
"https://github.com/ROCm-Developer-Tools/HIP-VS/blob/master/README.md",
r"https://www.amd.com/system/files/.*.pdf",
"https://www.amd.com/en/developer/aocc.html",
"https://www.amd.com/en/support/linux-drivers",
"https://www.amd.com/en/technologies/infinity-hub",
r"https://bitbucket.org/icl/magma/*",
"http://cs231n.stanford.edu/"
]
shutil.copy2('../CONTRIBUTING.md','./contributing.md')
shutil.copy2('../RELEASE.md','./release.md')
setting_all_article_info = True
all_article_info_os = ["linux"]

View File

@@ -14,7 +14,7 @@ agile, flexible, rapid and secure manner. [more...](rocm)
::::
::::{grid-item}
:::{dropdown} [Deploy ROCm](deploy)
:::{dropdown} Deploy ROCm
- {doc}`/deploy/linux/index`
- {doc}`/deploy/docker`

View File

@@ -72,7 +72,7 @@ Computer vision related projects.
:::{grid-item-card} [Management Tools](management_tools)
- [AMD SMI](https://rocmdocs.amd.com/projects/amdsmi/en/latest/)
- AMD SMI
- [ROCm SMI](https://rocmdocs.amd.com/projects/rocmsmi/en/latest/)
- [ROCm Datacenter Tool](https://rocmdocs.amd.com/projects/rdc/en/latest/)

View File

@@ -4,7 +4,7 @@
:gutter: 1
:::{grid-item-card} ROCmCC
:link: rocmcc
:link: rocmcc/rocmcc.html
ROCmCC is a Clang/LLVM-based compiler. It is optimized for high-performance
computing on AMD GPUs and CPUs and supports various heterogeneous programming
models such as HIP, OpenMP, and OpenCL.

View File

@@ -3,15 +3,10 @@
:::::{grid} 1 1 3 3
:gutter: 1
:::{grid-item-card} [AMD SMI](https://rocmdocs.amd.com/projects/amdsmi/en/latest/)
GO AMD SMI provides GO binding for [E-SMI In-Band C library](https://github.com/amd/esmi_ib_library),
[ROCm SMI Library](https://github.com/RadeonOpenCompute/rocm_smi_lib), and any
GO language application that needs to link with these libraries and call the APIs
from the GO application. The GO binding are imported in the
[AMD SMI Exporter](https://github.com/amd/amd_smi_exporter) to export information
provided by the AMD E-SMI inband library and the ROCm SMI GPU library to the Prometheus server.
:::{grid-item-card} AMD SMI
The AMD System Management Interface Library, or AMD SMI library, is a C library for Linux that provides a user space interface for applications to monitor and control AMD devices.
- [Documentation](https://rocmdocs.amd.com/projects/amdsmi/en/latest/)
- [GitHub](https://github.com/RadeonOpenCompute/amdsmi)
- [Examples](https://github.com/amd/go_amd_smi#example)
:::
@@ -20,6 +15,7 @@ provided by the AMD E-SMI inband library and the ROCm SMI GPU library to the Pro
This tool acts as a command line interface for manipulating and monitoring the AMD GPU kernel, and is intended to replace and deprecate the existing `rocm_smi.py` CLI tool. It uses `ctypes` to call the `rocm_smi_lib` API.
- [Documentation](https://rocmdocs.amd.com/projects/rocmsmi/en/latest/)
- [GitHub](https://github.com/RadeonOpenCompute/rocm_smi_lib)
- [Examples](https://github.com/RadeonOpenCompute/rocm_smi_lib/tree/master/python_smi_tools)
:::
@@ -28,6 +24,7 @@ This tool acts as a command line interface for manipulating and monitoring the A
The ROCm™ Data Center Tool simplifies the administration and addresses key infrastructure challenges in AMD GPUs in cluster and data center environments.
- [Documentation](https://rocmdocs.amd.com/projects/rdc/en/latest/)
- [GitHub](https://github.com/RadeonOpenCompute/rdc)
- [Examples](https://github.com/RadeonOpenCompute/rdc/tree/master/example)
:::