mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-30 17:22:21 +00:00
[kernel] fixed the include bug in dropout kernel (#999)
This commit is contained in:
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
Block a user