Jutho / TensorOperations.jl

Julia package for tensor contractions and related operations
https://jutho.github.io/TensorOperations.jl/stable/
Other
438 stars 55 forks source link

Fix premature freeing of temporary tensors during reverse mode AD. #170

Closed lkdvos closed 2 months ago

Jutho commented 2 months ago

That's a subtle bug indeed; nice catch.

lkdvos commented 2 months ago

Should be ready to merge now