mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-03 04:39:43 +00:00
fix thrust-transform-reduce error (#5078)
This commit is contained in:
parent
1cd7efc520
commit
dce05da535
@ -1,6 +1,6 @@
|
|||||||
#include <thrust/device_vector.h>
|
#include <thrust/device_vector.h>
|
||||||
#include <thrust/reduce.h>
|
#include <thrust/reduce.h>
|
||||||
|
#include <thrust/transform_reduce.h>
|
||||||
#include "cuda_util.h"
|
#include "cuda_util.h"
|
||||||
|
|
||||||
/* GPU function guard */
|
/* GPU function guard */
|
||||||
|
Loading…
Reference in New Issue
Block a user