随笔分类 -  C++

学习C++遇到的问题
摘要:// 调用CUDA kernel 是非阻塞的,调用kernel语句后面的语句不等待kernel执行完,立即执行。所以在 call_kernel(see kernel.cu) 中执行 m5op.dump 是错误的!!! // REF: https://www.cs.virginia.edu/~csad 阅读全文
posted @ 2017-11-05 20:56 Bug之吻 阅读(2286) 评论(0) 推荐(0)
摘要:将C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin添加到path后,依然不能编译; 新建INCLUDE:C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include 新 阅读全文
posted @ 2017-03-20 23:17 Bug之吻 阅读(243) 评论(0) 推荐(0)