Commit e23ee3e
[AMD][AgentX] Move Kimi-K2.7 agentic sweep to TP8 conc[16,32,48] 900s smoke
At TP4 the conc16/32 cells were GPU-KV-capacity bound: the ~121 GiB KV
pool held only ~12 resident ~90k-token contexts, so throughput plateaued
(~160 tok/s) and requests preempted/thrashed from conc16 up (0 preemptions
at c8, 24 at c16, 35 at c32). LMCache was healthy (82% external prefix-hit)
so offload quality was not the limiter -- raw resident-KV room was.
Move the agentic-coding sweep to TP8 (doubles the KV pool and per-token
decode compute) at conc [16,32,48] for both KV-offloading none and
dram/LMCache, as a 900s trace-replay smoke.
Adds an optional per-scenario `duration` override to the agentic-coding
config schema (defaults to 3600s when unset) so smoke sweeps can run
shorter without changing the global default.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent cf49417 commit e23ee3e
4 files changed
Lines changed: 39 additions & 6 deletions
File tree
- configs
- utils/matrix_logic
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
558 | 558 | | |
559 | 559 | | |
560 | 560 | | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
561 | 565 | | |
| 566 | + | |
562 | 567 | | |
563 | | - | |
564 | | - | |
| 568 | + | |
| 569 | + | |
565 | 570 | | |
566 | 571 | | |
567 | 572 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
700 | 700 | | |
701 | 701 | | |
702 | 702 | | |
703 | | - | |
| 703 | + | |
704 | 704 | | |
705 | 705 | | |
706 | 706 | | |
| |||
1003 | 1003 | | |
1004 | 1004 | | |
1005 | 1005 | | |
1006 | | - | |
| 1006 | + | |
1007 | 1007 | | |
1008 | 1008 | | |
1009 | 1009 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
575 | 575 | | |
576 | 576 | | |
577 | 577 | | |
578 | | - | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
579 | 602 | | |
580 | 603 | | |
581 | | - | |
| 604 | + | |
582 | 605 | | |
583 | 606 | | |
584 | 607 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
638 | 638 | | |
639 | 639 | | |
640 | 640 | | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
641 | 646 | | |
642 | 647 | | |
643 | 648 | | |
| |||
0 commit comments