1. 首页
  2. 数据库
  3. 其它
  4. Check failed: error == cudaSuccess (74 vs. 0) misaligned address

Check failed: error == cudaSuccess (74 vs. 0) misaligned address

上传者: 2021-01-16 11:51:54上传 PDF文件 21.36KB 热度 16次
以下摘自github hoszbh的回答 https://github.com/BVLC/caffe/issues/5729 modifying cudnn_conv_layer.cpp and aligning the address to be multiples of 32. You can insert tow lines of code before size_t total_max_workspace = ... as follow: size_t m=32; max_workspace = (max_workspace + m-1) / m * m;
用户评论