错误记录五

来源:互联网 发布:nginx for linux 安装 编辑:程序博客网 时间:2024/05/29 09:58

参考博客:http://blog.csdn.net/zhangla1220/article/details/51025722

caffe 编译中出现错误: declaration is incompatible with "const char *cudnnGetErrorString(cudnnStatus_t)"

解决方案:在cudnn.h中
inline const char* cudnnGetErrorString(cudnnStatus_t status)  修改为
inline const char* CUDNNWINAPI  cudnnGetErrorString(cudnnStatus_t status)。
0 0
原创粉丝点击