Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
b7de71df
Unverified
Commit
b7de71df
authored
Oct 25, 2024
by
Nikita Titov
Committed by
GitHub
Oct 24, 2024
Browse files
[docs] fix inaccurate comment for `force_col_wise` param with CUDA version (#6695)
parent
f8230aea
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/io/config.cpp
src/io/config.cpp
+1
-1
No files found.
src/io/config.cpp
View file @
b7de71df
...
@@ -397,7 +397,7 @@ void Config::CheckParamConflict(const std::unordered_map<std::string, std::strin
...
@@ -397,7 +397,7 @@ void Config::CheckParamConflict(const std::unordered_map<std::string, std::strin
}
}
}
}
if
(
device_type
==
std
::
string
(
"gpu"
))
{
if
(
device_type
==
std
::
string
(
"gpu"
))
{
// force col-wise for gpu
, and cuda
version
// force col-wise for gpu version
force_col_wise
=
true
;
force_col_wise
=
true
;
force_row_wise
=
false
;
force_row_wise
=
false
;
if
(
deterministic
)
{
if
(
deterministic
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment