Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport gh-1827 #1830

Merged
merged 9 commits into from
Sep 12, 2024
Merged

Backport gh-1827 #1830

merged 9 commits into from
Sep 12, 2024

Conversation

oleksandr-pavlyk
Copy link
Collaborator

This PR backports all changes from gh-1827 except two which modified the change-log.

The change-log would need to be updated for 0.18 release, and that change backported to main branch.

  • 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?
  • If this PR is a work in progress, are you opening the PR as a draft?

This method permits casting behavior equivalent to `"same_kind"` when using in-place operators by introducing the `_inplace_op` method

Expands this to `__imatmul__` as well through use of the already-implemented `dtype` keyword
Also clean up and make some tests for in-place operators more efficient
Copy link

github-actions bot commented Sep 12, 2024

Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞

@oleksandr-pavlyk oleksandr-pavlyk merged commit 19331c0 into maintenance/0.18.x Sep 12, 2024
34 of 47 checks passed
@oleksandr-pavlyk oleksandr-pavlyk deleted the backport-gh-1827 branch September 12, 2024 18:19
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.

2 participants