fix thrust-transform-reduce error (#5078)

pull/5086/head
Jun Gao 2023-11-21 15:09:35 +08:00 committed by GitHub
parent 1cd7efc520
commit dce05da535
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 */