-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Check failed: error == cudaSuccess (30 vs. 0) unknown error #3973
Comments
/**
* This indicates that an unknown internal error has occurred.
*/
cudaErrorUnknown = 30, Did you change your windows/CommonSettings.config to version 7.5?
|
yes, but It was fine untill I uninstalled cuda 6.5. |
Can you confirm if the issue persists with the latest CMake build? |
that issue was belongs to 6 7 month ago! I'm on win10 (the issue happened on win7 sp1) |
Let me know how it goes.
I tried to make it as easy as possible, but hassle-free is really a subjective thing. You can have a look at the appveyor build script to get an idea of how complicated it is. |
@willyd : When I'm trying to run the cmake script which you provided in the readme, I get
The visual studio 2013 solution file, works however! |
@Coderx7 I am currently reworking the appveyor build script so it can be used outside of appveyor. You can see it there: https://github.com/willyd/caffe/tree/build-script Building caffe with this should be as simple as running I will let you know when this is merged. |
@willyd : I tried your new script, gotta say its much better now. Thank you for that.
moving the cmakelists.txt from caffe_root to the build directory does not work either, it causes some more errors. This is my config by the way : Link I also have some suggestions , Instead of redownloading everything each time a simple error occures, |
You forgot the line continuation character ^ on this line -DCUDNN_ROOT="C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v8.0/cuda51/cuda" |
The build script was not really meant to be executed over and over. As documented in the README you should run it once and only once. After that you can edit the CMake Cache via cmake-gui.exe or by calling cmake.exe with new switches and building using VS or Ninja. That being said, it would not be too hard to use CMake's |
@willyd : Thanks , those notes, solved all of my problems in my windows 10. every thing is just fine and works perfectly although I had to manually add dependencies to the path env. (By the way can you create a specific thread where these kinds of questions can be asked there? do you check Caffe-UserGroups? ) |
ntdll.lib is part of the Windows Driver Develpment kit. LMDB needs it so that we are able to create large database files without taking up your whole disk. Now as for why it is not included in your install I guess that is an option of the compiler installer. You can try to download the WDDK from microsoft or build on windows 10 and execute on windows 8.
Yes a receive a daily summary of caffe-users and try to give feedback to most windows requests. But specific threads for specific issues would be great indeed. |
FYI ntdll.lib is located at |
@Coderx7 Can we close this issue? |
@willyd yeah sure |
Hello All,
I recently uninstalled my cuda 6.5 from my system since I had downloaded the newer version 7.5.
Before I uninstall the cuda 6.5 Caffe compiled just fine. now it doesnt.!
when It reaches the testall stage, it crashes with these errors:
Whats wrong?
The text was updated successfully, but these errors were encountered: