Skip to content

Commit 99d4df7

Browse files
committed
more debugging
1 parent 5c27677 commit 99d4df7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/ext/DynamicPPLJETExt.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@
6363
# HACK: Let's debug this.
6464
varinfo_typed = DynamicPPL.typed_varinfo(model)
6565
f_eval, argtypes_eval = DynamicPPL.DebugUtils.gen_evaluator_call_with_types(
66-
model, varinfo_typed
66+
model, varinfo_typed, SamplingContext()
6767
)
68+
@show JET.report_call(f_eval, argtypes_eval; target_modules=(JET.AnyFrameModule(DynamicPPL),))
6869
@show JET.report_call(f_eval, argtypes_eval)
6970
end
7071
# They should all result in typed.

0 commit comments

Comments
 (0)