-
Notifications
You must be signed in to change notification settings - Fork 57
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
Added Squat Packing's rotate and sum operation and resolved type mismatch issues. #970
Conversation
3234702
to
426bfe7
Compare
426bfe7
to
80b1ccb
Compare
…atch issues. PiperOrigin-RevId: 674752765
80b1ccb
to
608152e
Compare
I commented out a buggy tensor_ext canonicalization, which makes some tests fail in order to get some squat packing tests to pass. @asraa's code will fix it, and this commit may change as a result. |
@@ -0,0 +1,47 @@ | |||
// This test verifies that a small fully connected network lowers with returning |
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.
Typo: Lowers "without" returning an error.
@asraa do you know what the status of this PR is? It looks like it's useful additions (squat packing) that aren't in |
Asra is out this week. I could try to cherry pick it and resolve the remaining issues, but with the holidays I'm not sure who on the Google side would be around to review. |
This isn't urgent, so I'm happy to wait until Asra's back! |
Pinging @asraa again on this :) |
Asra is out until the new year. I don't think I'll have time to patch and finish this. It may just have to wait. |
Superseeded by #1269 |
Added Squat Packing's rotate and sum operation and resolved type mismatch issues.