mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-04 05:31:24 +00:00
[CK_TILE] naive attn (#1708)
* add reference attention fwd * refactor addresser * update * paged, and i8 reflect-quant * lets call it forward-quant * fix error in decode variation * update naive-attn * fix page table * fix build err
This commit is contained in:
@@ -45,5 +45,8 @@ our implementation of different device operators.
|
||||
**[ops/epilogue]**
|
||||
epilogue part of our kernel. We may extend this epilogue part to let users to build their own cutomized epilogues.
|
||||
|
||||
**[ref]**
|
||||
reference implementation of cpu or gpu. This folder is supposed to include a specific header on demand.
|
||||
|
||||
## examples
|
||||
currently we put all ck_tile related example under [/example/ck_tile](/example/ck_tile/) folder. Please check each example's subfolder.
|
||||
|
||||
Reference in New Issue
Block a user