-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: split assignment and circuit gen (#48)
* build(deps): * build(deps): update crypto3 * wip: introduce generation flag for splitting assignment and circuit gen * chore: updated .gitignore * chore: added command in justfile for deleting old output.json * wip: add,sub working with only circuit * wip: all now use comp_params * wip: load store now use zero on gen mdoe circuit * feat: handle input_reader for split assignment/circuit gen * pined blueprint * fix: input is 0-dimensionsl for ExpandSimple * fix: re-introduce larger float types as inputs * pined blueprint * added circuit diff * chore: add some asserts for unreachable paths * fix: respect component sizes when not assigning --------- Co-authored-by: Franco Nieddu <[email protected]>
- Loading branch information
Showing
38 changed files
with
768 additions
and
316 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
mlir-assigner/tests/Ops/Current/ | ||
**output.json | ||
## Circifier, Assigner and Transpiler generated files: | ||
/*.crct | ||
|
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
Submodule blueprint
updated
19 files
Submodule crypto3
updated
22 files
+210 −0 | .github/workflows/crypto3-testing-linux.yml | |
+174 −0 | .github/workflows/crypto3-testing-mac.yml | |
+13 −0 | .github/workflows/publish-results.yml | |
+33 −0 | .github/workflows/pull-request-action.yml | |
+70 −0 | .github/workflows/pull-request.yml | |
+0 −190 | .github/workflows/run_tests.yml | |
+1 −1 | cmake/modules | |
+1 −1 | libs/algebra | |
+1 −1 | libs/codec | |
+1 −1 | libs/containers | |
+1 −1 | libs/hash | |
+1 −1 | libs/mac | |
+1 −1 | libs/marshalling/algebra | |
+1 −1 | libs/marshalling/core | |
+1 −1 | libs/marshalling/multiprecision | |
+1 −1 | libs/marshalling/zk | |
+1 −1 | libs/math | |
+1 −1 | libs/modes | |
+1 −1 | libs/multiprecision | |
+1 −1 | libs/pubkey | |
+1 −1 | libs/stream | |
+1 −1 | libs/zk |
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
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
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
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
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
Oops, something went wrong.