Skip to content

Commit a54ffd3

Browse files
committed
restrict to smorgasbord for now
1 parent a93015b commit a54ffd3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

benchmarks/benchmarks.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,8 @@ chosen_combinations = [
4949
("Loop univariate 10k", loop_univariate10k, :typed, :mooncake, true),
5050
("Multivariate 10k", multivariate10k, :typed, :mooncake, true),
5151
("Dynamic", Models.dynamic(), :typed, :mooncake, true),
52-
("Dynamic", Models.dynamic(), :typed, :enzyme, true),
5352
("Submodel", Models.parent(randn(rng)), :typed, :mooncake, true),
54-
("Submodel", Models.parent(randn(rng)), :typed, :enzyme, true),
5553
("LDA", lda_instance, :typed, :reversediff, true),
56-
("LDA", lda_instance, :typed, :enzyme, true),
5754
]
5855

5956
# Time running a model-like function that does not use DynamicPPL, as a reference point.

0 commit comments

Comments
 (0)