-
-
Notifications
You must be signed in to change notification settings - Fork 826
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
Bug: Cannot get available memory information for CUDA gpu device 0. #621
Comments
It's not the same issue. Here the problem is a failure of the call to The corresponding code is here: AliceVision/src/aliceVision/gpu/gpu.cpp Line 99 in 6734014
But I have no idea why |
I can reproduce it in DepthMap; In the feature extraction step the GPU is disabled because the device has CUDA 2.1, where 3.0 is required. My AliceVision is compiled with CUDA 9.1.
This is the output for feature extraction as you can see, the memory is found there.
|
Just a me too here. Is there anything that I could do to work around this? Some context: This does not happen if I just run a simple |
I am getting the same exact error, Meshroom 2019.1.0 worked perfectly fine. |
@miegl does it fails for you at the binary release of Meshroom 2019.2.0? |
@skinkie @fabiencastan binary release, linux version. |
Reference alicevision/Meshroom#594 |
This is not going to work, or at least, that is what I did with CUDA 9.1. So my assumption is a lower version of the CUDA API is required - or - the actual code should be fixed in AliceVision. Investigation was still on my radar. |
Yes, I managed to reproduce it on one computer. I'm working on it. |
You can try the updated binaries alicevision/Meshroom#594 (comment) |
@fabiencastan Just came back from vacations. I have not encountered this problem again. I figured that it might have something todo with the Bumblebee/Optimus setup I have running on the laptop. But running CUDA does not require that as I then found out. |
Encountered the same issue today, when running from "alicevision/meshroom:2019.2.0-centos7-cuda8.0" docker container.
|
@JPLeoRX I have exactly the same issue. Maybe this is related to CUDA v8 as @fabiencastan mentioned here alicevision/Meshroom#594 (comment). |
I encountered the same issue, |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Problem
On executing DepthMap step I get:
This doesn't happen with the release Meshroom-2019.1.0.
But the release doesn't work either because of meshroom issue #409
Steps to Reproduce
Versions
The text was updated successfully, but these errors were encountered: