-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
memory corruption fix for distributed data parallel version before SyncUpGlobalBestSplit #3110
memory corruption fix for distributed data parallel version before SyncUpGlobalBestSplit #3110
Conversation
Close-reopen to retrigger Appveyor. |
7e34e36
to
baa72e5
Compare
Close-reopen to retrigger travis URL checker |
the PR previously failed on a Mac build that complained about different types passed to std::max, I added a fix for it (cast) that seems to have resolved the build issue |
@guolinke might you be able to take another look at this PR? thank you! |
f3282ed
to
69e40f8
Compare
close reopen for CI (URL checker failed)
|
…ncUpGlobalBestSplit (microsoft#3110) * memory corruption fix for distributed data parallel version before SyncUpGlobalBestSplit * updated based on comments * updated voting and feature parallel based on comments * fixing macos failure * rename variable
…ncUpGlobalBestSplit (microsoft#3110) * memory corruption fix for distributed data parallel version before SyncUpGlobalBestSplit * updated based on comments * updated voting and feature parallel based on comments * fixing macos failure * rename variable
This pull request has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this. |
memory corruption was found using valgrind
see relevant issue for debugging info:
#2981