Skip to content

Conversation

antonwolfy
Copy link
Contributor

@antonwolfy antonwolfy commented Jun 20, 2025

This PR backports of #2477 from development branch to maintenance/0.18.x.

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

vtavana and others added 2 commits June 20, 2025 18:40
Tests are updated to have a green CI with numpy-2.3.0.

1) `matmul` failure is because a [bug in
NumPy](numpy/numpy#29164).
2) `numpy.unique` is modified in numpy-2.3, [dpnp should
align](#2476) with recent
changes.
3) There was a bug for calculating norm of empty arrays when
`keepdims=True` is passed which is fixed.

- [x] Have you provided a meaningful PR description?
- [ ] Have you added a test, reproducer or referred to an issue with a
reproducer?
- [x] Have you tested your changes locally for CPU and GPU devices?
- [x] 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?
- [x] Have you added your changes to the changelog?
Copy link
Contributor

Array API standard conformance tests for dpnp=0.18.0=py312h852cfe9_4 ran successfully.
Passed: 1231
Failed: 0
Skipped: 9

@antonwolfy antonwolfy merged commit 20d28e6 into maintenance/0.18.x Jun 20, 2025
65 of 79 checks passed
@antonwolfy antonwolfy deleted the backport-gh-2477 branch June 20, 2025 18:12
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