-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: cannot open source file "/usr/local/cuda/include/math_functions.h" #77
Comments
I meet this problem too, could you tell me how to address the problem if you know the answer? thanks! |
just change the location to your |
I had changed the code in line 336,like this: |
Maybe you also need to change line 6 |
Any suggestions on getting this to work with a conda install of cuda? |
Same question as Nicholas. How to make it work using anaconda's cuda? |
First of all find math_funtions.h file in your system. example : |
Same Problem. Have you got a solution? |
my cuda path has changed, but in
line 336, in smooth_local_affine ptx = program.compile(['-I/usr/local/cuda/include'])
it doesn't read theCUDA_PATH
variable.The text was updated successfully, but these errors were encountered: