Skip to content
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

running error:DepthmapDenoiseWeightedHuber.cu:451: error: (-217) too many resources requested for launch in function updateQDCaller? #62

Open
nonlinear1 opened this issue Dec 28, 2019 · 0 comments

Comments

@nonlinear1
Copy link

I have successfully compiling OpenDTAM, But when I running it, there is a error:
using: 49
using: 50
OpenCV Error: Gpu API call (too many resources requested for launch) in updateQDCaller, file /home/manifold/OpenDTAM/Cpp/DepthmapDenoiseWeightedHuber/DepthmapDenoiseWeightedHuber.cu, line 451
terminate called after throwing an instance of 'cv::Exception'
what(): /home/manifold/OpenDTAM/Cpp/DepthmapDenoiseWeightedHuber/DepthmapDenoiseWeightedHuber.cu:451: error: (-217) too many resources requested for launch in function updateQDCaller
Aborted (core dumped)
My environtment:
os:ubuntu16.04
gpu: gtx1050
cuda 9.0
opencv 2.4.9 (cmake option:cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D BUILD_EXAMPLES=ON -D CUDA_GENERATION=Auto -D CUDA_ARCH_BIN=6.1 -D CUDA_ARCH_PTX=6.1 ..)
in CMakeLists.txt of OpenDTAM I add SET(CUDA_NVCC_FLAGS -gencode arch=compute_61,code=sm_61;-G;-g))

Could someone know how to solve this error? thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant