dgasmith/opt_einsum
⚡️Optimizing einsum functions in NumPy, Tensorflow, Dask, and more with contraction order optimization.
PythonMIT
Issues
- 9
Thoughts on making the numpy dependency optional?
#203 opened by janeyx99 - 3
[REQUEST] Release new version
#238 opened by EarlMilktea - 1
Sub-optimal contraction path when using broadcasting
#220 opened by pimdh - 6
When I use opt_einsum optimizes torch.einum, the running time after optimization increases.
#202 opened by edwin-zft - 2
New release with Python 3.12 support?
#221 opened by singingwolfboy - 3
Opt Einsum v3.4.0
#191 opened by dgasmith - 3
contract_path with `optimize=bool` raises
#219 opened by ev-br - 3
Document state of PyTorch upstreaming in the README
#231 opened by bmillwood - 4
opt_einsum.contract is slower than raw numpy.einsum
#234 opened by lin-cp - 1
Github identifier format in docs/source/conf.py
#230 opened by NGC2023 - 1
`contract_path` with ellipsis fails when `shapes=True`
#235 opened by nova77 - 1
Alternative Greedy Algorithms
#233 opened by dgasmith - 2
Multiple GPUs
#215 opened by alex-orca - 4
- 1
Setup.py says install requires Numpy >= 1.7
#223 opened by chabazite - 0
- 7
Setting memory_limit in contract_path causes "ValueError: invalid subscript 'Ų' in einstein sum subscripts string, subscripts must be letters"
#217 opened by rht - 2
Suggestion: Multiple einsum steps
#216 opened by davystrong - 4
Add Aesara as a backend
#213 opened by rlouf - 8
Contigugous loss after opt-einsum that may affect the efficiency of subsequent operations
#211 opened by Geositta2000 - 2
- 6
'out' option in 'contract' makes a copy
#209 opened by wxj6000 - 2
- 3
- 1
Zero dimension tensors (as zero entries) lead opt_einsum slower than einsum
#198 opened by Geositta2000 - 1
allow `backend=None` as shorthand for 'auto'
#193 opened by jcmgray - 0
UnicodeEncodeError in contract_path
#182 opened by ChienKaiMa - 0
Could `opt_einsum` understand repeated inputs?
#194 opened by romanngg - 3
- 1
Empty step in contractions with scalar by dp
#187 opened by Geositta2000 - 2
- 1
- 2
error in Test opt_enisum
#183 opened by jiaminglei-lei - 2
- 7
How to use tblis to improve TDOT?
#180 opened by Lancashire3000 - 4
Customized cost functions for faster contractions
#171 opened by jcmgray - 1
Use timeit to check the performance
#178 opened - 2
Optimizing a sum of einsums?
#179 opened by yaroslavvb - 3
Customize library in binary contractions
#177 opened by Lancashire3000 - 5
Bug: Dynamic_programming path solver may return illegal contraction path
#172 opened by refraction-ray - 5
Contraction route "ipx, iqx -> pq" probably slow and not multi-threading most time
#157 opened by ajz34 - 8
Could opt_einsum be employed in PyTorch when the torchscript was used to compile the code?
#156 opened by zhangylch - 2
Taking strides into account
#162 opened by danpovey - 1
- 1
- 2
- 1
paths.ssa_to_linear() might be buggy
#169 opened by springer13 - 7
Is opt_einsum.paths.optimal algorithm correct?
#167 opened by igtrnt - 2
- 6