Skip to content

Conversation

@vlad-perevezentsev
Copy link
Contributor

This PR adds a new dpnp.linalg.tensorinv() function to calculate the inverse of input tensor arrray using dpnp.linalg.inv().
The changes are related to support of all types.

  • Have you provided a meaningful PR description?
  • Have you added a test, reproducer or referred to 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?
  • If this PR is a work in progress, are you filing the PR as a draft?

@vlad-perevezentsev vlad-perevezentsev self-assigned this Mar 20, 2024
@vlad-perevezentsev vlad-perevezentsev changed the title Add dpnp.linalg.tensorinv implementation Add dpnp.linalg.tensorinv() implementation Mar 20, 2024
@github-actions
Copy link
Contributor

github-actions bot commented Mar 20, 2024

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

Copy link
Contributor

@antonwolfy antonwolfy left a comment

Choose a reason for hiding this comment

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

Thank you @vlad-perevezentsev.
I only have a couple of minor comments.

@antonwolfy antonwolfy merged commit e5d3127 into master Mar 22, 2024
@antonwolfy antonwolfy deleted the impl_tensorinv branch March 22, 2024 15:33
vlad-perevezentsev added a commit that referenced this pull request Mar 22, 2024
antonwolfy pushed a commit that referenced this pull request Mar 23, 2024
* add dpnp.linalg.tensorsolve impl

* Add tests for tensorsolve

* Add test_tensorsolve_axes

* Address remarks

* Address remarks for #1752
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