You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,26 @@
1
1
# DynamicPPL Changelog
2
2
3
+
## 0.36.0
4
+
5
+
### BenchmarkTools extension
6
+
7
+
DynamicPPL now contains a BenchmarkTools extension.
8
+
If you have both packages loaded, then it exports a single function `make_benchmark_suite`, which returns a `BenchmarkTools.BenchmarkGroup` object.
9
+
Running this will give you information about the time taken to evaluate the log density of the model ("evaluation"), as well as the time taken to evaluate its gradient.
10
+
11
+
Note that benchmarking both of these is in general much easier since the changes in 0.35.0.
12
+
If you just want to run a single model, the easiest way is to do this:
0 commit comments