sshaoshuai / Pointnet2.PyTorch

A faster implementation of PointNet++ based on PyTorch.
MIT License
469 stars 107 forks source link

Some technical questions about CUDA programming #23

Open MuMuJun97 opened 3 years ago

MuMuJun97 commented 3 years ago

@sshaoshuai Hi, Thanks for your open source work.

I'm very interested in your implementation of the accelerated code using CUDA.

I'd like to know the IDE in which you write CUDA and debug it. for example: pycharm? vs code? or clion.

I'd also like to learn how to implement some accelerated modules with CUDA, so I'd really appreciate if you could inform me about the CUDA compilation process and environment configuration.

Thank you!

zhufeng888 commented 3 years ago

I'm from Shenzhen. There are some passages that are great for you. https://blog.csdn.net/wqwqqwqw1231/article/details/106902235 https://blog.csdn.net/wqwqqwqw1231/article/details/107451089