Solve fatal error: helper_math.h: No such file or directory
Posted grandyang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Solve fatal error: helper_math.h: No such file or directory相关的知识,希望对你有一定的参考价值。
When the ‘fatal error: helper_math.h: No such file or directory‘ occurs, it means the ‘helper_math.h‘ file is missing.
In fact, ‘helper_math.h‘ locates at ‘/usr/local/cuda/samples/common/inc/helper_math.h‘ if you‘ve installed cuda successfully, so just copy the missing file to where the error occurs.
cp /usr/local/cuda/samples/common/inc/helper_math.h [Where the error occurs]
以上是关于Solve fatal error: helper_math.h: No such file or directory的主要内容,如果未能解决你的问题,请参考以下文章
fatal: Unable to find remote helper for 'https'
使用 git clone 的时候出现 fatal: Unable to find remote helper for 'https' 解决办法
ubuntu 14.04 git clone 出现 fatal: Unable to find remote helper for 'https'