Questions tagged «error-checking»

4
使用CUDA运行时API检查错误的规范方法是什么?
浏览关于CUDA问题的答案和评论,以及在CUDA标签Wiki中,我经常看到有人建议应检查每个API调用的返回状态是否有错误。API文档包括像功能cudaGetLastError,cudaPeekAtLastError以及cudaGetErrorString,但什么是把这些结合在一起,以可靠地捕捉和报告错误,而不需要很多额外的代码的最佳方式?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.