KOKIAOKI / 3d_bbs

MIT License
172 stars 28 forks source link

occur core_dump in gpu version of calc_score #34

Closed zuowei1998 closed 2 months ago

zuowei1998 commented 3 months ago

ibX8AxZsov I try to use bbs3d in my own project, but I have a problem with cacl_score. My gpu device is orin_nx. I would really appreciate it if you could reply to this question.

KOKIAOKI commented 3 months ago

Hello! Thank you for using 3D-BBS

I checked it but it's difficult to answer with only this output. Can you give me more information such as cuda version? What Eigen version do you use now ?

zuowei1998 commented 3 months ago

Thanks for your reply. My cuda version = 11.4 and my Eigen version = 3.4.0.

KOKIAOKI commented 3 months ago

3D-BBS doesn't support below cuda 12.0 Can you update cuda version in your device?

zuowei1998 commented 2 months ago

Thanks!!! Maybe I have found the reason. When my last calculation has not been completed and I feed the current frame to bbs at the same time, there may be a core_dump.