[NFC] polish colossalai/kernel/cuda_native/csrc/kernels/dropout_kernels.cu code style (#1261)

Co-authored-by: “Arsmart123 <202476410arsmart@gmail.com>
pull/1298/head
ziyu huang 2022-07-12 17:39:51 +08:00 committed by Frank Lee
parent f8b9aaef47
commit f1cafcc73a
1 changed files with 2 additions and 3 deletions

View File

@ -1,11 +1,10 @@
#include <cooperative_groups.h>
#include <chrono>
#include <ctime>
#include "kernels.h"
#include <cooperative_groups.h>
namespace cg = cooperative_groups;
curandStatePhilox4_32_10_t *curandstate;