Skip to content

Implement Python Array API (NumPy, CuPy, PyTorch style subset of NumPy) #1458

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

Open
certik opened this issue Jan 24, 2023 · 0 comments
Open
Assignees
Labels
numpy Bugs and feature requests regarding NumPy support

Comments

@certik
Copy link
Contributor

certik commented Jan 24, 2023

Implement the "Python Array API": https://data-apis.org/array-api/latest/API_specification/index.html

NumPy, CuPy and PyTorch try to follow it.

For example it lists functions like empty, arange, argmin, where, sinh, etc. So we should first support most of the things from this Array API, when implementing NumPy support.

For example here is the CuPy API that follows the Array API: https://docs.cupy.dev/en/stable/reference/index.html, a subset of NumPy, that we should support.

@certik certik added the numpy Bugs and feature requests regarding NumPy support label Jan 24, 2023
@czgdp1807 czgdp1807 self-assigned this Jan 24, 2023
@certik certik changed the title Implement CuPy style subset of NumPy Implement Python Array API (NumPy, CuPy, PyTorch style subset of NumPy) Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
numpy Bugs and feature requests regarding NumPy support
Projects
None yet
Development

No branches or pull requests

2 participants