Fix CPP lint. (#8807)

This commit is contained in:
Jiaming Yuan
2023-02-15 20:16:35 +08:00
committed by GitHub
parent e62167937b
commit 594371e35b
10 changed files with 35 additions and 16 deletions

View File

@@ -3,8 +3,8 @@
*/
#include <thrust/sort.h>
#include <cstdint> // std::int32_t
#include <cub/cub.cuh>
#include <cstdint> // std::int32_t
#include <cub/cub.cuh> // NOLINT
#include "../common/cuda_context.cuh" // CUDAContext
#include "../common/device_helpers.cuh"