mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-01 12:11:19 +00:00
* removed the api reference * updating to the latest rocm-docs-core min version * fixed a formatting issue with buffer views * removed reference links from code snippets * removed reference links from code snippets --------- Co-authored-by: John Afaganis <john.afaganis@amd.com>
48 lines
1.3 KiB
YAML
48 lines
1.3 KiB
YAML
defaults:
|
|
numbered: False
|
|
root: index
|
|
subtrees:
|
|
|
|
- caption: Install
|
|
entries:
|
|
- file: install/Composable-Kernel-prerequisites.rst
|
|
title: Prerequisites
|
|
- file: install/Composable-Kernel-install.rst
|
|
title: Build and install Composable Kernel
|
|
- file: install/Composable-Kernel-Docker.rst
|
|
title: Docker images
|
|
|
|
- caption: Conceptual
|
|
entries:
|
|
- file: conceptual/Composable-Kernel-structure.rst
|
|
title: Structure
|
|
- file: conceptual/Composable-Kernel-math.rst
|
|
title: Mathematical basis
|
|
- file: conceptual/ck_tile/CK-tile-index.rst
|
|
title: CK Tile conceptual documentation
|
|
|
|
- caption: Tutorial
|
|
entries:
|
|
- file: tutorial/Composable-Kernel-examples.rst
|
|
title: Examples
|
|
|
|
- caption: Reference
|
|
entries:
|
|
- file: reference/Composable_Kernel_supported_scalar_types.rst
|
|
title: Scalar types
|
|
- file: reference/Composable_Kernel_custom_types.rst
|
|
title: Custom types
|
|
- file: reference/Composable_Kernel_vector_utilities.rst
|
|
title: Vector utilities
|
|
- file: reference/Composable-Kernel-wrapper.rst
|
|
title: Wrapper
|
|
- file: reference/Composable-Kernel-Glossary.rst
|
|
title: Glossary
|
|
|
|
- caption: About
|
|
entries:
|
|
- file: Contributors_Guide.rst
|
|
title: Contributing to Composable Kernel
|
|
- file: license.rst
|
|
title: License
|