-
Notifications
You must be signed in to change notification settings - Fork 68
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
Small inference test #2152
Comments
I htink for SnoopCompile to work you need to be on 1.11, since it then should see the work done by Enzyme. |
We should also add this to the benchmarks. |
yeah fair, and to be clear this is just one of our internal tests I noticed was running like 30seconds [which is clearly needless here] |
What's the right way to add, since presumably all we care about is the first run/compile, but BenchmarkTools removes that |
So with #2158 and inparticular a stupid ephermal cache we go down to 14s from 84s on my system. |
Pasted here for ease.
What I'm using locally for some testing @vchuravy
The text was updated successfully, but these errors were encountered: