nvcc.hpp BOOST_COMPILER "NVIDIA CUDA C++ Compiler" BOOST_GPU_ENABLED __host__ __device__ //(C)CopyrightEricJourdanneau,JoelFalcou2010 //Use,modificationanddistributionaresubjecttothe //BoostSoftwareLicense,Version1.0.(Seeaccompanyingfile //LICENSE_1_0.txtorcopyathttp://www.boost.org/LICENSE_1_0.txt) //Seehttp://www.boost.orgformostrecentversion. //NVIDIACUDAC++compilersetup #ifndefBOOST_COMPILER #defineBOOST_COMPILER"NVIDIACUDAC++Compiler" #endif //NVIDIASpecificsupport //BOOST_GPU_ENABLED:Flagafunctionoramethodasbeingenabledonthehostanddevice #defineBOOST_GPU_ENABLED__host____device__ //BoostsupportmacroforNVCC //NVCCBasicallybehaveslikesomeflavorofMSVC6+somespecificquirks #ifdef__GNUC__ #include<gecode/third-party/boost/config/compiler/gcc.hpp> #elifdefined(_MSC_VER) #include<gecode/third-party/boost/config/compiler/visualc.hpp> #endif