1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

Include cuda.h

This commit is contained in:
Peter Boyle 2020-09-03 15:49:13 -04:00
parent 85b1c5df39
commit bcd7895362

View File

@ -90,6 +90,7 @@ void acceleratorInit(void);
//////////////////////////////////////////////
#ifdef GRID_CUDA
#include <cuda.h>
#ifdef __CUDA_ARCH__
#define GRID_SIMT