Skip to content

Conversation

@antonwolfy
Copy link
Contributor

@antonwolfy antonwolfy commented Jan 15, 2026

The PR closes #2352 and closes #2353.

This PR improves implementation of dpnp.logspace and dpnp.geomspace functions based on the latest changes added to NumPy.
And it also updates logic of how input array_like arguments handled to follow compute follows data approach.
If no device or sycl_queue keyword passed, then an array creation function should allocate result based on input arguments (like start and stop).
Otherwise all input arrays need to be moved to the specified queue and resulting array must be allocated there.

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

@antonwolfy antonwolfy added this to the 0.20.0 release milestone Jan 15, 2026
@antonwolfy antonwolfy self-assigned this Jan 15, 2026
@github-actions
Copy link
Contributor

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

@github-actions
Copy link
Contributor

github-actions bot commented Jan 15, 2026

Array API standard conformance tests for dpnp=0.20.0dev1=py313h509198e_54 ran successfully.
Passed: 1229
Failed: 0
Skipped: 7

@coveralls
Copy link
Collaborator

coveralls commented Jan 15, 2026

Coverage Status

coverage: 81.335% (-0.002%) from 81.337%
when pulling 282c0ef on resolve-gh-2352-2353
into 96bb408 on master.

@antonwolfy antonwolfy force-pushed the resolve-gh-2352-2353 branch from 8f2b44c to a040d0a Compare January 17, 2026 13:09
@antonwolfy antonwolfy marked this pull request as ready for review January 17, 2026 13:10
@antonwolfy antonwolfy force-pushed the resolve-gh-2352-2353 branch from a040d0a to 282c0ef Compare January 17, 2026 16:40
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.

cross-device compute-follow-data issue for dpnp.logspace cross-device compute-follow-data issue for dpnp.geomspace

2 participants