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
bc694222
Unverified
Commit
bc694222
authored
Nov 22, 2023
by
James Lamb
Committed by
GitHub
Nov 22, 2023
Browse files
[CUDA] fix typo in error message (#6207)
parent
d9a4cf49
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/treelearner/cuda/cuda_single_gpu_tree_learner.hpp
src/treelearner/cuda/cuda_single_gpu_tree_learner.hpp
+1
-1
No files found.
src/treelearner/cuda/cuda_single_gpu_tree_learner.hpp
View file @
bc694222
...
...
@@ -155,7 +155,7 @@ class CUDASingleGPUTreeLearner: public SerialTreeLearner {
#pragma warning(disable : 4702)
explicit
CUDASingleGPUTreeLearner
(
const
Config
*
tree_config
,
const
bool
/*boosting_on_cuda*/
)
:
SerialTreeLearner
(
tree_config
)
{
Log
::
Fatal
(
"CUDA Tree Learner was not enabled in this build.
\n
"
"Please recompile with CMake option -DUSE_CUDA
P
=1"
);
"Please recompile with CMake option -DUSE_CUDA=1"
);
}
};
...
...
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