princeton-vl / DROID-SLAM

BSD 3-Clause "New" or "Revised" License
1.82k stars 302 forks source link

about cuda version #126

Open AndyCA111 opened 7 months ago

AndyCA111 commented 7 months ago

does cuda need to be 11.3? I use 11.7 cuda and corresponding pytorch, but now it seems have some problems with compling thirdparty, is it related to the cuda version?

TrpTyrArg commented 4 months ago

I tried with cuda 11.7 + torch 1.13.1 and successfully run setup.py, but when running demo undefined symbol occurred(i guess the problem is with libc10). Did you solve the problem eventually? Thanks very much!

william-Dic commented 1 month ago

Same problem here as @TrpTyrArg. Anyone figured out the undefined symbol?