mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-05 22:22:27 +00:00
* Add basic documentation structure * Add terminology placeholder * Add codegen placeholder * Create template for each page
20 lines
404 B
Markdown
20 lines
404 B
Markdown
[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]()
|