Skip to content
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

feat: parallelize noir contracts compilation #1197

Merged
merged 1 commit into from
Jul 26, 2023
Merged

Conversation

Maddiaa0
Copy link
Member

Description

image

Checklist:

  • I have reviewed my diff in github, line by line.
  • Every change is related to the PR description.
  • I have linked this pull request to the issue(s) that it resolves.
  • There are no unexpected formatting changes, superfluous debug logs, or commented-out code.
  • The branch has been merged or rebased against the head of its merge target.
  • I'm happy for the PR to be merged at the reviewer's next convenience.

@netlify
Copy link

netlify bot commented Jul 26, 2023

Deploy Preview for preeminent-bienenstitch-606ad0 ready!

Name Link
🔨 Latest commit 8609ac2
🔍 Latest deploy log https://app.netlify.com/sites/preeminent-bienenstitch-606ad0/deploys/64c0eb36e56b890008bb0e93
😎 Deploy Preview https://deploy-preview-1197--preeminent-bienenstitch-606ad0.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@Maddiaa0 Maddiaa0 force-pushed the md/noir-compile-brr branch from 275ee3f to 8609ac2 Compare July 26, 2023 09:45
@Maddiaa0 Maddiaa0 requested a review from LHerskind July 26, 2023 09:46
Copy link
Contributor

@rahul-kothari rahul-kothari left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

@Maddiaa0 Maddiaa0 enabled auto-merge (squash) July 26, 2023 09:50
@Maddiaa0 Maddiaa0 merged commit fd3a204 into master Jul 26, 2023
@Maddiaa0 Maddiaa0 deleted the md/noir-compile-brr branch July 26, 2023 09:56
codygunton added a commit that referenced this pull request Jan 23, 2024
* wip

* Added more base case tests.

* Pw/gas limit accounting (#1116)

* Initial work

* WIP

* Account for gas usage when limiting txs per rollup

* Minor logging change

* Correctly pass through the gas limit

* Fixed calculation for max txs per rollup

* add cody'ssimple debugging tests in standard_composer.test

* making use of large_quotient again to begin debugging

* step 1 is passing: quotient pieces with no blinding

* Step 2 passing (lnearized): using quotient pieces w/ non-trivial blinding, still using quotient_large for ifft

* serial split fft works.

* parallel fft on split works.

* coset fft, ifft works.

* unrolled case works.

Co-authored-by: ledwards2225 <[email protected]>

* msm sizes updated.

* some cleanup and debugging code removal, all tests still passing

* removing quotient_mid altogether - one more fctn can possibly be removed or simplified

* wip quotient split.

* quotients match: old case and split case!

* standard plonk fix.

* Remove quotient_large and correctly compute t_eval.

* All but one tests work.

* Turbo test fix.

* fixes and minor opt.

* a couple of comment fixes

* more comment fixes and removal of debugging code

* One acc test fix: srs size.

* uint32_t -> sizet_t

* Minor fix in split-evaluate.

* Fix acc and other failing tests by correct initialisation of (n+1)th coefficient.

* js test fix.

* Correct reset proving key fn.

* minor reorder.

* Ariel's suggestions.

Co-authored-by: Ariel <[email protected]>

* bb.js: account crs fix.

* bb.js: crs size fix.

* bb.js fix: MSM size adjusted as n or n+1 according to the polynomial.
Co-authored-by: Leila Wang <[email protected]>

* Remove mid_domain and use_mid_for_selectorfft

* Remove comments.

* Minor edits.

* Arijits suggestions.

* Added a comment in pkey.

* comment correction.

Co-authored-by: codygunton <[email protected]>
Co-authored-by: PhilWindle <[email protected]>
Co-authored-by: ledwards2225 <[email protected]>
Co-authored-by: ledwards2225 <[email protected]>
Co-authored-by: Ariel <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants