Skip to content

Conversation

@vlad-perevezentsev
Copy link
Contributor

This PR extends _tensor_impl in dpctl_ext.tensor with the remaining functions that are explicitly used in dpnp implementations (_take, _full_usm_ndarray, _zeros_usm_ndarray, _linspace_step, _triu) enabling a complete switch to dpctl_ext.tensor._tensor_impl instead of dpctl.tensor._tensor_impl

It also adds take(), put(), full(),tril() and triu() to dpctl_ext.tensor and updates the corresponding dpnp functions to use these implementations internally

  • 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?

@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 2026

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

@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 2026

Array API standard conformance tests for dpnp=0.20.0dev2=py313h509198e_31 ran successfully.
Passed: 1353
Failed: 2
Skipped: 9

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.

1 participant