mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-29 11:16:59 +00:00
[Docs] Standardize precision support reference pages across components (#8205) ## Motivation The goal of this PR is to standardize the precision support reference page format across all components, while also reducing the maintenance of burden of having to manually update the YAML data file in https://rocm.docs.amd.com/en/latest/reference/precision-support.html ## Technical Details - Each component maintains its own YAML file which will be eventually used in https://rocm.docs.amd.com/en/latest/reference/precision-support.html - A new precision support reference page is introduced which will not override existing data type/precision support content; it will serve as the overview/summary that will be linked in the ROCm reference page ## Test Plan - Built locally, viewed each component manually ## Test Result <!-- Briefly summarize test outcomes. --> ## Submission Checklist - [x] Look over the contributing guidelines at https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests.
52 lines
1.4 KiB
YAML
52 lines
1.4 KiB
YAML
defaults:
|
|
numbered: False
|
|
root: index
|
|
subtrees:
|
|
|
|
- caption: Install
|
|
entries:
|
|
- file: install/Composable-Kernel-install.rst
|
|
title: Install Composable Kernel
|
|
- file: install/Composable-Kernel-build.rst
|
|
title: Build from source
|
|
- 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-intra-inter-wave.rst
|
|
title: Intrawave and interwave scheduling
|
|
- 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_data_type_support.rst
|
|
title: Precision support
|
|
- 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
|