CUDA 内存调试:memcheck,racecheck 【读书笔记】
【摘要】
Usage: cuda-memcheck [options] [your-program] [your-program-options]Options: --binary-patching <yes|no> [Default : yes] Control the binary p...
-
Usage: cuda-memcheck [options] [your-program] [your-program-options]
-
Options:
-
--binary-patching <yes|no> [Default : yes]
-
Control the binary patching of the device code. This is enabled by default.
-
Disabling this option will result in a loss of precision for error reporting.
-
-
--check-api-memory-access <yes|no> [Default : yes]
-
Check cudaMemcpy/cudaMemset for accesses to device memory
-
-
--check-deprecated-instr <yes|no> [Default : no]
-
Check for usage of deprecated instructions.
-
If deprecated instruction usage is found, an error will be reported.
-
Which instructions are checked might depend on the selected tool.
-
This is disabled by default.
-
-
--check-device-heap <yes|no> [Default : yes]
-
Check allocations on the device heap. This is enable
文章来源: panda1234lee.blog.csdn.net,作者:panda1234lee,版权归原作者所有,如需转载,请联系作者。
原文链接:panda1234lee.blog.csdn.net/article/details/83536175
【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)