添加thrust的库后出错

在添加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
之后问题解决

posted @ 2015-03-13 09:20  qingsun_ny  阅读(293)  评论(0编辑  收藏  举报