-
Notifications
You must be signed in to change notification settings - Fork 61
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
Possible source of <cuda_runtime_api.h> error on Windows #58
Comments
N2ITN
changed the title
<cuda_runtime_api.h> error
<cuda_runtime_api.h> error on Windows
May 29, 2016
N2ITN
changed the title
<cuda_runtime_api.h> error on Windows
Possible source of <cuda_runtime_api.h> error on Windows
May 29, 2016
Alternatively, perhaps it could work if a symlink was created |
same error, no idea how to fix. |
Have you issued that problem yet? It really cost me a lot of time to find a solution. |
the same problem |
we need the provider fix it or give us some solution! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am getting the following error on compilation:
I suspect the reason is that by default, Windows installs CUDA a path that includes spaces:
C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v7.5/
I know CUDA is installed properly on my system because it works fine using cuDNN with Keras.
If this is the case, is there a workaround, like providing the make file with a link?
Changing the file path might work, but it seems like a stretch.
The text was updated successfully, but these errors were encountered: