-
Notifications
You must be signed in to change notification settings - Fork 4
Rotate Kernel #44
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
Rotate Kernel #44
Conversation
…ix enables generate_p_isa_ops_pgm and run_p_isa to scripts in functional modeler to run properly and keeps the naming convention consistant between hec-p-isa-tools and HERACLES-SEAL-isa-mapping.
… problem with relin, which rotate uses partially Signed-off-by: christopherngutierrez <[email protected]>
…stopherngutierrez/relin
…r reconsidered in the future
…o christopherngutierrez/rotate
…tilize common polys for relin/rotate.
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, tested and running E2E
This PR is dependent on PR #43 and should not be merged before it. |
kerngen/pisa_generators/relin.py
Outdated
add_original.name = self.input0.name | ||
|
||
return mixed_to_pisa_ops( | ||
opts = mixed_to_pisa_ops( |
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 was resolved in the Relin PR but resurface in the Rotate. Sounds as the rotate code has not been rebased correctly.
kerngen/pisa_generators/relin.py
Outdated
Add(self.context, self.output, mul_by_rlk_modded_down, add_original), | ||
Comment("End of relin kernel"), | ||
) | ||
return opts |
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.
Same as above.
…isa_ops directly.
Closed as this PR has been superseded by PR #48 |
Proposed changes
Added rotate kernel, which has been tested and validated to work.
Minor changes (to avoid code replication):
Types of changes
What types of changes does your code introduce to the HE Toolkit project?
Put an
x
in the boxes that applyChecklist
Put an
x
in the boxes that apply. You can also fill these out after creatingthe PR. If you are unsure about any of them, do not hesitate to ask. We are
here to help! This is simply a reminder of what we are going to look for before
merging your code.