mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-01 12:11:19 +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:
@@ -1,4 +1,5 @@
|
||||
# ck_tile
|
||||
[Back to the main page](../../README.md)
|
||||
# Composable Kernel Tile
|
||||
## concept
|
||||
`ck_tile` provides a programming model with templated abstractions to enable users to implement performance-critical kernels for machine learning workloads. introduces following basic concepts to help users building your own operator
|
||||
- tensor coordinate transformation, this is the core concept of layout/index transform abstraction in both compiler time and run time.
|
||||
|
||||
Reference in New Issue
Block a user