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

上一篇:怎样在UICollectionView中添加Header和footer


下一篇:记一次UICollectionView中visibleCells的坑