BundleFusion
BundleFusion copied to clipboard
invalid device symbol
Source\Solver\CUDASolverBuilding.cpp(135):cutilCheckMsg() CUTIL CUDA error:CUDASolverBuilding:
(13) invalid device symbol
I have met the same question as you. Have you solved it?
I have met the same question as you. Have you solved it?
I haven't solved the problem yet. I have no idea. Do have the weChat? we can make a friend and talk about it.
Yeah,it seems that you should set the correct code generation which matches your graphic such as compute_61,sm_61. But the question turned to the problem mentioned in another issue, FriedLiver Stuck.
FriedLiver Stuck I have matched the graphic ,but the problem is the same as before and still haven't solved.
It;s a pity. The problem is sure about CUDA. Maybe you could ran it on another machine. I have the weChat.
It;s a pity. The problem is sure about CUDA. Maybe you could ran it on another machine. I have the weChat.
What's your weChat?
I met the same question,too. Have you solved it?
I have solved this problem, that is the Graphic Card for display must be in accordance with the one for cuda Computing.
I have solved this problem by setting -arch=sm_30 in CMakeLists.txt in https://github.com/nonlinear1/BundleFusion_Ubuntu_V0.