Pointcept / Pointcept

Pointcept: a codebase for point cloud perception research. Latest works: PTv3 (CVPR'24 Oral), PPT (CVPR'24), OA-CNNs (CVPR'24), MSC (CVPR'23)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation of Pointcept with H100 GPU

saimunur opened this issue · comments

I want to thank the team for the incredible work on maintaining this repository, and the many authors who have contributed to it. It's been an invaluable resource for many people.

I'm currently facing an issue when trying to install this codebase with H100 GPUs, specifically during the python setup.py install step. I have tried various versions of Python, PyTorch, and CUDA Toolkit, but despite my efforts, I haven't been able to resolve it.

Could you please take a look when you have a moment? Your guidance would be greatly appreciated. Additionally, if any users have encountered and resolved a similar issue, I would be grateful for your insights.

Thank you.

Hi, when building the CUDA code in the local environment, we need to ensure that the CUDA
path is successfully exported. Could you check the output of: nvcc -V ?