Skip to content
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

[docs] fix inaccurate comment for force_col_wise param with CUDA version #6695

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

StrikerRUS
Copy link
Collaborator

With CUDA, force_row_wise is used.

LightGBM/src/io/config.cpp

Lines 410 to 413 in d2b4e73

} else if (device_type == std::string("cuda")) {
// force row-wise for cuda version
force_col_wise = false;
force_row_wise = true;

Copy link
Collaborator

@jameslamb jameslamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you for fixing this! I'll handle re-running Azure DevOps.

@jameslamb jameslamb merged commit b7de71d into master Oct 25, 2024
48 checks passed
@jameslamb jameslamb deleted the comment branch October 25, 2024 02:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants