diff options
Diffstat (limited to 'devel/py-autoray/pkg-descr')
-rw-r--r-- | devel/py-autoray/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/py-autoray/pkg-descr b/devel/py-autoray/pkg-descr new file mode 100644 index 000000000000..d83fab5b1ce3 --- /dev/null +++ b/devel/py-autoray/pkg-descr @@ -0,0 +1,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 |