-
Notifications
You must be signed in to change notification settings - Fork 15
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
[Feature] Add Operator Product #156
Conversation
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.
Looking good. Few comments from me.
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.
Nice work @EthanObadia looking good. Will approve after you've addressed these very last comments.
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
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.
Hey @EthanObadia good job ! Looking good to me. Minor typing comments.
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. I opened an issue to keep track of the possible optimization of the operator multiplication. We can discuss it at some point.
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.
Looking good. Nice work @EthanObadia. Very final comments from my over-pedantic mindset. Will approve anyway.
Add
promote_operator()
function to pyqtorch/utils.pyAdd
operator_product()
function to pyqtorch/apply.pyAs @jpmoutinho said here, this version of
promote_operator()
can be optimize. So, I believe that its optimization will be the object of an other PR later.Closes #153
Closes #154