HighDimensionalEconLab / DifferentiableStateSpaceModels.jl

MIT License
46 stars 1 forks source link

Perturbation solutions getting stuck when rapidly evaluated #116

Closed jlperla closed 2 years ago

jlperla commented 2 years ago

This seems to occur with a @btime as well as with calls to FiniteDifferences, such as when called with test_rrule etc.

Currently going through to see if concurrency issues are at play:

jlperla commented 2 years ago

Happens without any actual calculations. Compiler failing in some odd way?

jlperla commented 2 years ago

Cracked. Some sort of compiler bug with globals. Will add MWE later.