AllenXiangX / SnowflakeNet

(TPAMI 2023) Snowflake Point Deconvolution for Point Cloud Completion and Generation with Skip-Transformer
MIT License
142 stars 16 forks source link

编译出错 #26

Open Wanghc233 opened 8 months ago

Wanghc233 commented 8 months ago

作者您好! 我在编译该代码下的chamfer3D和emd时报错。错误如下: creating build/temp.linux-x86_64-cpython-37 /usr/local/cuda-11.0/bin/nvcc -I/home/whc/miniconda3/envs/spd/lib/python3.7/site-packages/torch/include -I/home/w/miniconda3/envs/spd/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/home/w/miniconda3/envs/spd/lib/python3.7/site-packages/torch/include/TH -I/home/w/miniconda3/envs/spd/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda-11.0/include -I/home/whc/miniconda3/envs/spd/include/python3.7m -c chamfer3D.cu -o build/temp.linux-x86_64-cpython-37/chamfer3D.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options '-fPIC' -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=chamfer_3D -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=sm_86 -std=c++14 nvcc fatal : Unsupported gpu architecture 'compute_86' 期待您的回复!

FSet89 commented 3 months ago

Any update on this? Apparently the suggested CUDA version in this repo is too old for compute_86