|
1 | 1 | # docs/ |
2 | 2 |
|
3 | | -- `README.md` - this file |
4 | | -- `paper/` - paper source (submodule -> gbpf-paper) |
5 | | -- `paper-material/` - reference papers (MSched, XRP, etc.) |
6 | | -- `plans/` - implementation plans (cross-block, preempt, xcoord, msched) |
7 | | -- `plans/archived/` - superseded plan versions |
8 | | -- `driver_docs/` - NVIDIA UVM driver analysis |
9 | | -- `eval/` - evaluation reports and agent case study |
10 | | -- `eval/agent/` - AI-assisted exploration analysis (q1-q6) |
11 | | -- `eval/multi-tenant-memory/` - multi-tenant memory reports |
12 | | -- `eval/multi-tenant-scheduler/` - multi-tenant scheduling reports |
13 | | -- `eval/suggestions/` - evaluation design notes |
14 | | -- `resubmission-v2/` - SOSP resubmission drafts and analysis |
15 | | -- `experiment/` - experiment infrastructure, profiling, verification |
16 | | -- `presentation/` - slide decks (LPC, GPU MODE) |
17 | | -- `archive/` - legacy/obsolete material |
| 3 | +- `paper/` — paper source (submodule → gbpf-paper) |
| 4 | +- `paper-material/` — reference papers (MSched, XRP, etc.) |
| 5 | +- `resubmission-v2/` — SOSP resubmission drafts and analysis |
| 6 | +- `eval/` — evaluation reports and agent case study |
| 7 | + - `agent/` — AI-assisted exploration analysis (q1-q6) |
| 8 | + - `multi-tenant-*/` — multi-tenant scheduling/memory reports |
| 9 | + - `suggestions/` — evaluation design notes |
| 10 | +- `experiment/` — experiment infrastructure, profiling, verification |
| 11 | + - `plans/` — implementation plans (cross-block, preempt, xcoord, msched) |
| 12 | + - `plans/archived/` — superseded plan versions |
| 13 | +- `driver_docs/` — NVIDIA UVM driver analysis |
| 14 | +- `presentation/` — slide decks (LPC, GPU MODE) |
0 commit comments