Skip to content

Conversation

vlad-perevezentsev
Copy link
Collaborator

This PR suggests adding dpnp.linalg.lu_solve() for 2D arrays similar to scipy.linalg.lu_solve
Support for ND inputs will be added in the next phase.

  • Have you provided a meaningful PR description?
  • Have you added a test, reproducer or referred to an issue with a reproducer?
  • Have you tested your changes locally for CPU and GPU devices?
  • Have you made sure that new changes do not introduce compiler warnings?
  • Have you checked performance impact of proposed changes?
  • Have you added documentation for your changes, if necessary?
  • Have you added your changes to the changelog?

@vlad-perevezentsev vlad-perevezentsev added this to the 0.19.0 release milestone Sep 4, 2025
@vlad-perevezentsev vlad-perevezentsev self-assigned this Sep 4, 2025
@antonwolfy antonwolfy changed the title Implement dpnp.linalg.solve() 2D inputs Implement dpnp.linalg.lu_solve() 2D inputs Sep 4, 2025
Copy link
Contributor

github-actions bot commented Sep 4, 2025

Array API standard conformance tests for dpnp=0.19.0dev4=py313h509198e_15 ran successfully.
Passed: 1227
Failed: 0
Skipped: 9

Copy link
Contributor

github-actions bot commented Sep 4, 2025

View rendered docs @ https://intelpython.github.io/dpnp/pull/2575/index.html

depends=dep_evs,
)
_manager.add_event_pair(ht_ev, piv_copy_ev)
# MKL lapack uses 1-origin while SciPy uses 0-origin
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess SciPy also uses MKL to call getrs, so it seems unclear for me.

Base automatically changed from pass_trans_to_getrs to master September 15, 2025 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants