git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7317 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -84,10 +84,17 @@ inline std::ostream & operator<<(std::ostream &out, const _lgpu_double4 &v) {
|
||||
|
||||
enum{SPHERE_SPHERE,SPHERE_ELLIPSE,ELLIPSE_SPHERE,ELLIPSE_ELLIPSE};
|
||||
|
||||
// OCL_VENDOR: preprocessor define for hardware
|
||||
// specific sizes of OpenCL kernel related constants
|
||||
|
||||
#ifdef FERMI_OCL
|
||||
#define OCL_VENDOR "FERMI_OCL"
|
||||
#endif
|
||||
|
||||
#ifdef CYPRESS_OCL
|
||||
#define OCL_VENDOR "CYPRESS_OCL"
|
||||
#endif
|
||||
|
||||
#ifndef OCL_VENDOR
|
||||
#define OCL_VENDOR "GENERIC_OCL"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user