标签:
在添加thrust库中的host_vector.h等头文件时
C:\NVIDIA\cudatoolkit\include\thrust\detail\config
中的debug.h一直出问题,因此注释
#ifndef THRUST_DEBUG
#  ifndef NDEBUG
#    if (DEBUG || _DEBUG)
#      define THRUST_DEBUG 1
#    endif // (DEBUG || _DEBUG)
#  endif // NDEBUG
#endif // THRUST_DEBUG
之后问题解决
标签:
原文地址:http://www.cnblogs.com/qingsunny/p/4334296.html