Skip to content

Extend _tensor_elementwise_impl with binary functions part 3#2805

Merged
vlad-perevezentsev merged 218 commits intoinclude-dpctl-tensorfrom
move_elementwise_binary_impl_part_3
Mar 19, 2026
Merged

Extend _tensor_elementwise_impl with binary functions part 3#2805
vlad-perevezentsev merged 218 commits intoinclude-dpctl-tensorfrom
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?

@vlad-perevezentsev vlad-perevezentsev marked this pull request as ready for review March 11, 2026 18:54
Base automatically changed from move_elementwise_binary_impl_part_2 to include-dpctl-tensor March 18, 2026 17:32
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.

LGTM

@vlad-perevezentsev vlad-perevezentsev merged commit aa816fd into include-dpctl-tensor Mar 19, 2026
51 of 61 checks passed
@vlad-perevezentsev vlad-perevezentsev deleted the move_elementwise_binary_impl_part_3 branch March 19, 2026 11:24
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.

3 participants