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 d6e9c83 commit 88d2227Copy full SHA for 88d2227
test/threadsafe.jl
@@ -60,6 +60,7 @@
60
@time wthreads(x)(vi)
61
62
# Ensure that we use `ThreadSafeVarInfo` to handle multithreaded observe statements.
63
+ @info "Threads.threadid() = $(Threads.threadid())"
64
DynamicPPL.evaluate_threadsafe!!(
65
wthreads(x),
66
vi,
0 commit comments