Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Open
@certik

Description

@certik

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.

Metadata

Metadata

Assignees

Labels

numpyBugs and feature requests regarding NumPy support

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions