Files
ROCm/docs/index.md
2023-09-18 12:26:31 -06:00

86 lines
2.6 KiB
Markdown

# AMD ROCm™ documentation
Welcome to the ROCm docs home page! If you're new to ROCm, you can review the following
resources to learn more about our products and what we support:
* [What is ROCm?](./what-is-rocm.md)
* [What's new?](about/whats-new/whats-new)
* [Compatibility & support](./about/compatibility/index.md)
* [Release notes](./about/release-notes.md)
Our documentation is divided into four main categories:
::::{grid} 1 2 2 2
:class-container: rocm-doc-grid
:::{grid-item-card}
:padding: 2
**[Tutorials](./tutorials/index.md)**
Instructional material
^^^
* [Installing ROCm](./tutorials/install/index.md)
* [Installing MAGMA](./tutorials/install/magma-install.md)
* [Installing PyTorch](./tutorials/install/pytorch-install.md)
* [Installing TensorFlow](./tutorials/install/tensorflow-install.md)
* [GitHub examples](https://github.com/amd/rocm-examples)
:::
:::{grid-item-card}
:padding: 2
**[How-to](./how-to/index.md)**
Task-oriented walkthroughs
^^^
* [System tuning for various architectures](./how-to/tuning-guides/index.md)
* [GPU-enabled MPI](./how-to/gpu-enabled-mpi.md)
* [Setting up for deep learning with ROCm](./how-to/deep-learning-rocm.md)
* [System level debugging](./how-to/system-debugging.md)
:::
:::{grid-item-card}
:padding: 2
**[Reference](./reference/index.md)**
Collated information
^^^
* [Libraries](./reference/libraries/index.md)
* [Math libraries](./reference/libraries/gpu-libraries/math.md)
* [C++ primitives libraries](./reference/libraries/gpu-libraries/c++primitives.md)
* [Communication libraries](./reference/libraries/gpu-libraries/communication.md)
* [Compilers & tools](./reference/compilers-tools/index.md)
* [Management tools](./reference/compilers-tools/management-tools.md)
* [Validation tools](./reference/compilers-tools/validation-tools.md)
* [HIP](./reference/hip.md)
* [OpenMP](./reference/openmp/openmp.md)
:::
:::{grid-item-card}
:padding: 2
**[Conceptual](./conceptual/index.md)**
Topic overviews & background information
^^^
* [Compiler disambiguation](./conceptual/compiler-disambiguation.md)
* [Using CMake](./conceptual/cmake-packages.rst)
* [Linux folder structure reorganization](./conceptual/file-reorg.md)
* [GPU isolation techniques](./conceptual/gpu-isolation.md)
* [GPU architecture](./conceptual/gpu-arch.md)
:::
::::
We welcome collaboration! If you'd like to contribute to our documentation, you can find instructions
on our [Contributing to ROCm](./contribute/index.md) page. Known issues are listed on
[GitHub](https://github.com/RadeonOpenCompute/ROCm/labels/Verified%20Issue).
Licensing information for all ROCm components is listed on our [Licensing](./about/license.md) page.