Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Razdoburdin committed Jan 26, 2024
1 parent b4778bb commit 5af1eac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plugin/sycl/common/partition_builder.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#pragma GCC diagnostic ignored "-W#pragma-messages"
#include <xgboost/data.h>
#pragma GCC diagnostic pop
#include <xgboost/tree_model.h>

#include <algorithm>
#include <vector>
#include <utility>
Expand All @@ -18,8 +20,6 @@
#include "../../../src/common/column_matrix.h"
#pragma GCC diagnostic pop

#include <xgboost/tree_model.h>

#include "../data.h"
#include "row_set.h"
#include "../data/gradient_index.h"
Expand Down
2 changes: 2 additions & 0 deletions plugin/sycl/data/gradient_index.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#ifndef PLUGIN_SYCL_DATA_GRADIENT_INDEX_H_
#define PLUGIN_SYCL_DATA_GRADIENT_INDEX_H_

#include <vector>

#include "../data.h"
#include "../../src/common/hist_util.h"

Expand Down
2 changes: 1 addition & 1 deletion plugin/sycl/tree/expand_entry.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ struct ExpandEntry {
} // namespace sycl
} // namespace xgboost

#endif // PLUGIN_SYCL_TREE_EXPAND_ENTRY_H_
#endif // PLUGIN_SYCL_TREE_EXPAND_ENTRY_H_

0 comments on commit 5af1eac

Please sign in to comment.