Mercurial > hg > GearsTemplate
diff src/parallel_execution/context.h @ 462:8d7e5d48cad3
Running CPU examples
author | Tatsuki IHA <innparusu@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 20 Dec 2017 22:05:08 +0900 |
parents | 6b71cf5b1c22 |
children | 7d67c9cf09ee |
line wrap: on
line diff
--- a/src/parallel_execution/context.h Wed Dec 20 17:54:15 2017 +0900 +++ b/src/parallel_execution/context.h Wed Dec 20 22:05:08 2017 +0900 @@ -5,6 +5,9 @@ #include <pthread.h> #ifdef USE_CUDAWorker #include <cuda.h> +#include "../helper_cuda.h" +#include <driver_types.h> +#include <cuda_runtime.h> #endif #define ALLOCATE_SIZE 20000000