issues
search
dgasmith
/
opt_einsum
⚡️Optimizing einsum functions in NumPy, Tensorflow, Dask, and more with contraction order optimization.
https://dgasmith.github.io/opt_einsum/
MIT License
863
stars
68
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
contract_path with optimize='optimal' not working on small example
#243
ryan112358
opened
1 week ago
1
Add support for sympy backend (symbolic computation)
#242
SimoneGasperini
opened
1 week ago
3
Versioned Documentation
#241
dgasmith
opened
2 months ago
1
CI Fix
#240
dgasmith
closed
2 months ago
4
v3.4 Release notes and removes NumPy kwargs
#239
dgasmith
closed
2 months ago
1
[REQUEST] Release new version
#238
EarlMilktea
closed
2 months ago
3
Ruff's the codebase
#237
dgasmith
closed
4 months ago
1
Fixes `operands could not be broadcast` error when the subscripts contain ellipsis and the operands are shapes.
#236
nova77
closed
4 months ago
4
`contract_path` with ellipsis fails when `shapes=True`
#235
nova77
closed
4 months ago
1
opt_einsum.contract is slower than raw numpy.einsum
#234
lin-cp
closed
2 months ago
4
Alternative Greedy Algorithms
#233
dgasmith
opened
6 months ago
1
Finalizes typing and updates documentation
#232
dgasmith
closed
6 months ago
1
Document state of PyTorch upstreaming in the README
#231
bmillwood
closed
2 months ago
3
Github identifier format in docs/source/conf.py
#230
NGC2023
closed
4 months ago
1
handle empty contraction list in PathInfo
#229
jcmgray
closed
6 months ago
1
add jaxlib alias
#228
jcmgray
closed
6 months ago
1
Environment and MyPy updates
#227
dgasmith
closed
6 months ago
1
`contract` failed to find required methods from `jax.numpy` backend
#224
zazbone
closed
6 months ago
4
Setup.py says install requires Numpy >= 1.7
#223
chabazite
closed
11 months ago
1
Raise error in `parse_einsum_input` when output subscript is specified multiple times
#222
lgeiger
closed
6 months ago
1
New release with Python 3.12 support?
#221
singingwolfboy
closed
2 months ago
2
Sub-optimal contraction path when using broadcasting
#220
pimdh
opened
1 year ago
1
contract_path with `optimize=bool` raises
#219
ev-br
closed
2 months ago
3
contract_expression inconsistent with contract
#218
SebastianSemper
opened
1 year ago
0
Setting memory_limit in contract_path causes "ValueError: invalid subscript 'Ų' in einstein sum subscripts string, subscripts must be letters"
#217
rht
opened
1 year ago
7
Suggestion: Multiple einsum steps
#216
davystrong
opened
1 year ago
2
Multiple GPUs
#215
alex-orca
closed
6 months ago
2
Add Aesara backend
#214
rlouf
closed
6 months ago
7
Add Aesara as a backend
#213
rlouf
opened
1 year ago
4
Return type of opt_einsum.contract -- linter errors
#212
danielkelshaw
closed
1 year ago
2
Contigugous loss after opt-einsum that may affect the efficiency of subsequent operations
#211
Geositta2000
opened
1 year ago
8
deduplicate backends.md
#210
loriab
closed
1 year ago
0
'out' option in 'contract' makes a copy
#209
wxj6000
closed
1 year ago
6
Use ConfigParser instead of SafeConfigParser
#208
hongxu-jia
closed
2 years ago
1
[WIP] add a preprocessor
#207
jcmgray
closed
1 year ago
1
Way to keep tensor Ids from being rearranged to cretae custom paths
#206
LionFrangoulis
closed
1 year ago
2
Disable torch.backends.opt_einsum to avoid duplicate work
#205
janeyx99
closed
5 months ago
19
Remove NumPy as a hard dependency
#204
dgasmith
closed
4 months ago
12
Thoughts on making the numpy dependency optional?
#203
janeyx99
closed
2 months ago
9
When I use opt_einsum optimizes torch.einum, the running time after optimization increases.
#202
edwin-zft
closed
2 months ago
6
Update README.md
#201
s-mandra
closed
2 years ago
2
[BUG FIX] Add shapes support to parse_einsum_input
#200
janeyx99
closed
2 years ago
10
Fink optimal path for caching constant intermediates
#199
fangzhangmnm
opened
2 years ago
3
Zero dimension tensors (as zero entries) lead opt_einsum slower than einsum
#198
Geositta2000
opened
2 years ago
1
Support for Python array API standard
#197
IsaacBreen
opened
2 years ago
4
allow backend=None
#196
jcmgray
closed
2 years ago
2
Fix `dp` to work for contractions with no sized axes (scalars only).
#195
romanngg
closed
2 years ago
1
Could `opt_einsum` understand repeated inputs?
#194
romanngg
opened
2 years ago
0
allow `backend=None` as shorthand for 'auto'
#193
jcmgray
closed
2 years ago
1
Bug fixes and tweaks for v3.4.0
#192
dgasmith
closed
2 years ago
4
Next