-
Notifications
You must be signed in to change notification settings - Fork 173
[parallel] Introduce data parallelism abstraction #2621
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
Merged
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
4859d81
[runtime/deterministic] Fix `create_pool`
clabby 96c730b
[parallel] Introduce data parallelism abstractions
clabby 928e08e
docs and tests
clabby 8685e10
integrate into coding
clabby 07bb569
`fold_init` + map convenience functions
clabby 95e64ca
refine docs
clabby d768a72
cfg-if
clabby ec92d96
dedup fold/fold_init
clabby 4aef69c
complete coding integration
clabby a1cceb6
lint
clabby 2585585
crate metadata + `no_std` checks
clabby e54551f
integrate into math
clabby ae1d610
new cryptography port (with bls12381 refactor)
clabby 305fc54
only register current thread if not already contained in a thread pool
clabby dccc9cb
handle cryptography fallout (`reshare` + `consensus`)
clabby a0828a1
nit
clabby 5f01e74
Allow supplying thread pool in bls threshold scheme
clabby 3b515fa
Make threshold scheme generic over `Strategy`
clabby 9b2624b
Disable default features for `parallel` in workspace
clabby 3a203f9
review
clabby cf92733
Remove `IntoStrategyIterator` in favor of `ParallelBridge`
clabby 9b931b0
remove `Strategy::join`
clabby 59fb94e
simplify tests
clabby 3c204ad
Upfront allocation over `par_bridge`
clabby 5f19a75
Add helper for constructing a thread pool
clabby 90e46b9
Use `impl Strategy` in `Space::msm`
clabby c24ec88
Rename `Strategy` -> `Parallel`, `Parallel` -> `ParallelRayon`, `Sequ…
clabby 3952835
new description
clabby a9384e0
review
clabby 848f48f
Move `create_pool` to `{tokio, deterministic}::Context`
clabby 9d0ff05
change names (again.)
clabby 674bcba
Add `create_strategy helper`
clabby c2d8af5
rename trait (again)
clabby da4d93a
Remove dangling `create_pool` methods
clabby 6cc61ae
doc tests
clabby 075777b
rm deterministic comment on dedicated threads
clabby 92d9540
rebase
clabby 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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.