Files
ROCm/docs/rocm_stack.md
Nara 48db1eea8d Spell checking (#2070)
* ci: cleanup linters and add spelling checker

* docs: fix spelling and styling issues
2023-04-24 07:09:09 -06:00

33 lines
629 B
Markdown

# The ROCm Stack
ROCm is the GPU computing stack for AMD GPUs. ROCm is comprised of the
components described in this page. Kernel mo
## Kernel Module (Linux)
## HIP Runtime
## Compiler
### `hipcc`
### AMD Clang
## GPU Libraries
### Math Libraries
The Math libraries are grouped into libraries starting with a `roc`-prefix and
hip-prefix. Libraries starting with a hip-prefix provide a support for AMD GPUs
and NVIDIA GPUs. Libraries beginning the `roc`-prefix support AMD GPUs only.
## #Compute Primitives
## Communication Libraries
## AI and ML (Linux only)
## Management Tools (Linux)
## Deployment Tools (Linux)