-
Notifications
You must be signed in to change notification settings - Fork 188
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
libSGM Build for CUDA 6.5 #39
Comments
@kapildevkumar-a Thank you for letting us know this issue. We didn't test libSGM in an environment like yours, and it is difficult. Your GPU(Compute Capability 3.5) and OpenCV(Version 3.4.3) are acceptable for building/using libSGM.
Sincerely, |
Thank You @sotsuka-fixstars for your reply. I will consider using a newer version of CUDA. |
Finally I got it working for the above said Configurations, after fixing issues related to the NVCC Compiler. Thanks :-) |
So,could you tell me how to run in the Visual Studio |
I have the following configurations.
Win32 x86
CUDA 6.5
Visual Studio 12 2013
GeForce 730 with Compute Capability 3.5
OpenCV 3.4.3
I have tried building libSGM but getting errors (like __shfl_down,__shfl_xor,__shfl_up not defined) in horizontal_path_aggregation.cu
Will libSGM build for my configuration ? If so, how do I fix it ?
The text was updated successfully, but these errors were encountered: