mirror of
https://github.com/ROCm/ROCm.git
synced 2026-02-04 19:35:02 -05:00
* add deep learning guide * seperate out oprimization, reference, and troubleshooting as standalone sections. * resolve lint errors * delete introduction to DL * correct syntax highlights and filename * remove out-of-date QAs * Renaming and cleanup * Spelling * Fixup TOC --------- Co-authored-by: Nara Prasetya <nara@streamhpc.com> Co-authored-by: Saad Rahim <44449863+saadrahim@users.noreply.github.com>
26 lines
626 B
Markdown
26 lines
626 B
Markdown
# All Tutorial Material
|
|
|
|
:::::{grid} 1 1 2 2
|
|
:gutter: 1
|
|
|
|
:::{grid-item-card} ROCm Examples
|
|
:link: https://github.com/amd/rocm-examples
|
|
:link-type: url
|
|
Samples codes demonstrating and explaining the use of the HIP API as well as
|
|
ROCm-accelerated domain libraries.
|
|
|
|
:::
|
|
|
|
:::{grid-item-card} AI/ML/Inferencing
|
|
:link: machine_learning/all
|
|
:link-type: doc
|
|
Detailed walkthroughs of specific use-cases driven by frameworks using ROCm
|
|
acceleration.
|
|
|
|
- [Implementing Inception V3 on ROCm with PyTorch](machine_learning/pytorch_inception.md)
|
|
- [Optimizing Inference with MIGraphX](machine_learning/migraphx_optimization.md)
|
|
|
|
:::
|
|
|
|
:::::
|