-
Notifications
You must be signed in to change notification settings - Fork 0
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
Directly include parallel math #5
Merged
Merged
Conversation
This file contains 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
…R_32 Moving changes up to PR #32 from crypto3 math library
…R_32 Some minor changes to the actor math library related to the latest updates from the crypto3 lib
* Move the pow function with its tests. * Fixes to pow function according to review comments.
…#6) * Merge pull request #42 from NilFoundation/41-fix-operator-=-for-polynomial_dfs Fixed operator-= for polynomial_dfs. * Merge pull request #45 from NilFoundation/44-add-a-function-zero-to-polynomial-classes 44 add functions zero() and one() to polynomial classes * Merge pull request #46 from NilFoundation/small_fix_in_function_one Fixing a small bug in polynomial_dfs function one() * Adding a hash function. * Hashing moved from std namespace. * Fixing some bugs and optimziing polynomial operations. * Adding operators. * Fixes and cleanup. * Merge pull request #54 from NilFoundation/53-mathpolynomial-division-on-one-polynomial-bugs Fixing polynomial division over a poly of degree 0. * Merge pull request #57 from NilFoundation/56-add-the-missing-reffernces Adding missing references. * Few final fixes. --------- Co-authored-by: ETatuzova <e.tatuzova@nil.foundation> Co-authored-by: root <mail.nikita.kaskov@gmail.com>
… 4 cores are available. Also divide work between cores more equally (#8) * Changing function block_execution, don't utilize core 0 if at least 4 cores are available.
* Improve parallelization of fft.
…fb793896c162ecc34df79d779 (#17) * Add consistent testing (#65) * Cleaning the code of evaluation domains. [SyncWith: crypto3-zk#201] (#64) * Cleaning the code of evaluation domains a bit. * Small fixes, now all tests pass. --------- Co-authored-by: x-mass <36629999+x-mass@users.noreply.github.com>
…vector Added function block_execution_vector with desired effect #18
…46f7466c09dbc3731b (#23) * Adding a performance test for FFT. (#69) * Added FFT cache to domains [SyncWith: crypto3-zk#277] (#73) Added caching to basic_radix2_domain_aux and it's calls. * Fixing fft test. --------- Co-authored-by: Iluvmagick <d.tabalin@nil.foundation>
* New actor math.
shared resource #67
* Add benchmark test (with reusable macro) * Introduce polynomial_sum for fast batched addition
…include-parallel-math
x-mass
approved these changes
Jun 10, 2024
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.
No description provided.