mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
Flattened out page structure for improved navigability. * Change Table of Contents * Update the install guides for windows and linux * Removed extraneous index pages * GPU architecture pages duplicate entries removed * spack page cleanup --------- Co-authored-by: Sam Wu <samwu103@amd.com> Co-authored-by: Saad Rahim (AMD) <44449863+saadrahim@users.noreply.github.com>
31 lines
656 B
Markdown
31 lines
656 B
Markdown
# ROCm tutorials
|
|
|
|
:::::{grid} 1 1 2 2
|
|
:gutter: 1
|
|
|
|
:::{grid-item-card}
|
|
**[Installing ROCm](./install/index.md)**
|
|
|
|
Learn how to install ROCm on Linux and Windows.
|
|
|
|
:::
|
|
|
|
:::{grid-item-card}
|
|
**[ROCm examples](https://github.com/amd/rocm-examples)**
|
|
|
|
Sample code demonstrating the HIP API and ROCm-accelerated domain libraries.
|
|
|
|
:::
|
|
|
|
:::{grid-item-card}
|
|
**Artificial intelligence**
|
|
|
|
Detailed walkthroughs of specific artificial intelligence use cases using ROCm acceleration.
|
|
|
|
* [Implementing Inception v3 on ROCm with PyTorch](../conceptual/ai-pytorch-inception.md)
|
|
* [Optimizing inference with MIGraphX](../conceptual/ai-migraphx-optimization.md)
|
|
|
|
:::
|
|
|
|
:::::
|