-
Notifications
You must be signed in to change notification settings - Fork 23
Implement dpnp.linalg.lu_solve()
2D inputs
#2575
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 26 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
4223c72
Pass trans_code to getrs in dpnp_solve()
vlad-perevezentsev 80ce50c
Remove TODO
vlad-perevezentsev af0ab7d
Implement of dpnp.linalg.lu_solve for 2D inputs
vlad-perevezentsev 17b11ae
Add dpnp.linalg.lu_solve to generated docs
vlad-perevezentsev b10a8d6
Add TestLuSolve to test_linalg.py
vlad-perevezentsev 2021f77
Add sycl_queue and usm_type tests
vlad-perevezentsev be2725a
Update doc/comment lines
vlad-perevezentsev 1e09cb7
Update dependency logic
vlad-perevezentsev 9345b7b
Add trans code handling
vlad-perevezentsev 687006f
Fix docs for lu:must be square
vlad-perevezentsev b1aed58
Merge master into impl_lu_solve_2D
vlad-perevezentsev 9aaff82
Update changelog
vlad-perevezentsev 23ad15d
Apply docs remarks
vlad-perevezentsev 82de136
Apply remarks
vlad-perevezentsev e586075
Add assert on USM data pointer to tests
vlad-perevezentsev 7d1fd0b
Update data inputs for test_usm_type
vlad-perevezentsev 87074fa
Add See Also to lu_factor
vlad-perevezentsev d81454e
Enable cupyx tests
vlad-perevezentsev 4c9afa9
Merge master into impl_lu_solve_2D
vlad-perevezentsev 78a4c78
Adjust tolerance for test_lu_solve
vlad-perevezentsev 27649a7
Merge master into impl_lu_solve_2D
vlad-perevezentsev d0fbd49
Apply remark
vlad-perevezentsev 52eac3d
Adjust tolerance for interger dtypes
vlad-perevezentsev ccbfccf
Solve race conditions issue for pivots
vlad-perevezentsev e91c24a
Revert the tolerance adjustment
vlad-perevezentsev 0a9d817
Merge master into impl_lu_solve_2D
vlad-perevezentsev dfc76e0
Apply remark
vlad-perevezentsev 3127190
Adjust tolerance for interger dtypes
vlad-perevezentsev 05907b1
Enable test_broadcast_rhs
vlad-perevezentsev 56fea1e
Make test more stable by adjusting tolerance
vlad-perevezentsev 5dda424
Merge master into impl_lu_solve_2D
vlad-perevezentsev ca225d8
Merge branch 'master' into impl_lu_solve_2D
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.
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.