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
6 changes: 6 additions & 0 deletions docs/reference/session-breakdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,12 @@ For the kernel lanes (`geak`, `forge`) these counts are not interchangeable:
The `specialist` row uses `keeps` / `attempts` differently: see
`CapabilitySummary` in `schema.py`.

`compute_partition` (the AMD SPX/DPX/QPX/CPX lever) is present only on
frameworks that can apply it, and is the one row whose `not_attempted`
means *nobody offered it* rather than *the search declined it* — the
lever is off unless `--compute-partition-modes` names the modes. Its
`reason` carries the flag needed to turn it on.

---

## `kernel_lifecycle` — `KernelLifecycle`
Expand Down
722 changes: 722 additions & 0 deletions src/hyperloom/common/gpu_partition.py

Large diffs are not rendered by default.

Loading
Loading