当我首先尝试编译我的程序时,我收到了这个错误:
错误:“uint32_t”没有命名类型
然后我包括
#include <stdint.h>
现在发现这个错误:
/include/stdint.h:52: 错误:冲突声明'typedef unsigned int uint32_t'</p>
/cuda/include/vector_types.h:452:错误:“uint32_t”之前的声明为“typedef struct uint32_t uint32_t”</p>
有什么建议可以解决这个问题吗?谢谢