Skip to content

Move _tensor_sorting_impl extension and use it for dpnp#2793

Open
vlad-perevezentsev wants to merge 18 commits intomove_tensor_accumulation_implfrom
move_tensor_sorting_impl
Open

Move _tensor_sorting_impl extension and use it for dpnp#2793
vlad-perevezentsev wants to merge 18 commits intomove_tensor_accumulation_implfrom
move_tensor_sorting_impl

Conversation

@vlad-perevezentsev
Copy link
Contributor

This PR completely moves _tensor_sorting_impl pybind11 extension into dpctl_ext.tensor and extends dpctl_ext.tensor Python API with the functions searchsorted isin, unique_all, unique_counts, unique_inverse, unique_values, argsort, sort and top_k reusing them in dpnp

  • 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 Mar 2, 2026

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

@github-actions
Copy link
Contributor

github-actions bot commented Mar 2, 2026

Array API standard conformance tests for dpnp=0.20.0dev3=py313h509198e_140 ran successfully.
Passed: 1354
Failed: 3
Skipped: 16

@vlad-perevezentsev vlad-perevezentsev marked this pull request as ready for review March 3, 2026 10:43
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