• v8.9 cd9e2cbe13

    Fix ramp-up power bench: one task instead of N redundant tasks

    mchus released this 2026-04-15 12:29:11 +03:00 | 140 commits to main since this release

    RunNvidiaPowerBench already performs a full internal ramp from 1 to N
    GPUs in Phase 2. Spawning N tasks with growing GPU subsets meant task K
    repeated all steps 1..K-1 already done by tasks 1..K-1 — O(N²) work
    instead of O(N). Replace with a single task using all selected GPUs.

    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

    Downloads