1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 01:05:38 +01:00

Cuda switch off

This commit is contained in:
Peter Boyle 2019-06-08 17:11:38 +01:00
parent 8e3a05d89b
commit da8d87e9da

View File

@ -21,7 +21,10 @@
*************************************************************************************/
/* END LEGAL */
#include <Grid/Grid.h>
#ifdef GRID_NVCC
#define CUDA_PROFILE
#endif
#ifdef CUDA_PROFILE
#include <cuda_profiler_api.h>
#endif