-
Notifications
You must be signed in to change notification settings - Fork 23
Add implementation of dpnp.divmod
#2674
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 1 commit
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
3ed8de2
Extend ufunc f/w to support binary funcs with two output arrays
antonwolfy a451607
Add dovmod implementation to ufunc extensions
antonwolfy 1cae235
Add a function with SYCL kernel for divmod
antonwolfy 6b62023
Add new DPNPBinaryTwoOutputsFunc class
antonwolfy d97c515
Add python implementation of divmod
antonwolfy 0383fe9
Enabled muted umath tests
antonwolfy a533f1d
Add new test scope for binary ufuncs with two output arrays
antonwolfy 09a80a8
Enable third party tests
antonwolfy 5c59804
Add support of python built-in function divmod()
antonwolfy 61141a4
Enable third party tests for elementwise operations
antonwolfy 1940eb5
Remove unexsting keyword from docstring of DPNPBinaryTwoOutputsFunc c…
antonwolfy ac20a0e
Skip some tests for inplace operator due to numpy casting issue
antonwolfy 7527d70
Adopt elementwise op tests to pass on a device without fp64 support
antonwolfy 2bdba72
Suppress numpy overflow warning
antonwolfy 0344c1a
Update test with ufunc signature to be passed on Windows
antonwolfy 4db5d0e
Extend ufunc tests with binary ufunc divmod
antonwolfy 24ed9bd
Add more tests to improve tests coverage for DPNPBinaryTwoOutputsFunc…
antonwolfy 3c9e528
Add more tests with different input values to cover corner cases in c…
antonwolfy 3d9ef40
Add CFD tests
antonwolfy abf3eaa
Update skip reason in third party test
antonwolfy 7cfe338
Add testing of divmod operator
antonwolfy 58b1a03
Render documentation for __rdivmod__ method
antonwolfy ffeba18
Add a link to python documentation of divmod function
antonwolfy 7b0c529
Add PR to the changelog
antonwolfy a0df13d
Applied review comments
antonwolfy eaf4c1a
Add missing header
antonwolfy 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
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.