Path to this page:
./
wip/py-opt-einsum,
Optimizing numpys einsum function
Branch: CURRENT,
Version: 3.3.0,
Package name: py310-opt-einsum-3.3.0,
Maintainer: kamelderouicheOptimized einsum can significantly reduce the overall execution time
of einsum-like expressions (e.g., np.einsum, dask.array.einsum,
pytorch.einsum, tensorflow.einsum, ) by optimizing the expression's
contraction order and dispatching many operations to canonical BLAS,
cuBLAS, or other specialized routines. Optimized einsum is agnostic to
the backend and can handle NumPy, Dask, PyTorch, Tensorflow, CuPy,
Sparse, Theano, JAX, and Autograd arrays as well as potentially any
library which conforms to a standard API. See the documentation for more
information
Master sites:
Filesize: 72.218 KB
Version history: (Expand)
- (2023-02-13) Package has been reborn
- (2022-11-18) Package added to pkgsrc.se, version py310-opt-einsum-3.3.0 (created)