-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test master #538
Test master #538
Conversation
See if it recreates the Enzyme issue in https://github.com/SciML/SciMLBase.jl/actions/runs/10665292019/job/29558360634?pr=779
@wsmoses caught this in a downstream test today.
Is there a change to Enzyme I can look at to help me orient around what changed? |
we realized we we'rent throwing errors for llvm insert instructions that were runtime active [aka storing, via an insert instruction, a contant pointer, into a differentiable data structure] |
So it should've errored before and it just didn't? 😅 |
I guess like the others, LinearProblem might need to be mutable? |
Bump, the question is:
|
@ChrisRackauckas can you mark Line 178 in 33911f6
The issue yells that Line 187 in 33911f6
|
Fixing the type stability and marking things constant didn't seem to effect it. |
No description provided.