Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Understanding performance #3

Closed
yebai opened this issue Aug 21, 2023 · 2 comments · Fixed by #83 or #48
Closed

Understanding performance #3

yebai opened this issue Aug 21, 2023 · 2 comments · Fixed by #83 or #48

Comments

@yebai
Copy link
Contributor

yebai commented Aug 21, 2023

We need some benchmarks to understand the overheads from various steps in the pipeline, e.g.

  • time spent on tracing
  • time spent on transforming and running the tape.
@yebai
Copy link
Contributor Author

yebai commented Oct 9, 2023

Some code that we can recycle for benchmarking:

@willtebbutt
Copy link
Member

The first bit of benchmarking has been implemented in #47 -- it verifies that all hand-written rrules have good performance by comparing the performance of primals with the performance of their associated rrules.

The next stage is to apply the same tests to rrules which are implemented using AD.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants