File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ This is a small wrapper around NumPy and CuPy that is compatible with the
5547] ( https://numpy.org/neps/nep-0047-array-api-standard.html ) .
66
77Unlike ` numpy.array_api ` , this is not a strict minimal implementation of the
8- Array API, but rather just an extension of the main NumPy namespace with
9- changes needed to be compliant with the Array API.
8+ Array API, but rather just an extension of the main NumPy and CuPy namespaces
9+ with changes needed to be compliant with the Array API.
1010
11- Library authors using the Array API may wish to test against numpy.array_api
11+ Library authors using the Array API may wish to test against ` numpy.array_api `
1212to ensure they are not using functionality outside of the standard, but prefer
13- this implementation for the default when working with NumPy arrays.
13+ this implementation for the default when working with NumPy or CuPy arrays.
1414
1515See https://numpy.org/doc/stable/reference/array_api.html for a full list of
1616changes. In particular, unlike ` numpy.array_api ` , this package does not use a
You can’t perform that action at this time.
0 commit comments