Mercurial > hg > Gears > GearsAgda
diff src/parallel_execution/context.h @ 465:b6437feb04ee
Running CUDA examples
author | Tatsuki IHA <innparusu@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 21 Dec 2017 00:34:25 +0900 |
parents | 7d67c9cf09ee |
children | 355f7f78e3cf 71b634a5ed65 |
line wrap: on
line diff
--- a/src/parallel_execution/context.h Thu Dec 21 00:07:27 2017 +0900 +++ b/src/parallel_execution/context.h Thu Dec 21 00:34:25 2017 +0900 @@ -5,9 +5,9 @@ #include <pthread.h> #ifdef USE_CUDAWorker #include <cuda.h> -#include "../helper_cuda.h" #include <driver_types.h> #include <cuda_runtime.h> +#include "helper_cuda.h" #endif #define ALLOCATE_SIZE 20000000