mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-21 01:24:04 +00:00
fix thrust-transform-reduce error (#5078)
This commit is contained in:
@@ -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 */
|
||||||
|
Reference in New Issue
Block a user