reorganize project documents into structured research directories

Consolidate the research materials into numbered overview, framework, planning, partner, deliverable, and archive sections so the repository reflects the current RTOS-focused narrative and reading order.
This commit is contained in:
2026-09-21 09:07:34 +08:00
parent 3fb61b2d85
commit 67297c66bf
41 changed files with 2342 additions and 1519 deletions
+33
View File
@@ -0,0 +1,33 @@
# 研究框架索引
本目录放置项目的核心研究框架文档,说明研究对象、研究结构与具体优化切入方向。
## 阅读建议
1. `00-整体研究框架.md`
2. `01-推理图任务调度.md`
3. `02-KV-Cache与内存管理.md`
4. `03-加速器协同调度.md`
5. `04-量化精度感知调度.md`
6. `05-中断与实时性保障.md`
7. `06-能耗与热管理.md`
8. `07-方法论与评估工具链.md`
## 文件说明
- `00-整体研究框架.md`
- 研究总框架、问题空间、技术分层、预期成果
- `01-推理图任务调度.md`
- LLM 推理 DAG 拆解、任务映射与调度策略
- `02-KV-Cache与内存管理.md`
- KV Cache 生命周期、内存池、带宽竞争与局部性
- `03-加速器协同调度.md`
- CPU、NPU、GPU、DMA 等异构资源协同
- `04-量化精度感知调度.md`
- 精度、资源占用和调度决策的联动关系
- `05-中断与实时性保障.md`
- IRQ 路径、线程化、中断隔离与实时任务保护
- `06-能耗与热管理.md`
- 能耗约束、温度耦合、频率策略与热稳定性
- `07-方法论与评估工具链.md`
- 建模、仿真、原型验证和评估方法学