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

MAINT: validate device on numpy and dask #301

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

crusaderky
Copy link
Contributor

Salvaged from #293.

  • Validate device keyword in array_api_compat.numpy.astype
  • Validate device keyword in all Dask functions

@Copilot Copilot bot review requested due to automatic review settings April 3, 2025 11:43
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds device validation for NumPy and Dask functions by replacing manual device checks with a shared helper function.

  • Introduces _helpers._check_device calls in both NumPy and Dask array functions.
  • Updates helper function _check_device to support device validation for both array backends.

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
array_api_compat/numpy/_aliases.py Replaces manual device validation with _helpers._check_device call.
array_api_compat/dask/array/_aliases.py Adds _helpers._check_device call in multiple functions.
array_api_compat/common/_helpers.py Refactors _check_device to support both NumPy and Dask device checks.

@crusaderky crusaderky force-pushed the check_device branch 2 times, most recently from 030d62d to e718c7b Compare April 3, 2025 11:45
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.

1 participant