mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-15 10:37:44 +00:00
* Add basic documentation structure
* Add terminology placeholder
* Add codegen placeholder
* Create template for each page
[ROCm/composable_kernel commit: 5affda819d]
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]()
|