[kernel] fixed the include bug in dropout kernel (#999)

pull/1001/head
Frank Lee 2022-05-18 21:43:18 +08:00 committed by GitHub
parent c27ea0d980
commit 533d0c46d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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;