Release v0.7.0 — counter-partitioned multi-chip RNG#50
Merged
Conversation
Phase 4 (issue #20): bit-exact reproducibility across chip counts as a first-class API property. A 1-chip and P-chip run with the same seed produce the same combined stream byte-for-byte with zero cross-chip coordination. - Generator partition API: partition_rank/size, advance, position, advance_to, _chip_counter_offset, _advance_by_elements (#47) - Dispatch wiring: uniform/normal/exponential + _into variants route counter_offset through Generator partition state; ProgramBuilder and GeneratorProgram apply per-step partition offsets (#48) - Simulator + hardware tests: 43 CPU tests, nki_simulator partition equivalence suite, neuron scaling/profiler tests (#49) Deferred: gamma/beta/chi_squared/truncated_normal partition wiring (data-dependent batch counts); hardware validation run pending.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v0.7.0 release PR
Closes #20 (CPU-testable items; hardware validation items captured in
neuron-marked tests pending manual trn1.32xlarge run).Changes
pyproject.toml:0.6.0→0.7.0CHANGELOG.md:[0.7.0] - 2026-04-27entry covering:partition_rank,partition_size,advance,position,advance_to)uniform/normal/exponential+_intovariantsProgramBuilder/GeneratorProgrampartition contextnki_simulatorequivalence suite,neuronscaling testsgamma/beta/chi_squared/truncated_normalpartition wiring; hardware profiler/scaling numbersWhat's in this release (PRs merged to main)
advance,position,advance_to,_chip_counter_offset)