-
Notifications
You must be signed in to change notification settings - Fork 0
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
Optimize Performance #14
Comments
I've done a few experiments (including the changes in #17). This is an intermediate report. PreliminariesI added a branch on my Halo2 fork that prints out some useful information with regard to performance. Here's a run with the "MNIST_small" model (
You can see that:
Using the
|
Depends on #13
I think we should consider some basic performance optimizations, like:
V1
floor planner instead ofSimpleFloorPlanner
I think the number of rows is already pretty optimized with #12.
The text was updated successfully, but these errors were encountered: