Skip to content

Conversation

@ChrisRackauckas
Copy link
Member

This ends up having a lot of overhead found in SciML/OrdinaryDiffEq.jl#2757. They are triggered because the reinit! code recursively reinit!s the internals of the cache, and LinearCache doesn't have a reinit!, so it's a no-op. This is correct, but it turns out the debugging macro is just really expensive so it makes it slow even though it's not doing anything 😅 . I commented it out so we know where to put SciMLVerbosity.jl instructions for the near future @jClugstor

This ends up having a lot of overhead found in SciML/OrdinaryDiffEq.jl#2757. They are triggered because the `reinit!` code recursively `reinit!`s the internals of the cache, and `LinearCache` doesn't have a `reinit!`, so it's a no-op. This is correct, but it turns out the debugging macro is just really expensive so it makes it slow even though it's not doing anything 😅 . I commented it out so we know where to put SciMLVerbosity.jl instructions for the near future @jClugstor
@ChrisRackauckas ChrisRackauckas merged commit d021f2e into master Jul 18, 2025
69 of 93 checks passed
@ChrisRackauckas ChrisRackauckas deleted the ChrisRackauckas-patch-2 branch July 18, 2025 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants