-
Notifications
You must be signed in to change notification settings - Fork 120
Enhance symbolic arithmetics #2779
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
Merged
Merged
Changes from 19 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
810db4f
Register methods to NumberProxy
shino16 bcc8ed7
Register Python's scalar ops for pythonex
shino16 f03e1ff
Python's floor/ceil/round/trunc returns int
shino16 0cc98dc
Support all-number inputs to where, register to pythonex
shino16 5ec8a66
Add tests, recompile when number type changes
shino16 258dcdd
Add test_where_on_numbers
shino16 f41af10
Reduce test time
shino16 ad7e945
Do not cache ComplexProxy, test on where
shino16 bca4d47
Merge branch 'main' of ssh://github.com/Lightning-AI/lightning-thunde…
shino16 209ad1f
Reflect INT_FOR_NUMBER behavior in nvfuserex
shino16 8f451a7
Add a test that requires ceil to return int for scalar inputs
shino16 08bf07e
Add StringProxy.__bool__
shino16 6cf77e9
Mark new test xfail
shino16 23f88c4
Remove stray copy
shino16 ec69a75
Fix test issue
shino16 06f8aeb
Partial revert of 08bf07e7 for consistent impl
shino16 ed41e46
Improve test
shino16 580f343
Remove unnecessary test checks
shino16 735e663
Don't repeat uncacheable_classes=(...)
shino16 380927f
Merge branch 'main' into symbolic-arith
shino16 8ef7bf2
Merge branch 'main' into symbolic-arith
KaelanDt 86d36b4
Merge branch 'main' into symbolic-arith
shino16 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.