Skip to content

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

Merged
jameslamb merged 1 commit intomasterfrom
comment
Oct 25, 2024
Merged

[docs] fix inaccurate comment for force_col_wise param with CUDA version#6695
jameslamb merged 1 commit intomasterfrom
comment

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
@jameslamb jameslamb deleted the comment branch October 25, 2024 02:45
@github-actions
Copy link
Contributor

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 30, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants