Skip to content

Comments

Extend ._tensor_impl with linear sequences functions #2782

Draft
vlad-perevezentsev wants to merge 28 commits intomove_tensor_impl_repeat_where_clipfrom
move_tensor_impl_linear_sequence
Draft

Extend ._tensor_impl with linear sequences functions #2782
vlad-perevezentsev wants to merge 28 commits intomove_tensor_impl_repeat_where_clipfrom
move_tensor_impl_linear_sequence

Conversation

@vlad-perevezentsev
Copy link
Contributor

@vlad-perevezentsev vlad-perevezentsev commented Feb 23, 2026

This PR is the final one in the series of extending _tensor_impl extension

It extends _tensor_impl in dpctl_ext.tensor with linear sequence functions
(_linspace_step and _linspace_affine)

Also this PR significantly expands Python API of dpctl_ext.tensor by adding all missing functions from dpctl_ext.tensor._ctors and dpctl_ext.tensor._manipulation_functions

_tensor_impl: 45 / 45 functions
Python API dpctl_ext.tensor: 70 / 233 functions

  • 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

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

@github-actions
Copy link
Contributor

Array API standard conformance tests for dpnp=0.20.0dev3=py313h509198e_115 ran successfully.
Passed: 1356
Failed: 1
Skipped: 16

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