Anirudh Swarankar

Results 10 comments of Anirudh Swarankar

HI, how can I simulate the battery in loopback adapter ?

Seems like there is no such branch origin-en. Only option I could think of for en readers is to clone the chinese version from here https://github.com/gaoxiang12/slambook2 and transalte the code...

I am able to build libspconv.so on SM_120 Cuda13 & 12.8 but executing example` ./main ../benchmark-pc.jarr` throws this error ``` Hello libspconv!!! 0 20 796 788 0 49 650 1056...

I tried on sm_75 RTX2060 with cuda 12.8 got same error.

I tried on sm_120 (RTX5070Ti) initially. But spconv throwed errors

Hey @hopef Thank you so much for the update. I just tested it on my system it works now. Thanks again

Hey @QZJGeorge , That sounds great. I’ll definitely look at it. I’ve been working on building an end-to-end transformer-based pipeline for multi-object tracking (MOT) with LiDAR–camera sensor fusion.

Hey were you able to compile with cuda 13 ? I am also trying to getting `nvcc fatal : Unsupported gpu architecture 'compute_52'` not sure where 52 arch is being...

I was able to compile by changing `CXX_STANDARD 14 CUDA_STANDARD 14 ` to `CXX_STANDARD 17 CUDA_STANDARD 17`