mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-20 06:49:15 +00:00
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:
19
include/ck/README.md
Normal file
19
include/ck/README.md
Normal 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]()
|
||||
Reference in New Issue
Block a user