-
Notifications
You must be signed in to change notification settings - Fork 566
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
Add reshuffle kmeans actor scan #9725
Conversation
⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ ⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
|
||
namespace NKikimr::NDataShard::NKMeans { | ||
|
||
// TODO(mbkkt) We are know all tempalte parameters for these functions and classes so we can move them to cpp |
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.
Много опечаток, и совершенно не ясно, что здесь имеется ввиду. Если эти функции используются только в одном .cpp, то можно унести в .cpp. Если не только в одном .cpp, то не ясно что ты хочешь здесь делать и зачем. Вроде нет ничего плохого, что эти функции в .h, ты ведь вряд ли хочешь для нескольких TRes писать несколько реализаций. Мне кажется этот комментарий лишний.
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.
Тут скорее про TCalculation.
Типо в принципе если функцию, которая делает инстанциацию шаблона (свитч по вектор сеттингс) убрать в kmeans_helper.cpp, то эти функции тоже можно унести туда.
Сейчас оно по сути два раза инстациируется (local_kmeans и reshuffle_kmeans)
Просто я пока не придумал красивого способа это сделать (без явного перечисления всех комбинаций)
Но удалил коммент.
⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ ⚪
⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
No description provided.