conformance: v0 vector packs (GF16, FP8 E4M3FN/E5M2, MXFP4 E2M1, bf16 golden) + index - #1054
Merged
Merged
Conversation
Contributor
|
📓 NotebookLM Notebook linked to this PR
This notebook contains session context, decisions, and artifacts for this work. |
Contributor
…bf16 golden) + index Bit-precise conformance vectors in a shared row schema, one differ across all formats. Anchor identity phi^2 + 1/phi^2 = 3 exact in every pack. ASCII-only. abs_error honest (nonzero only for non-representable inputs). Generators included for byte-identical reproduction. Context: arXiv:2606.05017. Closes #1055
gHashTag
force-pushed
the
conformance-vector-packs-v0
branch
from
June 7, 2026 14:07
7132487 to
1d430c4
Compare
Contributor
|
📓 NotebookLM Notebook linked to this PR
This notebook contains session context, decisions, and artifacts for this work. |
Contributor
PR DashboardGenerated at: 2026-06-07 14:07:51 UTC
Summary
|
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.
Closes #1055
Adds bit-precise conformance vector packs under conformance/vectors/, in a single shared row schema so one differ runs across all formats.
Packs:
All packs: anchor identity phi^2 + 1/phi^2 = 3 exact, ASCII-only, abs_error honest (nonzero only for non-representable inputs). Generators included for byte-identical reproduction. README.md indexes formats, anchor bits, max finite, overflow policy, and SHA-256 of every pack. docs/NOW.md updated. Context preprint: arXiv:2606.05017.