fix thrust-transform-reduce error (#5078)

This commit is contained in:
Jun Gao
2023-11-21 15:09:35 +08:00
committed by GitHub
parent 1cd7efc520
commit dce05da535

View File

@@ -1,6 +1,6 @@
#include <thrust/device_vector.h>
#include <thrust/reduce.h>
#include <thrust/transform_reduce.h>
#include "cuda_util.h"
/* GPU function guard */