-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
remove let
from @setup_workload
#16
Conversation
I don't really understand the test error on nightly. |
I think it's because the
Nightly infers both a specialized and an unspecialized version without the |
Codecov Report
@@ Coverage Diff @@
## main #16 +/- ##
==========================================
- Coverage 93.25% 93.18% -0.08%
==========================================
Files 3 3
Lines 89 88 -1
==========================================
- Hits 83 82 -1
Misses 6 6
|
Thanks for getting this out the door! |
This seems to have a bad effect on precompilation somehow.
I investigated this from JuliaSIMD/LoopVectorization.jl#490. Removing these
let
statements makes the regression go away.