Reformatted

This commit is contained in:
jpekkila
2019-12-03 15:14:26 +02:00
parent f14e35620c
commit 5a6a3110df
10 changed files with 37 additions and 52 deletions

View File

@@ -26,7 +26,6 @@ extern "C" {
#include <stdlib.h> // size_t
//#include <vector_types.h> // CUDA vector types (float4, etc)
//#ifndef __CUDACC__
#if defined(AC_USE_CUDA_RUNTIME_API) || defined(__CUDACC__)
#include <cuda_runtime_api.h>
#else
@@ -46,7 +45,6 @@ typedef struct {
double x, y, z;
} double3;
#endif
//#endif // __CUDACC__
// Library flags
#define STENCIL_ORDER (6)