TensorBFS / OMEinsumContractionOrders.jl

Tensor network contraction order optimizers for OMEinsum
MIT License
25 stars 3 forks source link

We are getting following issue for more connected graphs #36

Closed alex124585 closed 3 months ago

alex124585 commented 1 year ago

Getting pace complexity not found and then Julia thread gets killed ┌ Warning: target space complexity not found, got: 34.0, with time complexity 45.65477344005592, read-write complexity 36.76159466700723. └ @ OMEinsumContractionOrders ~/.julia/packages/OMEinsumContractionOrders/dbGto/src/treesa.jl:229 ./run_julia_degeneracy.sh: line 5: 7718 Killed /opt/omniai/work/instance1/jupyter/environment/applications/builds/julia-1.8.5/bin/julia --threads 8 julia_scripts/run_degeneracy.jl $L 0.8 $r 0 $seed

GiggleLiu commented 1 year ago

Do you mind pasting the code here? What you show is just a warning that contracting the tensor will create too large intermediate tensor size. You may want to check the memory usage of your computer while running the script.

GiggleLiu commented 3 months ago

Close for being unable to reproduce the issue.