BundleFusion icon indicating copy to clipboard operation
BundleFusion copied to clipboard

invalid device symbol

Open kingFzh opened this issue 6 years ago • 9 comments

Source\Solver\CUDASolverBuilding.cpp(135):cutilCheckMsg() CUTIL CUDA error:CUDASolverBuilding: (13) invalid device symbol bundle

kingFzh avatar Nov 12 '18 13:11 kingFzh

I have met the same question as you. Have you solved it?

h1063135843 avatar Nov 14 '18 07:11 h1063135843

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.

kingFzh avatar Nov 14 '18 07:11 kingFzh

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.

h1063135843 avatar Nov 14 '18 07:11 h1063135843

FriedLiver Stuck I have matched the graphic ,but the problem is the same as before and still haven't solved.

kingFzh avatar Nov 14 '18 08:11 kingFzh

It;s a pity. The problem is sure about CUDA. Maybe you could ran it on another machine. I have the weChat.

h1063135843 avatar Nov 14 '18 08:11 h1063135843

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?

kingFzh avatar Nov 14 '18 08:11 kingFzh

I met the same question,too. Have you solved it?

BrigitteBai avatar Dec 10 '18 13:12 BrigitteBai

I have solved this problem, that is the Graphic Card for display must be in accordance with the one for cuda Computing.

Tomas-Lee avatar Oct 16 '19 08:10 Tomas-Lee

I have solved this problem by setting -arch=sm_30 in CMakeLists.txt in https://github.com/nonlinear1/BundleFusion_Ubuntu_V0.

aaaaangel avatar Dec 04 '20 02:12 aaaaangel