We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c27677 commit 99d4df7Copy full SHA for 99d4df7
test/ext/DynamicPPLJETExt.jl
@@ -63,8 +63,9 @@
63
# HACK: Let's debug this.
64
varinfo_typed = DynamicPPL.typed_varinfo(model)
65
f_eval, argtypes_eval = DynamicPPL.DebugUtils.gen_evaluator_call_with_types(
66
- model, varinfo_typed
+ model, varinfo_typed, SamplingContext()
67
)
68
+ @show JET.report_call(f_eval, argtypes_eval; target_modules=(JET.AnyFrameModule(DynamicPPL),))
69
@show JET.report_call(f_eval, argtypes_eval)
70
end
71
# They should all result in typed.
0 commit comments