Skip to content

Extend _tensor_elementwise_impl with binary functions and use it for dpnp #2803

Merged
vlad-perevezentsev merged 216 commits intoinclude-dpctl-tensorfrom
move_elementwise_binary_impl
Mar 18, 2026
Merged

Extend _tensor_elementwise_impl with binary functions and use it for dpnp #2803
vlad-perevezentsev merged 216 commits intoinclude-dpctl-tensorfrom
move_elementwise_binary_impl

Conversation

@vlad-perevezentsev
Copy link
Contributor

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

This PR extends _tensor_elementwise_impl with part of binary functions : add, atan2, bitwise_and, bitwise_left_shift, bitwise_or, bitwise_right_shift, bitwise_xor

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

Base automatically changed from move-tensor-linalg to include-dpctl-tensor March 18, 2026 12:25
@vlad-perevezentsev vlad-perevezentsev force-pushed the move_elementwise_binary_impl branch from 1970960 to 3f9aac4 Compare March 18, 2026 12:50
antonwolfy
antonwolfy previously approved these changes Mar 18, 2026
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 with small nits below

@vlad-perevezentsev vlad-perevezentsev merged commit 5dcdd27 into include-dpctl-tensor Mar 18, 2026
3 of 33 checks passed
@vlad-perevezentsev vlad-perevezentsev deleted the move_elementwise_binary_impl branch March 18, 2026 14:23
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