Skip to content

Commit 97fb645

Browse files
committed
weird.
1 parent 809fdf8 commit 97fb645

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

plugin/sycl/predictor/predictor.cc

100755100644
File mode changed.

src/gbm/gbm.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
* that learns through gradient statistics.
66
* \author Tianqi Chen
77
*/
8-
#ifndef XGBOOST_GBM_H_
9-
#define XGBOOST_GBM_H_
8+
#pragma once
109

1110
#include <dmlc/registry.h>
1211
#include <xgboost/base.h>
@@ -196,4 +195,3 @@ struct GradientBoosterReg
196195
::dmlc::Registry< ::xgboost::GradientBoosterReg>::Get()->__REGISTER__(Name)
197196

198197
} // namespace xgboost
199-
#endif // XGBOOST_GBM_H_

tests/cpp/plugin/test_sycl_predictor.cc

100755100644
File mode changed.

0 commit comments

Comments
 (0)