nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2021 NVIDIA Corporation
Built on Thu_Nov_18_09:45:30_PST_2021
Cuda compilation tools, release 11.5, V11.5.119
Build cuda_11.5.r11.5/compiler.30672275_0
Tried different versions of torch and torchvision, with cuda113/115/116.
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Obtaining file:///home/hlj/robot/Scene-Diffuser/src/pointops
Preparing metadata (setup.py) ... done
Installing collected packages: pointops
Running setup.py develop for pointops
error: subprocess-exited-with-error
× python setup.py develop did not run successfully.
│ exit code: 1
╰─> [164 lines of output]
running develop
running egg_info
writing pointops.egg-info/PKG-INFO
writing dependency_links to pointops.egg-info/dependency_links.txt
writing top-level names to pointops.egg-info/top_level.txt
reading manifest file 'pointops.egg-info/SOURCES.txt'
writing manifest file 'pointops.egg-info/SOURCES.txt'
running build_ext
building 'pointops_cuda' extension
Emitting ninja build file /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/build.ninja...
Compiling objects...
Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N)
/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/command/develop.py:40: EasyInstallDeprecationWarning: easy_install command is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` and ``easy_install``.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://github.com/pypa/setuptools/issues/917 for details.
********************************************************************************
!!
easy_install.initialize_options(self)
/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/utils/cpp_extension.py:788: UserWarning: The detected CUDA version (11.5) has a minor version mismatch with the version that was used to compile PyTorch (11.3). Most likely this shouldn't be a problem.
warnings.warn(CUDA_MISMATCH_WARN.format(cuda_str_version, torch.version.cuda))
[1/6] /usr/bin/nvcc -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/TH -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/THC -I/home/hlj/miniconda3/envs/3d/include/python3.8 -c -c /home/hlj/robot/Scene-Diffuser/src/pointops/src/interpolation/interpolation_cuda_kernel.cu -o /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/src/interpolation/interpolation_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=pointops_cuda -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86 -std=c++14
FAILED: /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/src/interpolation/interpolation_cuda_kernel.o
/usr/bin/nvcc -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/TH -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/THC -I/home/hlj/miniconda3/envs/3d/include/python3.8 -c -c /home/hlj/robot/Scene-Diffuser/src/pointops/src/interpolation/interpolation_cuda_kernel.cu -o /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/src/interpolation/interpolation_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=pointops_cuda -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86 -std=c++14
/usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’:
435 | function(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’
/usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’:
530 | operator=(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’
[2/6] /usr/bin/nvcc -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/TH -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/THC -I/home/hlj/miniconda3/envs/3d/include/python3.8 -c -c /home/hlj/robot/Scene-Diffuser/src/pointops/src/subtraction/subtraction_cuda_kernel.cu -o /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/src/subtraction/subtraction_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=pointops_cuda -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86 -std=c++14
FAILED: /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/src/subtraction/subtraction_cuda_kernel.o
/usr/bin/nvcc -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/TH -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/THC -I/home/hlj/miniconda3/envs/3d/include/python3.8 -c -c /home/hlj/robot/Scene-Diffuser/src/pointops/src/subtraction/subtraction_cuda_kernel.cu -o /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/src/subtraction/subtraction_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=pointops_cuda -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86 -std=c++14
/usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’:
435 | function(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’
/usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’:
530 | operator=(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’
[3/6] /usr/bin/nvcc -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/TH -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/THC -I/home/hlj/miniconda3/envs/3d/include/python3.8 -c -c /home/hlj/robot/Scene-Diffuser/src/pointops/src/sampling/sampling_cuda_kernel.cu -o /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/src/sampling/sampling_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=pointops_cuda -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86 -std=c++14
FAILED: /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/src/sampling/sampling_cuda_kernel.o
/usr/bin/nvcc -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/TH -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/THC -I/home/hlj/miniconda3/envs/3d/include/python3.8 -c -c /home/hlj/robot/Scene-Diffuser/src/pointops/src/sampling/sampling_cuda_kernel.cu -o /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/src/sampling/sampling_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=pointops_cuda -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86 -std=c++14
/usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’:
435 | function(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’
/usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’:
530 | operator=(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’
[4/6] /usr/bin/nvcc -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/TH -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/THC -I/home/hlj/miniconda3/envs/3d/include/python3.8 -c -c /home/hlj/robot/Scene-Diffuser/src/pointops/src/grouping/grouping_cuda_kernel.cu -o /home/hlj/robot/Scene-Diffuser/src/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=pointops_cuda -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86 -std=c++14
FAILED: /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/src/grouping/grouping_cuda_kernel.o
/usr/bin/nvcc -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/TH -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/THC -I/home/hlj/miniconda3/envs/3d/include/python3.8 -c -c /home/hlj/robot/Scene-Diffuser/src/pointops/src/grouping/grouping_cuda_kernel.cu -o /home/hlj/robot/Scene-Diffuser/src/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=pointops_cuda -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86 -std=c++14
/usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’:
435 | function(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’
/usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’:
530 | operator=(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’
[5/6] /usr/bin/nvcc -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/TH -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/THC -I/home/hlj/miniconda3/envs/3d/include/python3.8 -c -c /home/hlj/robot/Scene-Diffuser/src/pointops/src/aggregation/aggregation_cuda_kernel.cu -o /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/src/aggregation/aggregation_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=pointops_cuda -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86 -std=c++14
FAILED: /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/src/aggregation/aggregation_cuda_kernel.o
/usr/bin/nvcc -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/TH -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/THC -I/home/hlj/miniconda3/envs/3d/include/python3.8 -c -c /home/hlj/robot/Scene-Diffuser/src/pointops/src/aggregation/aggregation_cuda_kernel.cu -o /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/src/aggregation/aggregation_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=pointops_cuda -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86 -std=c++14
/usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’:
435 | function(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’
/usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’:
530 | operator=(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’
[6/6] /usr/bin/nvcc -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/TH -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/THC -I/home/hlj/miniconda3/envs/3d/include/python3.8 -c -c /home/hlj/robot/Scene-Diffuser/src/pointops/src/knnquery/knnquery_cuda_kernel.cu -o /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/src/knnquery/knnquery_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=pointops_cuda -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86 -std=c++14
FAILED: /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/src/knnquery/knnquery_cuda_kernel.o
/usr/bin/nvcc -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/TH -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/THC -I/home/hlj/miniconda3/envs/3d/include/python3.8 -c -c /home/hlj/robot/Scene-Diffuser/src/pointops/src/knnquery/knnquery_cuda_kernel.cu -o /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/src/knnquery/knnquery_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=pointops_cuda -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86 -std=c++14
/usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’:
435 | function(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’
/usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’:
530 | operator=(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’
ninja: build stopped: subcommand failed.
Traceback (most recent call last):
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1740, in _run_ninja_build
subprocess.run(
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/hlj/robot/Scene-Diffuser/src/pointops/setup.py", line 12, in <module>
setup(
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/__init__.py", line 104, in setup
return distutils.core.setup(**attrs)
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/dist.py", line 967, in run_command
super().run_command(command)
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/command/develop.py", line 34, in run
self.install_for_development()
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/command/develop.py", line 111, in install_for_development
self.run_command('build_ext')
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/_distutils/cmd.py", line 318, in run_command
self.distribution.run_command(command)
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/dist.py", line 967, in run_command
super().run_command(command)
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/command/build_ext.py", line 91, in run
_build_ext.run(self)
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/_distutils/command/build_ext.py", line 345, in run
self.build_extensions()
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 741, in build_extensions
build_ext.build_extensions(self)
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/_distutils/command/build_ext.py", line 467, in build_extensions
self._build_extensions_serial()
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/_distutils/command/build_ext.py", line 493, in _build_extensions_serial
self.build_extension(ext)
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/command/build_ext.py", line 252, in build_extension
_build_ext.build_extension(self, ext)
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/_distutils/command/build_ext.py", line 548, in build_extension
objects = self.compiler.compile(
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 562, in unix_wrap_ninja_compile
_write_ninja_file_and_compile_objects(
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1419, in _write_ninja_file_and_compile_objects
_run_ninja_build(
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1756, in _run_ninja_build
raise RuntimeError(message) from e
RuntimeError: Error compiling objects for extension
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× python setup.py develop did not run successfully.
│ exit code: 1
╰─> [164 lines of output]
running develop
running egg_info
writing pointops.egg-info/PKG-INFO
writing dependency_links to pointops.egg-info/dependency_links.txt
writing top-level names to pointops.egg-info/top_level.txt
reading manifest file 'pointops.egg-info/SOURCES.txt'
writing manifest file 'pointops.egg-info/SOURCES.txt'
running build_ext
building 'pointops_cuda' extension
Emitting ninja build file /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/build.ninja...
Compiling objects...
Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N)
/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/command/develop.py:40: EasyInstallDeprecationWarning: easy_install command is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` and ``easy_install``.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://github.com/pypa/setuptools/issues/917 for details.
********************************************************************************
!!
easy_install.initialize_options(self)
/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/utils/cpp_extension.py:788: UserWarning: The detected CUDA version (11.5) has a minor version mismatch with the version that was used to compile PyTorch (11.3). Most likely this shouldn't be a problem.
warnings.warn(CUDA_MISMATCH_WARN.format(cuda_str_version, torch.version.cuda))
[1/6] /usr/bin/nvcc -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/TH -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/THC -I/home/hlj/miniconda3/envs/3d/include/python3.8 -c -c /home/hlj/robot/Scene-Diffuser/src/pointops/src/interpolation/interpolation_cuda_kernel.cu -o /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/src/interpolation/interpolation_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=pointops_cuda -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86 -std=c++14
FAILED: /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/src/interpolation/interpolation_cuda_kernel.o
/usr/bin/nvcc -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/TH -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/THC -I/home/hlj/miniconda3/envs/3d/include/python3.8 -c -c /home/hlj/robot/Scene-Diffuser/src/pointops/src/interpolation/interpolation_cuda_kernel.cu -o /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/src/interpolation/interpolation_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=pointops_cuda -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86 -std=c++14
/usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’:
435 | function(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’
/usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’:
530 | operator=(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’
[2/6] /usr/bin/nvcc -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/TH -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/THC -I/home/hlj/miniconda3/envs/3d/include/python3.8 -c -c /home/hlj/robot/Scene-Diffuser/src/pointops/src/subtraction/subtraction_cuda_kernel.cu -o /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/src/subtraction/subtraction_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=pointops_cuda -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86 -std=c++14
FAILED: /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/src/subtraction/subtraction_cuda_kernel.o
/usr/bin/nvcc -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/TH -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/THC -I/home/hlj/miniconda3/envs/3d/include/python3.8 -c -c /home/hlj/robot/Scene-Diffuser/src/pointops/src/subtraction/subtraction_cuda_kernel.cu -o /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/src/subtraction/subtraction_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=pointops_cuda -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86 -std=c++14
/usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’:
435 | function(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’
/usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’:
530 | operator=(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’
[3/6] /usr/bin/nvcc -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/TH -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/THC -I/home/hlj/miniconda3/envs/3d/include/python3.8 -c -c /home/hlj/robot/Scene-Diffuser/src/pointops/src/sampling/sampling_cuda_kernel.cu -o /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/src/sampling/sampling_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=pointops_cuda -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86 -std=c++14
FAILED: /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/src/sampling/sampling_cuda_kernel.o
/usr/bin/nvcc -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/TH -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/THC -I/home/hlj/miniconda3/envs/3d/include/python3.8 -c -c /home/hlj/robot/Scene-Diffuser/src/pointops/src/sampling/sampling_cuda_kernel.cu -o /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/src/sampling/sampling_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=pointops_cuda -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86 -std=c++14
/usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’:
435 | function(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’
/usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’:
530 | operator=(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’
[4/6] /usr/bin/nvcc -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/TH -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/THC -I/home/hlj/miniconda3/envs/3d/include/python3.8 -c -c /home/hlj/robot/Scene-Diffuser/src/pointops/src/grouping/grouping_cuda_kernel.cu -o /home/hlj/robot/Scene-Diffuser/src/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=pointops_cuda -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86 -std=c++14
FAILED: /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/src/grouping/grouping_cuda_kernel.o
/usr/bin/nvcc -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/TH -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/THC -I/home/hlj/miniconda3/envs/3d/include/python3.8 -c -c /home/hlj/robot/Scene-Diffuser/src/pointops/src/grouping/grouping_cuda_kernel.cu -o /home/hlj/robot/Scene-Diffuser/src/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=pointops_cuda -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86 -std=c++14
/usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’:
435 | function(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’
/usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’:
530 | operator=(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’
[5/6] /usr/bin/nvcc -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/TH -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/THC -I/home/hlj/miniconda3/envs/3d/include/python3.8 -c -c /home/hlj/robot/Scene-Diffuser/src/pointops/src/aggregation/aggregation_cuda_kernel.cu -o /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/src/aggregation/aggregation_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=pointops_cuda -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86 -std=c++14
FAILED: /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/src/aggregation/aggregation_cuda_kernel.o
/usr/bin/nvcc -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/TH -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/THC -I/home/hlj/miniconda3/envs/3d/include/python3.8 -c -c /home/hlj/robot/Scene-Diffuser/src/pointops/src/aggregation/aggregation_cuda_kernel.cu -o /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/src/aggregation/aggregation_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=pointops_cuda -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86 -std=c++14
/usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’:
435 | function(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’
/usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’:
530 | operator=(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’
[6/6] /usr/bin/nvcc -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/TH -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/THC -I/home/hlj/miniconda3/envs/3d/include/python3.8 -c -c /home/hlj/robot/Scene-Diffuser/src/pointops/src/knnquery/knnquery_cuda_kernel.cu -o /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/src/knnquery/knnquery_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=pointops_cuda -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86 -std=c++14
FAILED: /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/src/knnquery/knnquery_cuda_kernel.o
/usr/bin/nvcc -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/TH -I/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/include/THC -I/home/hlj/miniconda3/envs/3d/include/python3.8 -c -c /home/hlj/robot/Scene-Diffuser/src/pointops/src/knnquery/knnquery_cuda_kernel.cu -o /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/src/knnquery/knnquery_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=pointops_cuda -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86 -std=c++14
/usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’:
435 | function(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’
/usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’:
530 | operator=(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’
ninja: build stopped: subcommand failed.
Traceback (most recent call last):
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1740, in _run_ninja_build
subprocess.run(
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/hlj/robot/Scene-Diffuser/src/pointops/setup.py", line 12, in <module>
setup(
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/__init__.py", line 104, in setup
return distutils.core.setup(**attrs)
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/dist.py", line 967, in run_command
super().run_command(command)
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/command/develop.py", line 34, in run
self.install_for_development()
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/command/develop.py", line 111, in install_for_development
self.run_command('build_ext')
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/_distutils/cmd.py", line 318, in run_command
self.distribution.run_command(command)
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/dist.py", line 967, in run_command
super().run_command(command)
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/command/build_ext.py", line 91, in run
_build_ext.run(self)
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/_distutils/command/build_ext.py", line 345, in run
self.build_extensions()
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 741, in build_extensions
build_ext.build_extensions(self)
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/_distutils/command/build_ext.py", line 467, in build_extensions
self._build_extensions_serial()
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/_distutils/command/build_ext.py", line 493, in _build_extensions_serial
self.build_extension(ext)
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/command/build_ext.py", line 252, in build_extension
_build_ext.build_extension(self, ext)
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/_distutils/command/build_ext.py", line 548, in build_extension
objects = self.compiler.compile(
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 562, in unix_wrap_ninja_compile
_write_ninja_file_and_compile_objects(
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1419, in _write_ninja_file_and_compile_objects
_run_ninja_build(
File "/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1756, in _run_ninja_build
raise RuntimeError(message) from e
RuntimeError: Error compiling objects for extension
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2021 NVIDIA Corporation
Built on Thu_Nov_18_09:45:30_PST_2021
Cuda compilation tools, release 11.5, V11.5.119
Build cuda_11.5.r11.5/compiler.30672275_0
Tried different versions of torch and torchvision, with cuda113/115/116.
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Obtaining file:///home/hlj/robot/Scene-Diffuser/src/pointops
Preparing metadata (setup.py) ... done
Installing collected packages: pointops
Running setup.py develop for pointops
error: subprocess-exited-with-error
× python setup.py develop did not run successfully.
│ exit code: 1
╰─> [164 lines of output]
running develop
running egg_info
writing pointops.egg-info/PKG-INFO
writing dependency_links to pointops.egg-info/dependency_links.txt
writing top-level names to pointops.egg-info/top_level.txt
reading manifest file 'pointops.egg-info/SOURCES.txt'
writing manifest file 'pointops.egg-info/SOURCES.txt'
running build_ext
building 'pointops_cuda' extension
Emitting ninja build file /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/build.ninja...
Compiling objects...
Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N)
/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/command/develop.py:40: EasyInstallDeprecationWarning: easy_install command is deprecated.
!!
error: subprocess-exited-with-error
× python setup.py develop did not run successfully.
│ exit code: 1
╰─> [164 lines of output]
running develop
running egg_info
writing pointops.egg-info/PKG-INFO
writing dependency_links to pointops.egg-info/dependency_links.txt
writing top-level names to pointops.egg-info/top_level.txt
reading manifest file 'pointops.egg-info/SOURCES.txt'
writing manifest file 'pointops.egg-info/SOURCES.txt'
running build_ext
building 'pointops_cuda' extension
Emitting ninja build file /home/hlj/robot/Scene-Diffuser/src/pointops/build/temp.linux-x86_64-cpython-38/build.ninja...
Compiling objects...
Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N)
/home/hlj/miniconda3/envs/3d/lib/python3.8/site-packages/setuptools/command/develop.py:40: EasyInstallDeprecationWarning: easy_install command is deprecated.
!!
note: This error originates from a subprocess, and is likely not a problem with pip.