We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cd libs/pointops python setup.py install
We are facing below problem when installing pointops, may you please advise how to solve this? Thank you
[1/19] /usr/local/cuda-11.8/bin/nvcc -I/data/home/thungo/anaconda3/envs/pointcept/lib/python3.8/site-packages/torch/include -I/data/home/thungo/anaconda3/envs/pointcept/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/data/home/thungo/anaconda3/envs/pointcept/lib/python3.8/site-packages/torch/include/TH -I/data/home/thungo/anaconda3/envs/pointcept/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda-11.8/include -I/data/home/thungo/anaconda3/envs/pointcept/include/python3.8 -c -c /data/home/thungo/Pointcept/libs/pointops/src/grouping/grouping_cuda_kernel.cu -o /data/home/thungo/Pointcept/libs/pointops/build/temp.linux-x86_64-cpython-38/src/grouping/grouping_cuda_kernel.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O2 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86 -std=c++17 FAILED: /data/home/thungo/Pointcept/libs/pointops/build/temp.linux-x86_64-cpython-38/src/grouping/grouping_cuda_kernel.o
The text was updated successfully, but these errors were encountered:
Hi, the true ERROR information is not included in the above message. Could you locate a more precise output of the ERROR message?
Sorry, something went wrong.
No branches or pull requests
cd libs/pointops
python setup.py install
We are facing below problem when installing pointops, may you please advise how to solve this? Thank you
[1/19] /usr/local/cuda-11.8/bin/nvcc -I/data/home/thungo/anaconda3/envs/pointcept/lib/python3.8/site-packages/torch/include -I/data/home/thungo/anaconda3/envs/pointcept/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/data/home/thungo/anaconda3/envs/pointcept/lib/python3.8/site-packages/torch/include/TH -I/data/home/thungo/anaconda3/envs/pointcept/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda-11.8/include -I/data/home/thungo/anaconda3/envs/pointcept/include/python3.8 -c -c /data/home/thungo/Pointcept/libs/pointops/src/grouping/grouping_cuda_kernel.cu -o /data/home/thungo/Pointcept/libs/pointops/build/temp.linux-x86_64-cpython-38/src/grouping/grouping_cuda_kernel.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O2 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86 -std=c++17
FAILED: /data/home/thungo/Pointcept/libs/pointops/build/temp.linux-x86_64-cpython-38/src/grouping/grouping_cuda_kernel.o
The text was updated successfully, but these errors were encountered: