Include cuda runtime properly.

This commit is contained in:
castano 2008-12-09 11:26:08 +00:00
parent fd2f5465f8
commit 931580edc5

View File

@ -37,7 +37,7 @@
#if defined HAVE_CUDA
#include <cuda_runtime.h>
#include <cuda_runtime_api.h>
#endif
#include <time.h>