Rename ranking utils to threading utils. (#8785)

This commit is contained in:
Jiaming Yuan
2023-02-12 05:41:18 +08:00
committed by GitHub
parent 70c9b885ef
commit 17b709acb9
3 changed files with 29 additions and 22 deletions

View File

@@ -12,8 +12,8 @@
#include <utility>
#include "../collective/device_communicator.cuh"
#include "../common/optional_weight.h" // OptionalWeights
#include "../common/ranking_utils.cuh"
#include "../common/optional_weight.h" // OptionalWeights
#include "../common/threading_utils.cuh" // UnravelTrapeziodIdx,SegmentedTrapezoidThreads
#include "auc.h"
#include "xgboost/data.h"
#include "xgboost/span.h"