-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Port synth_permutation_depth_lnn_kms
to Rust
#12746
Conversation
releasenotes/notes/synth_permutation_depth_lnn_kms-c444f3a363f3a903.yaml
Outdated
Show resolved
Hide resolved
releasenotes/notes/synth_permutation_depth_lnn_kms-c444f3a363f3a903.yaml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Many thanks for doing this! The code already looks great, but I believe you have somewhat over-simplified the construction (and this is why some the correctness tests fail).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a good start, thank you for working on this! I just have a comment about the create_swap_layer
function here.
Thank you for opening a new pull request. Before your PR can be merged it will first need to pass continuous integration tests and be reviewed. Sometimes the review process can be slow, so please be patient. While you're waiting, please feel free to review other open PRs. While only a subset of people are authorized to approve pull requests for merging, everyone is encouraged to review open pull requests. Doing reviews helps reduce the burden on the core team and helps make the project's code better for everyone. One or more of the following people are relevant to this code:
|
Pull Request Test Coverage Report for Build 10009842456Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me, I only had some really-really minor nitpicks. This PR was almost ready for the past week, but for some reason was not tagged for 1.2, but I think we should include it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you!
This is good to go on my part. The system does not allow me to merge it before @raynelfss approves it as well (since there are requested changes, which I believe have all been addressed). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you for working on this!
* added functionality for porting * updated functionality * formatting * lint changes * resolved error * updated docstring * formatting * formatting
* added functionality for porting * updated functionality * formatting * lint changes * resolved error * updated docstring * formatting * formatting
Summary
Porting synth_permutation_depth_lnn_kms to Rust
Details and comments
Fixes #12224