Unverified Commit b7de71df authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

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

parent f8230aea
......@@ -397,7 +397,7 @@ void Config::CheckParamConflict(const std::unordered_map<std::string, std::strin
}
}
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_row_wise = false;
if (deterministic) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment