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

Move dpnp.from_dlpack to array creation routine #2209

Merged
merged 8 commits into from
Dec 5, 2024

Conversation

antonwolfy
Copy link
Contributor

@antonwolfy antonwolfy commented Dec 3, 2024

The PR proposes to move dpnp.from_dlpack function to dpnp/dpnp_iface_arraycreation.py and to update docstring description, because there were formatting issues with rendered documentation of dpnp.from_dlpack.

Also sphinx configuration was tuned to add mapping towards dpctl documentation pages.

  • Have you provided a meaningful PR description?
  • Have you added a test, reproducer or referred to 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?
  • If this PR is a work in progress, are you filing the PR as a draft?

@antonwolfy antonwolfy self-assigned this Dec 3, 2024
Copy link
Contributor

github-actions bot commented Dec 3, 2024

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

@antonwolfy antonwolfy force-pushed the move-from_dlpack-to-array-creation-routine branch from 7d1c321 to 1e29cef Compare December 4, 2024 15:07
@antonwolfy antonwolfy marked this pull request as ready for review December 4, 2024 19:35
Copy link
Collaborator

@vtavana vtavana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @antonwolfy!

dpnp/dpnp_iface_arraycreation.py Outdated Show resolved Hide resolved
@antonwolfy antonwolfy merged commit e53fa72 into master Dec 5, 2024
47 of 48 checks passed
@antonwolfy antonwolfy deleted the move-from_dlpack-to-array-creation-routine branch December 5, 2024 12:17
github-actions bot added a commit that referenced this pull request Dec 5, 2024
The PR proposes to move `dpnp.from_dlpack` function to
`dpnp/dpnp_iface_arraycreation.py` and to update docstring description,
because there were formatting issues within rendered documentation of
`dpnp.from_dlpack`.

Also sphinx configuration was tuned to add mapping towards dpctl
documentation pages. e53fa72
antonwolfy added a commit that referenced this pull request Dec 6, 2024
The PR proposes to move `dpnp.from_dlpack` function to
`dpnp/dpnp_iface_arraycreation.py` and to update docstring description,
because there were formatting issues within rendered documentation of
`dpnp.from_dlpack`.

Also sphinx configuration was tuned to add mapping towards dpctl
documentation pages.
@antonwolfy antonwolfy mentioned this pull request Dec 6, 2024
6 tasks
github-actions bot added a commit that referenced this pull request Dec 6, 2024
antonwolfy added a commit that referenced this pull request Dec 6, 2024
This PR backports of #2209 from development branch to
`maintenance/0.16.x`.
github-actions bot added a commit that referenced this pull request Dec 6, 2024
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