-
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
Commits on May 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2e36908 - Browse repository at this point
Copy the full SHA 2e36908View commit details
Commits on Jun 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cbebe36 - Browse repository at this point
Copy the full SHA cbebe36View commit details
Commits on Jun 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6ce803b - Browse repository at this point
Copy the full SHA 6ce803bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 941356c - Browse repository at this point
Copy the full SHA 941356cView commit details
Commits on Jun 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f2952a1 - Browse repository at this point
Copy the full SHA f2952a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4bf316 - Browse repository at this point
Copy the full SHA b4bf316View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c91223 - Browse repository at this point
Copy the full SHA 5c91223View commit details
Commits on Jul 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 20a4ffe - Browse repository at this point
Copy the full SHA 20a4ffeView commit details
Commits on Jul 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 88690f9 - Browse repository at this point
Copy the full SHA 88690f9View commit details
Commits on Sep 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4b93ef4 - Browse repository at this point
Copy the full SHA 4b93ef4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8374c3a - Browse repository at this point
Copy the full SHA 8374c3aView commit details
Commits on Mar 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bd6777a - Browse repository at this point
Copy the full SHA bd6777aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f2300b - Browse repository at this point
Copy the full SHA 4f2300bView commit details
Commits on Mar 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1b037c7 - Browse repository at this point
Copy the full SHA 1b037c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 010aa44 - Browse repository at this point
Copy the full SHA 010aa44View commit details
Commits on Mar 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 69f0855 - Browse repository at this point
Copy the full SHA 69f0855View commit details -
Merge pull request #1 from NilFoundation/crypto3_math_changes_up_to_P…
…R_32 Moving changes up to PR #32 from crypto3 math library
Configuration menu - View commit details
-
Copy full SHA for c10b3a3 - Browse repository at this point
Copy the full SHA c10b3a3View commit details
Commits on Mar 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f60b14c - Browse repository at this point
Copy the full SHA f60b14cView commit details -
Merge pull request #2 from NilFoundation/crypto3_math_changes_up_to_P…
…R_32 Some minor changes to the actor math library related to the latest updates from the crypto3 lib
Configuration menu - View commit details
-
Copy full SHA for 35408f4 - Browse repository at this point
Copy the full SHA 35408f4View commit details
Commits on Jun 7, 2023
-
Move the pow function from crypto3-math. (#4)
* Move the pow function with its tests. * Fixes to pow function according to review comments.
Configuration menu - View commit details
-
Copy full SHA for 78fe0e5 - Browse repository at this point
Copy the full SHA 78fe0e5View commit details
Commits on Sep 29, 2023
-
5 move changes from crypto3 math up to latest master commit dd7fb188. (…
…#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>
Configuration menu - View commit details
-
Copy full SHA for affb1b5 - Browse repository at this point
Copy the full SHA affb1b5View commit details
Commits on Oct 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5e416ec - Browse repository at this point
Copy the full SHA 5e416ecView commit details -
Inside block_execution helper function, keep core #0 idle if at least…
… 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.
Configuration menu - View commit details
-
Copy full SHA for b3d5e94 - Browse repository at this point
Copy the full SHA b3d5e94View commit details
Commits on Oct 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 177988b - Browse repository at this point
Copy the full SHA 177988bView commit details
Commits on Oct 18, 2023
-
Improve parallelization of fft. (#14)
* Improve parallelization of fft.
Configuration menu - View commit details
-
Copy full SHA for 17f3c44 - Browse repository at this point
Copy the full SHA 17f3c44View commit details
Commits on Nov 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ced7497 - Browse repository at this point
Copy the full SHA ced7497View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9d38c0 - Browse repository at this point
Copy the full SHA f9d38c0View commit details
Commits on Dec 19, 2023
-
16 move latest changes from crypto3 math up to commit b6e1a8ee9a70882…
…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>
Configuration menu - View commit details
-
Copy full SHA for 96d2575 - Browse repository at this point
Copy the full SHA 96d2575View commit details
Commits on Jan 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 50b59a0 - Browse repository at this point
Copy the full SHA 50b59a0View commit details -
Merge pull request #20 from NilFoundation/18-block-execution-returns-…
…vector Added function block_execution_vector with desired effect #18
Configuration menu - View commit details
-
Copy full SHA for c4f6690 - Browse repository at this point
Copy the full SHA c4f6690View commit details
Commits on Feb 5, 2024
-
22 move changes from crypto3 math up to commit 2c3d8bb40f595fc7b87c8d…
…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>
Configuration menu - View commit details
-
Copy full SHA for 00af08a - Browse repository at this point
Copy the full SHA 00af08aView commit details
Commits on Feb 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 782e688 - Browse repository at this point
Copy the full SHA 782e688View commit details
Commits on Feb 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e0e9b15 - Browse repository at this point
Copy the full SHA e0e9b15View commit details
Commits on Jun 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ddcf93b - Browse repository at this point
Copy the full SHA ddcf93bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d18e20 - Browse repository at this point
Copy the full SHA 3d18e20View commit details -
Configuration menu - View commit details
-
Copy full SHA for def0ae1 - Browse repository at this point
Copy the full SHA def0ae1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ed5e51 - Browse repository at this point
Copy the full SHA 8ed5e51View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0d38b2 - Browse repository at this point
Copy the full SHA f0d38b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec25bbe - Browse repository at this point
Copy the full SHA ec25bbeView commit details -
Unnecessary uniqueness (disabling a copy constructor) changed to be a
shared resource #67
Configuration menu - View commit details
-
Copy full SHA for b273f08 - Browse repository at this point
Copy the full SHA b273f08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5584818 - Browse repository at this point
Copy the full SHA 5584818View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25291b9 - Browse repository at this point
Copy the full SHA 25291b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43e913d - Browse repository at this point
Copy the full SHA 43e913dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19b3b36 - Browse repository at this point
Copy the full SHA 19b3b36View commit details -
Configuration menu - View commit details
-
Copy full SHA for e17db48 - Browse repository at this point
Copy the full SHA e17db48View commit details -
Improve polynomial sum [SyncWith: crypto3-math#87] (#87)
* Add benchmark test (with reusable macro) * Introduce polynomial_sum for fast batched addition
Configuration menu - View commit details
-
Copy full SHA for 37d880d - Browse repository at this point
Copy the full SHA 37d880dView commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9592363 - Browse repository at this point
Copy the full SHA 9592363View commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0a2d34a - Browse repository at this point
Copy the full SHA 0a2d34aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c8ae36 - Browse repository at this point
Copy the full SHA 9c8ae36View commit details -
Merge remote-tracking branch 'parallel-math/migration' into directly-…
…include-parallel-math
Configuration menu - View commit details
-
Copy full SHA for 1ad44ac - Browse repository at this point
Copy the full SHA 1ad44acView commit details -
Configuration menu - View commit details
-
Copy full SHA for c01f26d - Browse repository at this point
Copy the full SHA c01f26dView commit details