Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- DFlash prompt-cache repair on terminal overshoot (`RepairForTerminal`) (#695).
- Template-aware primer splice (#692).
- Transactional DFlash constructors with emitter rollback (#691).
- DFlash weight and scratch constructors now roll back late failures for immediate retry.
- MQ-V2 prefill admit rule (#690).
- gfx1100 DFlash launch fusion and split-K residual tiers (#702 body, S1–S8).
- Dense-TP prefill chunking equals arch batch × tp (#725).
Expand Down
4 changes: 2 additions & 2 deletions crates/hipfire-runtime/map.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ _Generated by `scripts/check-crate-maps.py` from the tree — do not edit inside
| [`src/cpu_router.rs`](src/cpu_router.rs) | 200 | 4 | 3 |
| [`src/ddtree.rs`](src/ddtree.rs) | 2,046 | 17 | 24 |
| [`src/device_mesh.rs`](src/device_mesh.rs) | 580 | 21 | 8 |
| [`src/dflash.rs`](src/dflash.rs) | 3,979 | 47 | 5 |
| [`src/dflash.rs`](src/dflash.rs) | 4,344 | 47 | 9 |
| [`src/dflash_generic.rs`](src/dflash_generic.rs) | 1,382 | 3 | 13 |
| [`src/dspark_block_controller.rs`](src/dspark_block_controller.rs) | 442 | 0 | 10 |
| [`src/dspark_core.rs`](src/dspark_core.rs) | 1,773 | 11 | 0 |
Expand Down Expand Up @@ -160,6 +160,6 @@ _Generated by `scripts/check-crate-maps.py` from the tree — do not edit inside

### Totals

- 60 modules · 54,702 lines · 926 public items · 629 tests · 132 examples
- 60 modules · 55,067 lines · 926 public items · 633 tests · 132 examples

<!-- crate-map:generated:end -->
Loading
Loading