Include correct CUDA runtime headers.

This commit is contained in:
castano 2009-01-04 07:32:41 +00:00
parent 7165dab99f
commit 4c197ab48c

View File

@ -26,7 +26,7 @@
#include "CudaUtils.h" #include "CudaUtils.h"
#if defined HAVE_CUDA #if defined HAVE_CUDA
#include <cuda_runtime.h> #include <cuda_runtime_api.h>
#endif #endif
using namespace nv; using namespace nv;