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

Pickles async circuits #15084

Merged
merged 47 commits into from
Mar 7, 2024
Merged

Pickles async circuits #15084

merged 47 commits into from
Mar 7, 2024

Conversation

mrmr1993
Copy link
Member

@mrmr1993 mrmr1993 commented Feb 12, 2024

@mitschabaude mitschabaude self-assigned this Feb 20, 2024
@mitschabaude
Copy link
Member

!ci-build-me

@mitschabaude
Copy link
Member

!ci-build-me

@mitschabaude mitschabaude marked this pull request as ready for review February 27, 2024 14:02
@mitschabaude mitschabaude requested review from a team as code owners February 27, 2024 14:02
@mitschabaude
Copy link
Member

Tested and working in o1js here: o1-labs/o1js#1450

@mitschabaude
Copy link
Member

Copy link
Contributor

@rbonichon rbonichon left a comment

Choose a reason for hiding this comment

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

Functional changes looks okay, but there's enough updating to discuss to wait for merging.

src/lib/mina_base/util/mina_base_util.ml Outdated Show resolved Hide resolved
src/lib/pickles/cache.ml Outdated Show resolved Hide resolved
src/lib/pickles/cache.ml Outdated Show resolved Hide resolved
src/lib/pickles/inductive_rule.ml Show resolved Hide resolved
src/lib/pickles/pickles_intf.mli Show resolved Hide resolved
src/lib/pickles/compile.ml Outdated Show resolved Hide resolved
src/lib/pickles/compile.ml Show resolved Hide resolved
src/lib/pickles/wrap_main.ml Show resolved Hide resolved
src/lib/pickles/pickles.ml Show resolved Hide resolved
src/lib/pickles/pickles.ml Outdated Show resolved Hide resolved
@mitschabaude
Copy link
Member

!ci-build-me

Copy link
Collaborator

@SanabriaRusso SanabriaRusso left a comment

Choose a reason for hiding this comment

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

Platform engineering team may have only been called out due to script/zkapp_metrics.sh, which has a very simple change.

@mitschabaude
Copy link
Member

!ci-build-me

@mitschabaude
Copy link
Member

!ci-build-me

@emberian emberian merged commit 0ddc4b9 into o1js-main Mar 7, 2024
56 checks passed
@emberian emberian deleted the feature/async-pickles-circuits branch March 7, 2024 03:41
@@ -243,6 +248,37 @@ module Storables = struct
}
end

let create_lock () =
Copy link
Member Author

Choose a reason for hiding this comment

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

This should never have made it into the codebase. I am annoyed.

Copy link
Member

Choose a reason for hiding this comment

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

Disagree. It is only applied to sequencing the circuit runs that compile creates when compiling different step constraint systems. This is necessary and has none of the downsides we discussed

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.

5 participants