Doc update (#2011)

* add url to ROCgdb-docs

update reqs and gitignore

* add validation tools section for RVS and TransferBench

* stub in links for validation/mgmt tools

* populate compilers page

* add cards for ai libs and computer vision pages

* add content to math lib pages

* reorg hip and math libs

* update index

* consolidate linear algebra libs

* fix release info order in toc

* fix links and content cards for libraries

* update mdl ignored files

* update understand rocm section

* fix formatting errors

* add link to openmp

* ignore md041
This commit is contained in:
Sam Wu
2023-03-31 18:04:21 -06:00
committed by GitHub
parent e83512605d
commit 9833748ff0
23 changed files with 121 additions and 91 deletions

View File

@@ -3,31 +3,31 @@
:::::{grid} 1 1 2 2
:gutter: 1
:::{grid-item-card} ROCmCC
:::{grid-item-card} [ROCmCC](https://rocmdocs.amd.com/projects/ROCmCC/en/latest/)
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.
- [API Reference Manual](https://rocmdocs.amd.com/projects/ROCmCC/en/latest/)
- [Documentation](https://rocmdocs.amd.com/projects/ROCmCC/en/latest/)
:::
:::{grid-item-card} ROCgdb
:::{grid-item-card} [ROCgdb](https://rocmdocs.amd.com/projects/ROCgdb/en/latest/)
This is ROCgdb, the ROCm source-level debugger for Linux, based on GDB, the GNU source-level debugger.
- [API Reference Manual](https://rocmdocs.amd.com/projects/ROCgdb/en/latest/)
- [Documentation](https://rocmdocs.amd.com/projects/ROCgdb/en/latest/)
:::
:::{grid-item-card} rocprofiler
:::{grid-item-card} [ROCProfiler](https://rocmdocs.amd.com/projects/rocprofiler/en/latest/)
ROC profiler library. Profiling with perf-counters and derived metrics. Library supports GFX8/GFX9. HW specific low-level performance analysis interface for profiling of GPU compute applications. The profiling includes HW performance counters with complex performance metrics.
- [API Reference Manual](https://rocmdocs.amd.com/projects/rocprofiler/en/latest/)
- [Documentation](https://rocmdocs.amd.com/projects/rocprofiler/en/latest/)
:::
:::{grid-item-card} roctracer
:::{grid-item-card} [ROCTracer](https://rocmdocs.amd.com/projects/roctracer/en/latest/)
Callback/Activity Library for Performance tracing AMD GPU's
- [API Reference Manual](https://rocmdocs.amd.com/projects/roctracer/en/latest/)
- [Documentation](https://rocmdocs.amd.com/projects/roctracer/en/latest/)
:::