-
Notifications
You must be signed in to change notification settings - Fork 565
[TORCH] Add support for logcumsumexp Op #4187
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
Conversation
cdba452
to
6a20e5e
Compare
Hi @vivekkhandelwal1 @penguin-wwy @AmosLewis @zjgarvey — I’d be grateful if any of you could take a look at this PR. Your feedback would be greatly appreciated! |
Signed-off-by: sharavana20 <[email protected]>
projects/pt1/python/torch_mlir/jit_ir_importer/build_tools/torch_ods_gen.py
Outdated
Show resolved
Hide resolved
@vivekkhandelwal1 Thanks a lot for the feedback. I’ve updated the code based on your comments. |
Signed-off-by: sharavana20 <[email protected]>
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
Thanks for the review, @vivekkhandelwal1. |
logcumsumexp(x) = log(cumsum(exp(x)))
This implementation addresses and closes #4183