Skip to content

Commit

Permalink
Add the BFGS example to our performance benchmarks.
Browse files Browse the repository at this point in the history
  • Loading branch information
axch committed Jul 14, 2023
1 parent 65dce60 commit 0873300
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmarks/continuous.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ def diag_conv_jax():
DexEndToEnd('fluidsim', 10),
DexEndToEnd('regression', 10),
DexEndToEnd('md', 10, baseline_commit='19b16662150ac8a11a9cbc2df67e9f58169ce4ee'),
DexEndToEnd('bfgs', 10, baseline_commit='65dce60fe8a4a59e9ed563865b2b9eb9d81a540c'),
DexRuntime('fused_sum', 5),
DexRuntime('gaussian', 5),
DexRuntime('jvp_matmul', 5),
Expand Down

0 comments on commit 0873300

Please sign in to comment.