mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-16 19:09:59 +00:00
* creation of install doc and refactor of doc in general
* updates based on review comments
* updated based on review comments
* updated readme and contributors markdown
* added extra note to not use -j on its own
* added note about smoke tests and regression tests
* made changes as per Illia's feedback
---------
Co-authored-by: Aviral Goel <aviral.goel@amd.com>
[ROCm/composable_kernel commit: a426f67301]
40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
YAML
defaults:
|
|
numbered: False
|
|
root: index
|
|
subtrees:
|
|
|
|
- caption: Install
|
|
entries:
|
|
- file: install/Composable-Kernel-prerequisites.rst
|
|
title: Composable Kernel prerequisites
|
|
- file: install/Composable-Kernel-install.rst
|
|
title: Build and install Composable Kernel
|
|
- file: install/Composable-Kernel-Docker.rst
|
|
title: Composable Kernel Docker images
|
|
|
|
- caption: Conceptual
|
|
entries:
|
|
- file: conceptual/Composable-Kernel-structure.rst
|
|
title: Composable Kernel structure
|
|
- file: conceptual/Composable-Kernel-math.rst
|
|
title: Composable Kernel mathematical basis
|
|
|
|
- caption: Tutorial
|
|
entries:
|
|
- file: tutorial/Composable-Kernel-examples.rst
|
|
title: Composable Kernel examples
|
|
|
|
- caption: Reference
|
|
entries:
|
|
- file: reference/Composable-Kernel-API-reference.rst
|
|
title: Composable Kernel API reference
|
|
- file: reference/Composable-Kernel-wrapper.rst
|
|
title: Composable Kernel Wrapper
|
|
|
|
- caption: About
|
|
entries:
|
|
- file: Contributors_Guide.rst
|
|
title: Contributing to Composable Kernel
|
|
- file: license.rst
|
|
title: License
|
|
|