-
Notifications
You must be signed in to change notification settings - Fork 506
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
Implement lowering of torch.aten.lgamma #2741
base: main
Are you sure you want to change the base?
Conversation
@vivekkhandelwal1 not sure if you're the right person to ping, but could you review the PR? The last check is timing out, don't know why.. |
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.
Please address small nits. Rest LGTM
Hi @vivekkhandelwal1, I think the issue with CI was resolved so could you rerun checks please? Thanks! |
Done |
5563c7f
to
532be7e
Compare
@vivekkhandelwal1 any idea why the regression tests are failing? I can't reproduce it locally |
The issue should be fixed if you rebase your branch over TOM and push it. |
Fix precision issues around zero and inf Add type check Move test, add tests for edge cases
532be7e
to
737e51c
Compare
@vivekkhandelwal1 Thanks for the tip, that fixed the regression test issue. However, the e2e tests are timing out now (again - can't reproduce the issue locally). Any ideas? |
When you run these tests locally, do they pass? |
@vivekkhandelwal1 Yes, they do |
Description
Implemented lowering of the lgamma function using Lanczos approximation.
Closing nod-ai/SHARK-ModelDev#317