-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Legate:
- Support machine configuration through
legate::start
CuPyNumeric:
- New methods (even if 1 GPU that is ok):
- solve
- eigen
- matrix inverse
- matrix power
- SVD
- einsum (or just a way to do tensor contractions)
- Ability to read/write HDF5 to NDArray
- Ability to convert arbitrary data pointer (e.g. native Julia array) to NDArray
- Float32 uniform random number generation (ideally arbitrary type)
- Random normal number generation (could be implemented through unfirom)
-
array_equalreturns bool or 0D NDArray not 1D NDArray in C++ API -
rtol/atolforisclose. In general argument passthrough forbinary_opwould be good - public move constructor with
LogicalStore(to support 0D NDArray construction) - Support matmul between two integer NDArrays
Metadata
Metadata
Assignees
Labels
No labels