Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Feb 10, 2023
1 parent 208e18a commit 4802d58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/common/threading_utils.cuh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright 2021-2023 by XGBoost Contributors
*/
#ifndef XGBOOST_COMMON_THREADING_UTILS_CUH_
#define XGBOOST_COMMON_THREADING_UTILS_CUH_

#include <algorithm> // std::min
#include <cstddef> // std::size_t

Expand Down Expand Up @@ -79,3 +82,4 @@ XGBOOST_DEVICE inline void UnravelTrapeziodIdx(std::size_t i_idx, std::size_t n,
}
} // namespace common
} // namespace xgboost
#endif // XGBOOST_COMMON_THREADING_UTILS_CUH_

0 comments on commit 4802d58

Please sign in to comment.