-
Notifications
You must be signed in to change notification settings - Fork 65
Perf/compress contiguous #2470
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
base: master
Are you sure you want to change the base?
Perf/compress contiguous #2470
Conversation
| #include "visitor.hpp" | ||
|
|
||
| // normalize row iff system is larger than this | ||
| constexpr int normalization_limit = 15; |
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.
Change to 5 or change comments in lines 489, 728, 728 and 952.
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.
Thanks!
ibanezbm
left a comment
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.
Fix normalization value check in modcc/solvers.cpp
|
NOTE: Check GPU before merge |
Aims to make mechanism handling a bit more efficient by