Forgot one file

This commit is contained in:
Pietro Bonfa 2020-10-22 15:30:54 +02:00
parent a6401f2097
commit 2da1f5ccf3
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
#if defined(_CUDA)
# ifndef __CUDA
# define __CUDA
# endif
#endif
#if defined(__CUDA) || defined(__OPENACC) || defined(__OPENMP5)
# define __HAVE_DEVICE
#endif