mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-27 03:01:52 -04:00
* add build-rocm page * change tools name to Optimization with new card image, and reordered tool groups * Update docs/how-to/build-rocm.rst with writer edits Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com> * fix link to build page on index * restore the performance banner --------- Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com>
59 lines
1.5 KiB
Markdown
59 lines
1.5 KiB
Markdown
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="description" content="ROCm API libraries & tools">
|
|
<meta name="keywords" content="ROCm, API, libraries, tools, artificial intelligence, development,
|
|
Communications, C++ primitives, Fast Fourier transforms, FFTs, random number generators, linear
|
|
algebra, AMD">
|
|
</head>
|
|
|
|
# ROCm tools and compilers
|
|
|
|
::::{grid} 1 2 2 2
|
|
:class-container: rocm-doc-grid
|
|
|
|
(system-tools)=
|
|
|
|
:::{grid-item-card}
|
|
:class-card: sd-text-black
|
|
:img-top: ../data/reference/banner-system.jpg
|
|
:img-alt: System tools
|
|
:padding: 2
|
|
|
|
* {doc}`AMD SMI <amdsmi:index>`
|
|
* {doc}`rocminfo <rocminfo:index>`
|
|
* {doc}`ROCm Data Center Tool <rdc:index>`
|
|
* {doc}`ROCm SMI <rocm_smi_lib:index>`
|
|
* {doc}`ROCm Validation Suite <rocmvalidationsuite:index>`
|
|
:::
|
|
|
|
(performance-tools)=
|
|
|
|
:::{grid-item-card}
|
|
:class-card: sd-text-black
|
|
:img-top: ../data/reference/banner-performance.jpg
|
|
:img-alt: Performance tools
|
|
:padding: 2
|
|
|
|
* {doc}`ROCm Bandwidth Test <rocm_bandwidth_test:index>`
|
|
* {doc}`ROCProfiler <rocprofiler:profiler_home_page>`
|
|
* [rocprofiler-register](https://github.com/ROCm/rocprofiler-register)
|
|
* {doc}`ROCTracer <roctracer:index>`
|
|
:::
|
|
|
|
(development-tools)=
|
|
|
|
:::{grid-item-card}
|
|
:class-card: sd-text-black
|
|
:img-top: ../data/reference/banner-development.jpg
|
|
:img-alt: Development tools
|
|
:padding: 2
|
|
|
|
* [ROCm Compilers](https://rocm.docs.amd.com/projects/llvm-project/en/latest/reference/rocmcc.html)
|
|
* {doc}`HIPIFY <hipify:index>`
|
|
* {doc}`ROCm Debugger (ROCgdb) <rocgdb:index>`
|
|
* {doc}`ROCdbgapi <rocdbgapi:index>`
|
|
* {doc}`ROCr Debug Agent <rocr_debug_agent:index>`
|
|
:::
|
|
|
|
::::
|