Skip to content

Extend _tensor_elementwise_impl with binary functions part 3#2805

Draft
vlad-perevezentsev wants to merge 5 commits intomove_elementwise_binary_impl_part_2from
move_elementwise_binary_impl_part_3
Draft

Extend _tensor_elementwise_impl with binary functions part 3#2805
vlad-perevezentsev wants to merge 5 commits intomove_elementwise_binary_impl_part_2from
move_elementwise_binary_impl_part_3

Conversation

@vlad-perevezentsev
Copy link
Contributor

@vlad-perevezentsev vlad-perevezentsev commented Mar 5, 2026

This PR extends _tensor_elementwise_impl with the remaining binary functions :

copysign,
logical_and,
logical_or,
logical_xor,
maximum,
minimum,
multiply,
nextafter,
not_equal,
pow,
remainder,
subtract,

This is the last PR series of _tensor_elementwise_impl migration which fully migrates all elementwise functions to dpctl_ext.tensor

Python API dpctl_ext.tensor : 182/233

  • 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 5, 2026

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

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