We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809fdf8 commit 97fb645Copy full SHA for 97fb645
plugin/sycl/predictor/predictor.cc
100755
100644
src/gbm/gbm.h
@@ -5,8 +5,7 @@
5
* that learns through gradient statistics.
6
* \author Tianqi Chen
7
*/
8
-#ifndef XGBOOST_GBM_H_
9
-#define XGBOOST_GBM_H_
+#pragma once
10
11
#include <dmlc/registry.h>
12
#include <xgboost/base.h>
@@ -196,4 +195,3 @@ struct GradientBoosterReg
196
195
::dmlc::Registry< ::xgboost::GradientBoosterReg>::Get()->__REGISTER__(Name)
197
198
} // namespace xgboost
199
-#endif // XGBOOST_GBM_H_
tests/cpp/plugin/test_sycl_predictor.cc
0 commit comments