-
Notifications
You must be signed in to change notification settings - Fork 16
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
[TTFS] Replace broadcast operators by explicit for loops in IPM kernels #231
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@frapac Thanks for working on this! Seems that this can significantly reduce the time. Though, I'd suggest we run a benchmark to better understand the impact on solution time.
Another suggestion, I think for many of these operations, @simd
is applicable. Have you considered/tested this?
Codecov Report
@@ Coverage Diff @@
## master #231 +/- ##
==========================================
+ Coverage 74.19% 75.74% +1.54%
==========================================
Files 38 38
Lines 3697 3512 -185
==========================================
- Hits 2743 2660 -83
+ Misses 954 852 -102
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Reduce drastically the precompile time.
On current master, we get
On this branch:
x-ref: #186