-
Notifications
You must be signed in to change notification settings - Fork 8k
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
Compile error in Linux #7486
Comments
CUDA graphs is a new feature that was recently added to Darknet. Is it possible that CUDA 9.2 doesn't support it? |
Yes, now Darknet requires CUDA 10.2 or higher. Preferably CUDA 11.2. Or you can download 2 weeks old Dartnet, that works well with old CUDA 9.x https://github.com/AlexeyAB/darknet/archive/64efa721ede91cd8ccc18257f98eeba43b73a6af.zip |
Now I have downloaded 2 weeks old Dartnet as you said, but I encountered a new error when compiling
I checked my g++ and gcc versions. Is it because of version issues?
|
You're now using this issue for a brand new problem. But are you seriously attempting to use g++4? Is that v4.5? The current version is g++9. My Ubuntu has v9.3. The version you are using must be from ...2012? I don't know what kind of system you are on, but you'll most likely have to upgrade to something modern. |
* update to run-vcpkg@v6 * bump to cmake 3.18 * use newer cuda syntax, fail if cuda enabled but not found * update win build script * improve travis with non-cuda-enabled builds * improve windows building process
Video card: Tesla V100
CUDA version: 9.2
I configure makefile to:
But I got the following mistakes:
How can I solve this problem, thank you very much for your help?
The text was updated successfully, but these errors were encountered: