-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
SparseReshape Op #7477
SparseReshape Op #7477
Conversation
@tkonolige @mbrookhart PTAL. |
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.
Two minor comments, but overall I'm happy with where this is. @tkonolige anything else you'd like to see?
@tkonolige All your comments have been resolved. Any other changes you'd like me to make ? |
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.
Looks good. Thanks @codeislife99!
Thanks @codeislife99 @mbrookhart @tkonolige |
* SparseReshape Inital Code * Done * Format * Add empty tests * Formatting * SanityCheck * formatting documentation * Documentation * Only Enable CPU * Add support for CUDA * Stuff * Add Dynamic Support * Parallelize GPU Impl * Documentation * Documentation * Import * Import * Remove unnecessary code * PR Comments * Schedules * Tests * Dtypes * Black * Parallelize CPU * CI error Co-authored-by: Ubuntu <ubuntu@ip-172-31-42-251.us-east-2.compute.internal>
* SparseReshape Inital Code * Done * Format * Add empty tests * Formatting * SanityCheck * formatting documentation * Documentation * Only Enable CPU * Add support for CUDA * Stuff * Add Dynamic Support * Parallelize GPU Impl * Documentation * Documentation * Import * Import * Remove unnecessary code * PR Comments * Schedules * Tests * Dtypes * Black * Parallelize CPU * CI error Co-authored-by: Ubuntu <ubuntu@ip-172-31-42-251.us-east-2.compute.internal>
This PR adds CPU and CUDA implementation for SparseReshape Op and addresses all the issues and feedback from #7125.
Frontend Code for Tensorflow has been added. Corresponding TF Documentation
Note: This PR is a quite long , but most of it are test cases and boiler code. I can split it into CPU and CUDA implementations if you find it easier to review.