mirror of https://github.com/hpcaitech/ColossalAI
[kernel] fixed the include bug in dropout kernel (#999)
parent
c27ea0d980
commit
533d0c46d8
|
@ -1,10 +1,11 @@
|
|||
#include <cooperative_groups.h>
|
||||
|
||||
#include <chrono>
|
||||
#include <ctime>
|
||||
|
||||
#include "kernels.h"
|
||||
|
||||
#include <cooperative_groups.h>
|
||||
|
||||
|
||||
namespace cg = cooperative_groups;
|
||||
|
||||
curandStatePhilox4_32_10_t *curandstate;
|
||||
|
|
Loading…
Reference in New Issue