# KernelFrameDemo **Repository Path**: dannyisfunny/kernel-frame-demo ## Basic Information - **Project Name**: KernelFrameDemo - **Description**: tilingDemo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-07 - **Last Updated**: 2023-09-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # KernelFrameDemo #### 编译方法 ```bash mkdir build && cd build cmake .. && make ``` #### 软件架构 ```bash ├── CMakeLists.txt ├── README.md └── src ├── common │   └── tiling_base.h ├── deps │   └── basic.h ├── flash_attention_grad │   ├── constraits.h │   ├── flash_attention_tiling.cpp │   ├── flash_attention_tiling_data.h │   ├── flash_attention_tiling.h │   └── templates │   ├── flash_attention_tiling_BN2_S1S2.cpp │   └── flash_attention_tiling_B_S1S2.cpp └── main.cpp ```