Skip to content

Commit

Permalink
fix cpp lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyu1994 committed Feb 25, 2025
1 parent 6aa2aff commit b137216
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions src/boosting/cuda/nccl_gbdt.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,18 @@

#ifdef USE_CUDA

#include <pthread.h>

#include <LightGBM/objective_function.h>
#include <LightGBM/network.h>

#include "cuda_score_updater.hpp"
#include "nccl_gbdt_component.hpp"
#include <memory>
#include <vector>

#include <LightGBM/cuda/cuda_nccl_topology.hpp>

#include <pthread.h>
#include <memory>
#include <vector>
#include "cuda_score_updater.hpp"
#include "nccl_gbdt_component.hpp"

#include "../gbdt.h"

Expand Down
2 changes: 1 addition & 1 deletion src/boosting/cuda/nccl_gbdt_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

#ifdef USE_CUDA

#include <LightGBM/cuda/cuda_objective_function.hpp>
#include <LightGBM/objective_function.h>
#include <LightGBM/tree.h>

#include <algorithm>
#include <vector>
#include <memory>

#include <LightGBM/cuda/cuda_objective_function.hpp>
#include "cuda_score_updater.hpp"
#include "../../treelearner/cuda/cuda_single_gpu_tree_learner.hpp"

Expand Down

0 comments on commit b137216

Please sign in to comment.