git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8027 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -239,7 +239,11 @@ typedef struct _double4 double4;
|
|||||||
#define BLOCK_CELL_ID 128
|
#define BLOCK_CELL_ID 128
|
||||||
#define MAX_BIO_SHARED_TYPES 128
|
#define MAX_BIO_SHARED_TYPES 128
|
||||||
|
|
||||||
#pragma OPENCL EXTENSION cl_khr_fp64: enable
|
#if defined(cl_khr_fp64)
|
||||||
|
#pragma OPENCL EXTENSION cl_khr_fp64 : enable
|
||||||
|
#elif defined(cl_amd_fp64)
|
||||||
|
#pragma OPENCL EXTENSION cl_amd_fp64 : enable
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -267,7 +271,11 @@ typedef struct _double4 double4;
|
|||||||
#define BLOCK_CELL_ID 128
|
#define BLOCK_CELL_ID 128
|
||||||
#define MAX_BIO_SHARED_TYPES 128
|
#define MAX_BIO_SHARED_TYPES 128
|
||||||
|
|
||||||
#pragma OPENCL EXTENSION cl_khr_fp64: enable
|
#if defined(cl_khr_fp64)
|
||||||
|
#pragma OPENCL EXTENSION cl_khr_fp64 : enable
|
||||||
|
#elif defined(cl_amd_fp64)
|
||||||
|
#pragma OPENCL EXTENSION cl_amd_fp64 : enable
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user