summaryrefslogtreecommitdiff
path: root/devel/py-autoray/pkg-descr
blob: d83fab5b1ce30408c6b0f202c7a9c7d50734fb65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Autoray is a lightweight Python library that provides automatic dispatching of
array operations to the appropriate backend, allowing code to work seamlessly
with different array libraries like NumPy, JAX, PyTorch, TensorFlow, CuPy,
Dask, and others.

Key features:
* Automatic backend detection and dispatching
* Support for multiple array libraries
* Minimal overhead and dependencies
* Easy integration with existing code
* Extensible for custom backends
* Compatible with most common array operations