-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
Description
We include these rewrites when compiling logp graphs, but this won't replace inner logp graphs (e.g, inside Scan or not-inlined OpFromGraph)
Lines 1142 to 1144 in 371472d
check_parameter_opt = ( | |
"local_check_parameter_to_ninf_switch" if check_bounds else "local_remove_check_parameter" | |
) |
The example in #6696 suffers from this. Sampling is quite faster when the rewrite is manually added