-
Notifications
You must be signed in to change notification settings - Fork 25
Implement dpnp.linalg.lu_solve() batch inputs
#2619
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
22 commits
Select commit
Hold shift + click to select a range
36d21df
Implement getrs_batch lapack extension
vlad-perevezentsev 4270823
Add more validation checks in getrs_batch
vlad-perevezentsev 14feed3
Implement _batched_lu_solve
vlad-perevezentsev 5e21a02
Add TestLuSolveBatched
vlad-perevezentsev a13cd88
Compute strides explicitly
vlad-perevezentsev b68d80b
Update test_lu_solve in test_usm_type/sycl_queue.py
vlad-perevezentsev f6d77fe
Add square-matrix assertion in lu_solve
vlad-perevezentsev eb8c58a
Update test_empty_shapes for lu_solve()
vlad-perevezentsev 7464a25
Merge master into impl_lu_solve_batch
vlad-perevezentsev 959f5f8
Move changes to new location(scipy folder)
vlad-perevezentsev e760aa2
Update lu_solve docs
vlad-perevezentsev 38689a3
Update changelog
vlad-perevezentsev 240f97e
Apply text-related comments
vlad-perevezentsev 01078bf
Const correctness for getrs and getrs_batch params
vlad-perevezentsev 6b3f331
Apply remarks for _utils.py
vlad-perevezentsev 83a8c85
Apply remarks for getrf_batch.cpp
vlad-perevezentsev 4208454
Merge master into impl_lu_solve_batch
vlad-perevezentsev cddc321
Fix ipiv_contig check in getrs
vlad-perevezentsev 8b7aecb
Merge master into impl_lu_solve_batch
vlad-perevezentsev 3e7ed55
Remove const from ipiv to match oneMath signature
vlad-perevezentsev ee24137
Merge master into impl_lu_solve_batch
vlad-perevezentsev 183293b
Apply remarks
vlad-perevezentsev 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
Update test_empty_shapes for lu_solve()
- Loading branch information
commit eb8c58a732763e26735c20fb45bc9b196bc001ba
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
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.