зеркало из https://github.com/microsoft/LightGBM.git
[CUDA] fix typo in error message (#6207)
This commit is contained in:
Родитель
d9a4cf498c
Коммит
bc6942226e
|
@ -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_CUDAP=1");
|
||||
"Please recompile with CMake option -DUSE_CUDA=1");
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче