-
Notifications
You must be signed in to change notification settings - Fork 15
Bit-sliced storage for finite-field vectors #251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
JoeyBF
wants to merge
27
commits into
master
Choose a base branch
from
claude/finite-field-bit-storage-fyb15c
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
f9e8926
Phase 0: bit-sliced storage prototype + benchmark gate
claude 763f63b
Phase 0: record bit-slice benchmark gate results
claude c792467
Phase 0b: tighten bit-slice generic kernel, refresh results
claude a91f374
Phase 0b: dispatch bit-slice generic kernel to const-generic K
claude a37a1bd
Phase 0b: record const-K dispatch benchmark results
claude b65ddf6
Phase 1: introduce group-layout seam in FieldInternal (no-op)
claude 4aa4714
Phase 2: bit-sliced storage for all prime/extension fields
claude 550725d
Phase 2: fast group-kernel path for bit-sliced slice addition
claude a79e6cb
Phase 2: bit-sliced slice add handles equal nonzero lane offsets
claude ce635c3
Phase 2: masked plane-circuit add for bit-sliced slice boundaries
claude feff517
Phase 2: cut per-call overhead in bit-sliced kernels
claude 3ce4ab6
Phase 3: 6-gate F3 bit-slice add circuit
claude eb74407
Phase 3: flat F5 bit-slice add/scale circuits
claude f7624e9
Phase 2: fix bit-sliced shl_assign and augmented-matrix segment padding
claude 81c4351
Phase 5: remove dead odd-prime shift branch and orphaned num_limbs
claude 3399469
Phase 5: unify slice add, remove add_shift_* (general per-plane shift…
claude 64b0aba
CI: rustfmt and fix a private intra-doc link
claude a9e0533
Phase 5: remove Phase 0 prototype scaffolding; clippy fixes
claude d88b76a
Fix CI lint/docs and harden bit-sliced slice ops
claude 08c9ff6
Run nightly rustfmt on bit-sliced group iteration
claude c25446d
Address review: bit-sliced add_truncate, empty range, ragged from_vec
claude 8e81da3
Rewrite p_masks loop with explicit conditional
claude 4c67bbc
Simplify pmask: Limb::from + wrapping_neg
claude d754fae
Credit Carl McTague for bit-slicing idea and F3 circuit
claude 781b7a7
Fix two inaccurate comments in bit-sliced vector code
claude 12d6f02
Trim redundant comments in bit-sliced code
claude 1d18af0
Replace F5 add with Carl McTague's 17-gate circuit
claude File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.