-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
feat: Add avx2 implementation for one pass svd in large action spaces. #4281
Conversation
red_features.generated_interactions ? *red_features.generated_interactions : *ex->interactions; | ||
for (const auto& ns : interactions) | ||
{ | ||
// TODO: other interactions, ignores & extent_interactions. The following only handles quadratics. |
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.
should we emit some sort of warning if users select LAS + simd + ignore/extend/cubics/other instead of silently ignoring?
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.
yes, let me handle these and add warnings and some tests in a separate pr.
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.
approve with suggestion
@zwd-ms Did you benchmark the performance improvement of using |
@rami-lv yes we see good perf speed up for an expensive part in cb_las, but for |
No description provided.