Add basic documentation structure (#1715)

* Add basic documentation structure

* Add terminology placeholder

* Add codegen placeholder

* Create template for each page
This commit is contained in:
Bartłomiej Kocot
2024-12-04 00:46:47 +01:00
committed by GitHub
parent 08d5c02c37
commit 5affda819d
10 changed files with 62 additions and 26 deletions

19
include/ck/README.md Normal file
View File

@@ -0,0 +1,19 @@
[Back to the main page](../../README.md)
# Composable Kernel supported operations
## Supported device operations
* [Average pooling]()
* [Batched contraction]()
* [Batched gemm]()
* [Batchnorm]()
* [CGEMM]()
* [Contraction]()
* [Convolution]()
* [Image to Column and Column to Image]()
* [Elementwise]()
* [GEMM]()
* [Max pooling]()
* [Reduce]()
* [Normalization]()
* [Permute]()
* [Put]()
* [Softmax]()