Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ If multiple threads are available, the varinfo provided will be wrapped in a
Returns a tuple of the model's return value, plus the updated `varinfo`
(unwrapped if necessary).
"""
function AbstractPPL.evaluate!!(model::Model, varinfo::AbstractVarInfo)
@inline function AbstractPPL.evaluate!!(model::Model, varinfo::AbstractVarInfo)
return if use_threadsafe_eval(model.context, varinfo)
evaluate_threadsafe!!(model, varinfo)
else
Expand Down
3 changes: 3 additions & 0 deletions test/integration/enzyme/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[sources]
DynamicPPL = {path = "../../../"}

[compat]
Enzyme = "0.13.68"
Loading