NVIDIA / MinkowskiEngine

Minkowski Engine is an auto-diff neural network library for high-dimensional sparse tensors
https://nvidia.github.io/MinkowskiEngine
Other
2.47k stars 367 forks source link

setup error for python3.6+pytorch1.7+cuda10.2+gcc7.5 #413

Open moshicaixi opened 3 years ago

moshicaixi commented 3 years ago

Describe the bug when I run "TORCH_CUDA_ARCH_LIST="7.5" python setup.py install", I got the error as follows. I installed it completely according to the instructions.


WARNING: Skipping MinkowskiEngine as it is not installed. WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

| CUDA compilation set |

Using BLAS=openblas Using g++ for c++ compilation running install running bdist_egg running egg_info writing MinkowskiEngine.egg-info/PKG-INFO writing dependency_links to MinkowskiEngine.egg-info/dependency_links.txt writing requirements to MinkowskiEngine.egg-info/requires.txt writing top-level names to MinkowskiEngine.egg-info/top_level.txt reading manifest file 'MinkowskiEngine.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'MinkowskiEngine.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py creating build creating build/lib.linux-x86_64-3.6 creating build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/init.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiCoordinateManager.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/diagnostics.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiTensor.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiInterpolation.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiKernelGenerator.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiFunctional.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiOps.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiUnion.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiNetwork.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiNormalization.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiNonlinearity.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiCommon.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiChannelwiseConvolution.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiConvolution.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiTensorField.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiPooling.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/sparse_matrix_functions.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiSparseTensor.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiBroadcast.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiPruning.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine creating build/lib.linux-x86_64-3.6/MinkowskiEngine/utils copying ./MinkowskiEngine/utils/init.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine/utils copying ./MinkowskiEngine/utils/coords.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine/utils copying ./MinkowskiEngine/utils/collation.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine/utils copying ./MinkowskiEngine/utils/summary.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine/utils copying ./MinkowskiEngine/utils/init.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine/utils copying ./MinkowskiEngine/utils/quantization.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine/utils copying ./MinkowskiEngine/utils/gradcheck.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine/utils creating build/lib.linux-x86_64-3.6/MinkowskiEngine/modules copying ./MinkowskiEngine/modules/init.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine/modules copying ./MinkowskiEngine/modules/resnet_block.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine/modules copying ./MinkowskiEngine/modules/senet_block.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine/modules running build_ext building 'MinkowskiEngineBackend._C' extension creating /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6 creating /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2 creating /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng creating /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs creating /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine creating /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src creating /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/pybind Emitting ninja build file /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/build.ninja... Compiling objects... Using envvar MAX_JOBS (12) as the number of workers... [1/21] g++ -MMD -MF /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/math_functions_cpu.o.d -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/math_functions_cpu.cpp -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/math_functions_cpu.o -fopenmp -O3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14 cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [2/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/math_functions_gpu.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/math_functions_gpu.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -DCUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 [3/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/broadcast_kernel.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/broadcast_kernel.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -DCUDA_NO_HALF2_OPERATORS --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 [4/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/pooling_avg_kernel.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/pooling_avg_kernel.o -D__CUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -DCUDA_NO_HALF2_OPERATORS --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/pooling_avg_kernel.cu(146): warning: variable "is_int64" was declared but never referenced

[5/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/pooling_max_kernel.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/pooling_max_kernel.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -DCUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 [6/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/convolution_kernel.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/convolution_kernel.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -DCUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 /data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/convolution_kernel.cu(334): warning: integer conversion resulted in a change of sign

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/convolution_kernel.cu(573): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/convolution_kernel.cu(334): warning: integer conversion resulted in a change of sign

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/convolution_kernel.cu(573): warning: integer conversion resulted in a change of sign

[7/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/local_pooling_gpu.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/local_pooling_gpu.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 /data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

[8/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/convolution_transpose_gpu.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/convolution_transpose_gpu.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 /data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

[9/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/global_pooling_gpu.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/global_pooling_gpu.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 /data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

[10/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/local_pooling_transpose_gpu.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/local_pooling_transpose_gpu.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 /data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

[11/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/convolution_gpu.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/convolution_gpu.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 /data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

[12/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/gpu.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/gpu.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/gpu.cu(104): warning: function "minkowski::format_size" was declared but never referenced

[13/21] g++ -MMD -MF /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/quantization.o.d -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/quantization.cpp -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/quantization.o -fopenmp -O3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14 cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ In file included from /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/allocators.cuh:39:0, from /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/kernel_region.hpp:40, from /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map.hpp:30, from /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_cpu.hpp:28, from /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/quantization.cpp:32: /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/gpu.cuh:149:0: warning: "THRUST_CHECK" redefined

define THRUST_CHECK(condition) \

In file included from /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate.hpp:30:0, from /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map.hpp:29, from /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_cpu.hpp:28, from /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/quantization.cpp:32: /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/utils.hpp:169:0: note: this is the location of the previous definition

define THRUST_CHECK(condition) condition;

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/quantization.cpp: In function ‘std::vector<std::vector<int, std::allocator > > minkowski::quantize_label(const int, const int, int, int, int)’: /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/quantization.cpp:164:42: warning: narrowing conversion of ‘(int)ncols’ from ‘int’ to ‘uint32_t {aka unsigned int}’ inside { } [-Wnarrowing] auto map = map_type{nrows, hasher{ncols}, key_equal{ncols}}; ^ /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/quantization.cpp:164:60: warning: narrowing conversion of ‘(int)ncols’ from ‘int’ to ‘size_t {aka long unsigned int}’ inside { } [-Wnarrowing] auto map = map_type{nrows, hasher{ncols}, key_equal{ncols}}; ^ /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/quantization.cpp:164:61: warning: narrowing conversion of ‘(int)nrows’ from ‘int’ to ‘size_t {aka long unsigned int}’ inside { } [-Wnarrowing] auto map = map_type{nrows, hasher{ncols}, key_equal{ncols}}; ^ /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/quantization.cpp:176:16: warning: variable ‘it’ set but not used [-Wunused-but-set-variable] const auto it = map.find(key); ^~ [14/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 /data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_cpu.hpp(58): warning: variable "float_type" was declared but never referenced detected during: instantiation of "std::pair<at::Tensor, at::Tensor> minkowski::CoordinateMapCPU<coordinate_type, TemplatedAllocator>::field_map(const coordinate_field_type , minkowski::CoordinateMapCPU<coordinate_type, TemplatedAllocator>::size_type) const [with coordinate_type=int32_t, TemplatedAllocator=std::allocator, coordinate_field_type=float]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp(329): here instantiation of "std::pair<at::Tensor, at::Tensor> minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::field_to_sparse_map(const minkowski::CoordinateMapKey , const minkowski::CoordinateMapKey *) [with coordinate_type=int32_t, coordinate_field_type=float, TemplatedAllocator=std::allocator, CoordinateMapType=minkowski::CoordinateMapCPU]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp(1448): here

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp(717): warning: returning reference to local temporary detected during instantiation of "const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map_type &minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map(const minkowski::CoordinateMapKey , const minkowski::CoordinateMapKey , const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, minkowski::RegionType::Type, const at::Tensor &, __nv_bool, __nv_bool) [with coordinate_type=int32_t, coordinate_field_type=float, TemplatedAllocator=std::allocator, CoordinateMapType=minkowski::CoordinateMapCPU]" (1448): here

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp(717): warning: returning reference to local temporary detected during instantiation of "const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map_type &minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map(const minkowski::CoordinateMapKey , const minkowski::CoordinateMapKey , const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, minkowski::RegionType::Type, const at::Tensor &, __nv_bool, __nv_bool) [with coordinate_type=int32_t, coordinate_field_type=float, TemplatedAllocator=minkowski::detail::default_allocator, CoordinateMapType=minkowski::CoordinateMapGPU]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cu(401): here

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/kernel_region.hpp(400): warning: calling a host function from a host device function is not allowed detected during: instantiation of "minkowski::gpu_kernel_region::gpu_kernel_region(const minkowski::cpu_kernel_region &) [with coordinate_type=int32_t]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cu(205): here instantiation of "minkowski::gpu_kernel_map<minkowski::type_wrapper<uint32_t, int32_t, float>::index_type, TemplatedAllocator> minkowski::detail::kernel_map_functor<coordinate_type, TemplatedAllocator, minkowski::CoordinateMapGPU, minkowski::gpu_kernel_map<minkowski::type_wrapper<uint32_t, int32_t, float>::index_type, TemplatedAllocator>>::operator()(const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator> &, const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator> &, minkowski::CUDAKernelMapMode::Mode, minkowski::cpu_kernel_region &) [with coordinate_type=int32_t, TemplatedAllocator=minkowski::detail::default_allocator]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp(753): here instantiation of "const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map_type &minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map(const minkowski::CoordinateMapKey , const minkowski::CoordinateMapKey , const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, minkowski::RegionType::Type, const at::Tensor &, __nv_bool, __nv_bool) [with coordinate_type=int32_t, coordinate_field_type=float, TemplatedAllocator=minkowski::detail::default_allocator, CoordinateMapType=minkowski::CoordinateMapGPU]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cu(401): here

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/kernel_region.hpp(400): warning: calling a host function from a host device function is not allowed detected during: instantiation of "minkowski::gpu_kernel_region::gpu_kernel_region(const minkowski::cpu_kernel_region &) [with coordinate_type=int32_t]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cu(205): here instantiation of "minkowski::gpu_kernel_map<minkowski::type_wrapper<uint32_t, int32_t, float>::index_type, TemplatedAllocator> minkowski::detail::kernel_map_functor<coordinate_type, TemplatedAllocator, minkowski::CoordinateMapGPU, minkowski::gpu_kernel_map<minkowski::type_wrapper<uint32_t, int32_t, float>::index_type, TemplatedAllocator>>::operator()(const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator> &, const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator> &, minkowski::CUDAKernelMapMode::Mode, minkowski::cpu_kernel_region &) [with coordinate_type=int32_t, TemplatedAllocator=minkowski::detail::default_allocator]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp(753): here instantiation of "const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map_type &minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map(const minkowski::CoordinateMapKey , const minkowski::CoordinateMapKey , const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, minkowski::RegionType::Type, const at::Tensor &, __nv_bool, __nv_bool) [with coordinate_type=int32_t, coordinate_field_type=float, TemplatedAllocator=minkowski::detail::default_allocator, CoordinateMapType=minkowski::CoordinateMapGPU]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cu(401): here

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/kernel_region.hpp(400): warning: calling a host function from a host device function is not allowed detected during: instantiation of "minkowski::gpu_kernel_region::gpu_kernel_region(const minkowski::cpu_kernel_region &) [with coordinate_type=int32_t]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cu(205): here instantiation of "minkowski::gpu_kernel_map<minkowski::type_wrapper<uint32_t, int32_t, float>::index_type, TemplatedAllocator> minkowski::detail::kernel_map_functor<coordinate_type, TemplatedAllocator, minkowski::CoordinateMapGPU, minkowski::gpu_kernel_map<minkowski::type_wrapper<uint32_t, int32_t, float>::index_type, TemplatedAllocator>>::operator()(const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator> &, const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator> &, minkowski::CUDAKernelMapMode::Mode, minkowski::cpu_kernel_region &) [with coordinate_type=int32_t, TemplatedAllocator=minkowski::detail::default_allocator]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp(753): here instantiation of "const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map_type &minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map(const minkowski::CoordinateMapKey , const minkowski::CoordinateMapKey , const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, minkowski::RegionType::Type, const at::Tensor &, __nv_bool, __nv_bool) [with coordinate_type=int32_t, coordinate_field_type=float, TemplatedAllocator=minkowski::detail::default_allocator, CoordinateMapType=minkowski::CoordinateMapGPU]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cu(401): here

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/kernel_region.hpp(400): warning: calling a host function from a host device function is not allowed detected during: instantiation of "minkowski::gpu_kernel_region::gpu_kernel_region(const minkowski::cpu_kernel_region &) [with coordinate_type=int32_t]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cu(205): here instantiation of "minkowski::gpu_kernel_map<minkowski::type_wrapper<uint32_t, int32_t, float>::index_type, TemplatedAllocator> minkowski::detail::kernel_map_functor<coordinate_type, TemplatedAllocator, minkowski::CoordinateMapGPU, minkowski::gpu_kernel_map<minkowski::type_wrapper<uint32_t, int32_t, float>::index_type, TemplatedAllocator>>::operator()(const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator> &, const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator> &, minkowski::CUDAKernelMapMode::Mode, minkowski::cpu_kernel_region &) [with coordinate_type=int32_t, TemplatedAllocator=minkowski::detail::default_allocator]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp(753): here instantiation of "const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map_type &minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map(const minkowski::CoordinateMapKey , const minkowski::CoordinateMapKey , const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, minkowski::RegionType::Type, const at::Tensor &, __nv_bool, __nv_bool) [with coordinate_type=int32_t, coordinate_field_type=float, TemplatedAllocator=minkowski::detail::default_allocator, CoordinateMapType=minkowski::CoordinateMapGPU]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cu(401): here

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp(717): warning: returning reference to local temporary detected during instantiation of "const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map_type &minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map(const minkowski::CoordinateMapKey , const minkowski::CoordinateMapKey , const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, minkowski::RegionType::Type, const at::Tensor &, __nv_bool, __nv_bool) [with coordinate_type=int32_t, coordinate_field_type=float, TemplatedAllocator=minkowski::detail::c10_allocator, CoordinateMapType=minkowski::CoordinateMapGPU]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cu(404): here

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp(717): warning: returning reference to local temporary detected during instantiation of "const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map_type &minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map(const minkowski::CoordinateMapKey , const minkowski::CoordinateMapKey , const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, minkowski::RegionType::Type, const at::Tensor &, bool, bool) [with coordinate_type=int32_t, coordinate_field_type=float, TemplatedAllocator=std::allocator, CoordinateMapType=minkowski::CoordinateMapCPU]" (1448): here

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp(717): warning: returning reference to local temporary detected during instantiation of "const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map_type &minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map(const minkowski::CoordinateMapKey , const minkowski::CoordinateMapKey , const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, minkowski::RegionType::Type, const at::Tensor &, bool, bool) [with coordinate_type=int32_t, coordinate_field_type=float, TemplatedAllocator=minkowski::detail::default_allocator, CoordinateMapType=minkowski::CoordinateMapGPU]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cu(401): here

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp(717): warning: returning reference to local temporary detected during instantiation of "const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map_type &minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map(const minkowski::CoordinateMapKey , const minkowski::CoordinateMapKey , const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, minkowski::RegionType::Type, const at::Tensor &, bool, bool) [with coordinate_type=int32_t, coordinate_field_type=float, TemplatedAllocator=minkowski::detail::c10_allocator, CoordinateMapType=minkowski::CoordinateMapGPU]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cu(404): here

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp: In instantiation of ‘const kernel_map_type& minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map(const minkowski::CoordinateMapKey, const minkowski::CoordinateMapKey, const stride_type&, const stride_type&, const stride_type&, minkowski::RegionType::Type, const at::Tensor&, bool, bool) [with coordinate_type = int; coordinate_field_type = float; TemplatedAllocator = std::allocator; CoordinateMapType = minkowski::CoordinateMapCPU; minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map_type = minkowski::cpu_kernel_map; minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type = std::vector<unsigned int, std::allocator >]’: /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp:1448:16: required from here /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp:717:260: warning: returning reference to temporary [-Wreturn-local-addr] return detail::empty_map_functor<coordinate_type, TemplatedAllocator, ^ /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp: In instantiation of ‘const kernel_map_type& minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map(const minkowski::CoordinateMapKey, const minkowski::CoordinateMapKey, const stride_type&, const stride_type&, const stride_type&, minkowski::RegionType::Type, const at::Tensor&, bool, bool) [with coordinate_type = int; coordinate_field_type = float; TemplatedAllocator = minkowski::detail::default_allocator; CoordinateMapType = minkowski::CoordinateMapGPU; minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map_type = minkowski::gpu_kernel_map<unsigned int, minkowski::detail::default_allocator >; minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type = std::vector<unsigned int, std::allocator >]’: /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cu:401:16: required from here /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp:717:260: warning: returning reference to temporary [-Wreturn-local-addr] /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp: In instantiation of ‘const kernel_map_type& minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map(const minkowski::CoordinateMapKey, const minkowski::CoordinateMapKey, const stride_type&, const stride_type&, const stride_type&, minkowski::RegionType::Type, const at::Tensor&, bool, bool) [with coordinate_type = int; coordinate_field_type = float; TemplatedAllocator = minkowski::detail::c10_allocator; CoordinateMapType = minkowski::CoordinateMapGPU; minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map_type = minkowski::gpu_kernel_map<unsigned int, minkowski::detail::c10_allocator >; minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type = std::vector<unsigned int, std::allocator >]’: /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cu:404:16: required from here /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp:717:260: warning: returning reference to temporary [-Wreturn-local-addr] [15/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/broadcast_gpu.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/broadcast_gpu.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 /data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

[16/21] g++ -MMD -MF /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/direct_max_pool.o.d -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/direct_max_pool.cpp -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/direct_max_pool.o -fopenmp -O3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14 cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [17/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/pruning_gpu.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/pruning_gpu.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 /data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

[18/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/interpolation_gpu.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/interpolation_gpu.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 /data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

[19/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_gpu.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_gpu.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 /data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/kernel_region.hpp(400): warning: calling a host function from a host device function is not allowed detected during: instantiation of "minkowski::gpu_kernel_region::gpu_kernel_region(const minkowski::cpu_kernel_region &) [with coordinate_type=int32_t]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_gpu.cu(625): here instantiation of "minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::self_type minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::stride_region(minkowski::cpu_kernel_region &, const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::stride_type &) const [with coordinate_type=int32_t, TemplatedAllocator=minkowski::detail::default_allocator]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_gpu.cu(2460): here

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/kernel_region.hpp(400): warning: calling a host function from a host device function is not allowed detected during: instantiation of "minkowski::gpu_kernel_region::gpu_kernel_region(const minkowski::cpu_kernel_region &) [with coordinate_type=int32_t]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_gpu.cu(625): here instantiation of "minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::self_type minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::stride_region(minkowski::cpu_kernel_region &, const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::stride_type &) const [with coordinate_type=int32_t, TemplatedAllocator=minkowski::detail::default_allocator]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_gpu.cu(2460): here

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/kernel_region.hpp(400): warning: calling a host function from a host device function is not allowed detected during: instantiation of "minkowski::gpu_kernel_region::gpu_kernel_region(const minkowski::cpu_kernel_region &) [with coordinate_type=int32_t]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_gpu.cu(625): here instantiation of "minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::self_type minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::stride_region(minkowski::cpu_kernel_region &, const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::stride_type &) const [with coordinate_type=int32_t, TemplatedAllocator=minkowski::detail::default_allocator]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_gpu.cu(2460): here

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/kernel_region.hpp(400): warning: calling a host function from a host device function is not allowed detected during: instantiation of "minkowski::gpu_kernel_region::gpu_kernel_region(const minkowski::cpu_kernel_region &) [with coordinate_type=int32_t]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_gpu.cu(625): here instantiation of "minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::self_type minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::stride_region(minkowski::cpu_kernel_region &, const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::stride_type &) const [with coordinate_type=int32_t, TemplatedAllocator=minkowski::detail::default_allocator]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_gpu.cu(2460): here

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

[20/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/spmm.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/spmm.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -DCUDA_NO_HALF2_OPERATORS --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 FAILED: /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/spmm.o /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/spmm.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/spmm.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -DCUDA_NO_HALF2_OPERATORS --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 /data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/spmm.cu(102): warning: variable "is_int64" was declared but never referenced

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/spmm.cu(364): warning: variable "is_int64" was declared but never referenced

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/spmm.cu(473): warning: variable "num_unique_keys" was set but never used detected during instantiation of "std::vector<at::Tensor, std::allocator> minkowski::coo_spmm_average(const at::Tensor &, const at::Tensor &, int64_t, int64_t, const at::Tensor &, int64_t) [with th_int_type=int32_t]" (601): here

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/spmm.cu(473): warning: variable "num_unique_keys" was set but never used detected during instantiation of "std::vector<at::Tensor, std::allocator> minkowski::coo_spmm_average(const at::Tensor &, const at::Tensor &, int64_t, int64_t, const at::Tensor &, int64_t) [with th_int_type=int32_t]" (601): here

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/spmm.cu: In instantiation of ‘minkowski::coo_spmm(const at::Tensor&, const at::Tensor&, const at::Tensor&, int64_t, int64_t, const at::Tensor&, int64_t, bool)::<lambda()>::<lambda()> [with th_int_type = int]’: /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/spmm.cu:212:0: required from ‘struct minkowski::coo_spmm(const at::Tensor&, const at::Tensor&, const at::Tensor&, int64_t, int64_t, const at::Tensor&, int64_t, bool)::<lambda()> [with th_int_type = int]::<lambda()>’ /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/spmm.cu:212:0: required from ‘minkowski::coo_spmm(const at::Tensor&, const at::Tensor&, const at::Tensor&, int64_t, int64_t, const at::Tensor&, int64_t, bool)::<lambda()> [with th_int_type = int]’ /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/spmm.cu:212:0: required from ‘struct minkowski::coo_spmm(const at::Tensor&, const at::Tensor&, const at::Tensor&, int64_t, int64_t, const at::Tensor&, int64_t, bool) [with th_int_type = int; int64_t = long int]::<lambda()>’ /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/spmm.cu:212:0: required from ‘at::Tensor minkowski::coo_spmm(const at::Tensor&, const at::Tensor&, const at::Tensor&, int64_t, int64_t, const at::Tensor&, int64_t, bool) [with th_int_type = int; int64_t = long int]’ /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/spmm.cu:344:239: required from here /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/spmm.cu:212:704: internal compiler error: in maybe_undo_parenthesized_ref, at cp/semantics.c:1740 AT_DISPATCH_FLOATING_TYPES(vals.scalar_type(), "coo_spmm", [&] { ^
0x6c1189 maybe_undo_parenthesized_ref(tree_node) ../../gcc-7.5.0/gcc/cp/semantics.c:1739 0x706428 cp_fold ../../gcc-7.5.0/gcc/cp/cp-gimplify.c:2180 0x70728c cp_fold_maybe_rvalue ../../gcc-7.5.0/gcc/cp/cp-gimplify.c:2042 0x706136 cp_fold ../../gcc-7.5.0/gcc/cp/cp-gimplify.c:2149 0x69d98f cp_build_binary_op(unsigned int, tree_code, tree_node, tree_node, int) ../../gcc-7.5.0/gcc/cp/typeck.c:5260 0x5e46ac build_new_op_1 ../../gcc-7.5.0/gcc/cp/call.c:5978 0x5e518e build_new_op(unsigned int, tree_code, int, tree_node, tree_node, tree_node, tree_node, int) ../../gcc-7.5.0/gcc/cp/call.c:6022 0x695802 build_x_binary_op(unsigned int, tree_code, tree_node, tree_code, tree_node, tree_code, tree_node, int) ../../gcc-7.5.0/gcc/cp/typeck.c:3941 0x61e30f tsubst_copy_and_build(tree_node, tree_node, int, tree_node, bool, bool) ../../gcc-7.5.0/gcc/cp/pt.c:17001 0x61e2b8 tsubst_copy_and_build(tree_node, tree_node, int, tree_node, bool, bool) ../../gcc-7.5.0/gcc/cp/pt.c:16998 0x61f486 tsubst_copy_and_build(tree_node, tree_node, int, tree_node, bool, bool) ../../gcc-7.5.0/gcc/cp/pt.c:17312 0x61fdc0 tsubst_copy_and_build(tree_node, tree_node, int, tree_node, bool, bool) ../../gcc-7.5.0/gcc/cp/pt.c:17660 0x61f5e5 tsubst_copy_and_build(tree_node, tree_node, int, tree_node, bool, bool) ../../gcc-7.5.0/gcc/cp/pt.c:16897 0x61e079 tsubst_copy_and_build(tree_node, tree_node, int, tree_node, bool, bool) ../../gcc-7.5.0/gcc/cp/pt.c:17137 0x614a57 tsubst_copy_and_build(tree_node, tree_node, int, tree_node, bool, bool) ../../gcc-7.5.0/gcc/cp/pt.c:16732 0x614a57 tsubst_expr(tree_node, tree_node, int, tree_node, bool) ../../gcc-7.5.0/gcc/cp/pt.c:16613 0x614895 tsubst_expr(tree_node, tree_node, int, tree_node, bool) ../../gcc-7.5.0/gcc/cp/pt.c:15874 0x6148e5 tsubst_expr(tree_node, tree_node, int, tree_node, bool) ../../gcc-7.5.0/gcc/cp/pt.c:15860 0x61477b tsubst_expr(tree_node, tree_node, int, tree_node, bool) ../../gcc-7.5.0/gcc/cp/pt.c:16090 0x615315 tsubst_expr(tree_node, tree_node, int, tree_node, bool) ../../gcc-7.5.0/gcc/cp/pt.c:16060 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See https://gcc.gnu.org/bugs/ for instructions. [21/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/pybind/minkowski.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/pybind/minkowski.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 /data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/pybind11/cast.h(999): warning: pointless comparison of unsigned integer with zero detected during: instantiation of "nv_bool pybind11::detail::type_caster<T, std::enable_if_t<, void>>::load(pybind11::handle, nv_bool) [with T=pybind11::detail::intrinsic_t]" (1923): here instantiation of "nv_bool pybind11::detail::argument_loader::load_impl_sequence(pybind11::detail::function_call &, std::index_sequence) [with Args=<pybind11::detail::value_and_holder &, unsigned int>, Is=<0UL, 1UL>]" (1903): here instantiation of "nv_bool pybind11::detail::argument_loader::load_args(pybind11::detail::function_call &) [with Args=<pybind11::detail::value_and_holder &, unsigned int>]" /data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/pybind11/pybind11.h(137): here instantiation of "void pybind11::cpp_function::initialize(Func &&, Return ()(Args...), const Extra &...) [with Func=lambda [](pybind11::detail::value_and_holder &, unsigned int)->void, Return=void, Args=<pybind11::detail::value_and_holder &, unsigned int>, Extra=<pybind11::name, pybind11::is_method, pybind11::sibling, pybind11::detail::is_new_style_constructor>]" /data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/pybind11/pybind11.h(68): here instantiation of "pybind11::cpp_function::cpp_function(Func &&, const Extra &...) [with Func=lambda [](pybind11::detail::value_and_holder &, unsigned int)->void, Extra=<pybind11::name, pybind11::is_method, pybind11::sibling, pybind11::detail::is_new_style_constructor>, =void]" /data_student/Anaconda3_envspkgs/envs/mink/lib/python3.6/site-packages/torch/include/pybind11/pybind11.h(1104): here instantiation of "pybind11::class<type, options...> &pybind11::class<type_, options...>::def(const char , Func &&, const Extra &...) [with type_=minkowski::GPUMemoryAllocatorBackend::Type, options=<>, Func=lambda [](pybind11::detail::value_and_holder &, unsigned int)->void, Extra=]" /data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/pybind11/detail/init.h(239): here instantiation of "void pybind11::detail::initimpl::factory<Func, pybind11::detail::void_type ()(), Return (Args...), pybind11::detail::function_signature_t<pybind11::detail::void_type ()(), std::remove_reference_t<pybind11::detail::voidtype (*)()>>>::execute(Class &, const Extra &...) && [with Func=lambda [](unsigned int)->minkowski::GPUMemoryAllocatorBackend::Type, Return=minkowski::GPUMemoryAllocatorBackend::Type, Args=, Class=pybind11::class, Extra=<>]" /data_student/Anaconda3_envspkgs/envs/mink/lib/python3.6/site-packages/torch/include/pybind11/pybind11.h(1145): here instantiation of "pybind11::class<type, options...> &pybind11::class<type, options...>::def(pybind11::detail::initimpl::factory &&, const Extra &...) [with type=minkowski::GPUMemoryAllocatorBackend::Type, options=<>, Args=<lambda [](unsigned int)->minkowski::GPUMemoryAllocatorBackend::Type, pybind11::detail::void_type ()(), minkowski::GPUMemoryAllocatorBackend::Type (unsigned int), pybind11::detail::void_type ()>, Extra=<>]" /data_student/Anaconda3_envspkgs/envs/mink/lib/python3.6/site-packages/torch/include/pybind11/pybind11.h(1543): here instantiation of "pybind11::enum::enum_(const pybind11::handle &, const char , const Extra &...) [with Type=minkowski::GPUMemoryAllocatorBackend::Type, Extra=<>]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/pybind/extern.hpp(671): here

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

ninja: build stopped: subcommand failed. Traceback (most recent call last): File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/utils/cpp_extension.py", line 1522, in _run_ninja_build env=env) File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/subprocess.py", line 418, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['ninja', '-v', '-j', '12']' returned non-zero exit status 1.

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "setup.py", line 360, in python_requires=">=3.6", File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/distutils/core.py", line 148, in setup dist.run_commands() File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/distutils/dist.py", line 955, in run_commands self.run_command(cmd) File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/distutils/dist.py", line 974, in run_command cmd_obj.run() File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/setuptools/command/install.py", line 67, in run self.do_egg_install() File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/setuptools/command/install.py", line 109, in do_egg_install self.run_command('bdist_egg') File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/distutils/dist.py", line 974, in run_command cmd_obj.run() File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/setuptools/command/bdist_egg.py", line 169, in run cmd = self.call_command('install_lib', warn_dir=0) File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/setuptools/command/bdist_egg.py", line 155, in call_command self.run_command(cmdname) File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/distutils/dist.py", line 974, in run_command cmd_obj.run() File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/setuptools/command/install_lib.py", line 11, in run self.build() File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/distutils/command/install_lib.py", line 107, in build self.run_command('build_ext') File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/distutils/dist.py", line 974, in run_command cmd_obj.run() File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/setuptools/command/build_ext.py", line 75, in run _build_ext.run(self) File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/distutils/command/build_ext.py", line 339, in run self.build_extensions() File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/utils/cpp_extension.py", line 653, in build_extensions build_ext.build_extensions(self) File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/distutils/command/build_ext.py", line 448, in build_extensions self._build_extensions_serial() File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/distutils/command/build_ext.py", line 473, in _build_extensions_serial self.build_extension(ext) File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/setuptools/command/build_ext.py", line 196, in build_extension _build_ext.build_extension(self, ext) File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/distutils/command/build_ext.py", line 533, in build_extension depends=ext.depends) File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/utils/cpp_extension.py", line 482, in unix_wrap_ninja_compile with_cuda=with_cuda) File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/utils/cpp_extension.py", line 1238, in _write_ninja_file_and_compile_objects error_prefix='Error compiling objects for extension') File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/utils/cpp_extension.py", line 1538, in _run_ninja_build raise RuntimeError(message) from e RuntimeError: Error compiling objects for extension


Additional context Add any other context about the problem here.

ccoulombe commented 2 years ago

fyi, building from f9778ad325feb34fc325c235b883421f4cb8fa17 works with python 3.9 and cuda 11.4. The release for v0.5.4 does not build. The fix is https://github.com/NVIDIA/MinkowskiEngine/issues/414

emilypython commented 2 years ago

Describe the bug when I run "TORCH_CUDA_ARCH_LIST="7.5" python setup.py install", I got the error as follows. I installed it completely according to the instructions.

WARNING: Skipping MinkowskiEngine as it is not installed.

WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

| CUDA compilation set |

Using BLAS=openblas Using g++ for c++ compilation running install running bdist_egg running egg_info writing MinkowskiEngine.egg-info/PKG-INFO writing dependency_links to MinkowskiEngine.egg-info/dependency_links.txt writing requirements to MinkowskiEngine.egg-info/requires.txt writing top-level names to MinkowskiEngine.egg-info/top_level.txt reading manifest file 'MinkowskiEngine.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'MinkowskiEngine.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py creating build creating build/lib.linux-x86_64-3.6 creating build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/init.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiCoordinateManager.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/diagnostics.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiTensor.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiInterpolation.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiKernelGenerator.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiFunctional.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiOps.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiUnion.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiNetwork.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiNormalization.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiNonlinearity.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiCommon.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiChannelwiseConvolution.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiConvolution.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiTensorField.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiPooling.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/sparse_matrix_functions.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiSparseTensor.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiBroadcast.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiPruning.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine creating build/lib.linux-x86_64-3.6/MinkowskiEngine/utils copying ./MinkowskiEngine/utils/init.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine/utils copying ./MinkowskiEngine/utils/coords.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine/utils copying ./MinkowskiEngine/utils/collation.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine/utils copying ./MinkowskiEngine/utils/summary.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine/utils copying ./MinkowskiEngine/utils/init.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine/utils copying ./MinkowskiEngine/utils/quantization.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine/utils copying ./MinkowskiEngine/utils/gradcheck.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine/utils creating build/lib.linux-x86_64-3.6/MinkowskiEngine/modules copying ./MinkowskiEngine/modules/init.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine/modules copying ./MinkowskiEngine/modules/resnet_block.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine/modules copying ./MinkowskiEngine/modules/senet_block.py -> build/lib.linux-x86_64-3.6/MinkowskiEngine/modules running build_ext building 'MinkowskiEngineBackend._C' extension creating /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6 creating /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2 creating /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng creating /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs creating /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine creating /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src creating /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/pybind Emitting ninja build file /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/build.ninja... Compiling objects... Using envvar MAX_JOBS (12) as the number of workers... [1/21] g++ -MMD -MF /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/math_functions_cpu.o.d -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/math_functions_cpu.cpp -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/math_functions_cpu.o -fopenmp -O3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14 cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [2/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/math_functions_gpu.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/math_functions_gpu.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -DCUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 [3/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/broadcast_kernel.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/broadcast_kernel.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -DCUDA_NO_HALF2_OPERATORS --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 [4/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/pooling_avg_kernel.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/pooling_avg_kernel.o -D__CUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -DCUDA_NO_HALF2_OPERATORS --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/pooling_avg_kernel.cu(146): warning: variable "is_int64" was declared but never referenced

[5/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/pooling_max_kernel.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/pooling_max_kernel.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -DCUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 [6/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/convolution_kernel.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/convolution_kernel.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -DCUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 /data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/convolution_kernel.cu(334): warning: integer conversion resulted in a change of sign

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/convolution_kernel.cu(573): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/convolution_kernel.cu(334): warning: integer conversion resulted in a change of sign

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/convolution_kernel.cu(573): warning: integer conversion resulted in a change of sign

[7/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/local_pooling_gpu.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/local_pooling_gpu.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 /data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

[8/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/convolution_transpose_gpu.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/convolution_transpose_gpu.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 /data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

[9/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/global_pooling_gpu.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/global_pooling_gpu.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 /data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

[10/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/local_pooling_transpose_gpu.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/local_pooling_transpose_gpu.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 /data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

[11/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/convolution_gpu.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/convolution_gpu.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 /data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

[12/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/gpu.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/gpu.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/gpu.cu(104): warning: function "minkowski::format_size" was declared but never referenced

[13/21] g++ -MMD -MF /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/quantization.o.d -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/quantization.cpp -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/quantization.o -fopenmp -O3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14 cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ In file included from /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/allocators.cuh:39:0, from /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/kernel_region.hpp:40, from /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map.hpp:30, from /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_cpu.hpp:28, from /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/quantization.cpp:32: /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/gpu.cuh:149:0: warning: "THRUST_CHECK" redefined #define THRUST_CHECK(condition) \

In file included from /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate.hpp:30:0, from /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map.hpp:29, from /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_cpu.hpp:28, from /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/quantization.cpp:32: /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/utils.hpp:169:0: note: this is the location of the previous definition #define THRUST_CHECK(condition) condition;

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/quantization.cpp: In function ‘std::vector<std::vector<int, std::allocator > > minkowski::quantize_label(const int, const int, int, int, int)’: /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/quantization.cpp:164:42: warning: narrowing conversion of ‘(int)ncols’ from ‘int’ to ‘uint32_t {aka unsigned int}’ inside { } [-Wnarrowing] auto map = map_type{nrows, hasher{ncols}, key_equal{ncols}}; ^ /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/quantization.cpp:164:60: warning: narrowing conversion of ‘(int)ncols’ from ‘int’ to ‘size_t {aka long unsigned int}’ inside { } [-Wnarrowing] auto map = map_type{nrows, hasher{ncols}, key_equal{ncols}}; ^ /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/quantization.cpp:164:61: warning: narrowing conversion of ‘(int)nrows’ from ‘int’ to ‘size_t {aka long unsigned int}’ inside { } [-Wnarrowing] auto map = map_type{nrows, hasher{ncols}, key_equal{ncols}}; ^ /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/quantization.cpp:176:16: warning: variable ‘it’ set but not used [-Wunused-but-set-variable] const auto it = map.find(key); ^~ [14/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 /data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_cpu.hpp(58): warning: variable "float_type" was declared but never referenced detected during: instantiation of "std::pair<at::Tensor, at::Tensor> minkowski::CoordinateMapCPU<coordinate_type, TemplatedAllocator>::field_map(const coordinate_field_type , minkowski::CoordinateMapCPU<coordinate_type, TemplatedAllocator>::size_type) const [with coordinate_type=int32_t, TemplatedAllocator=std::allocator, coordinate_field_type=float]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp(329): here instantiation of "std::pair<at::Tensor, at::Tensor> minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::field_to_sparse_map(const minkowski::CoordinateMapKey , const minkowski::CoordinateMapKey *) [with coordinate_type=int32_t, coordinate_field_type=float, TemplatedAllocator=std::allocator, CoordinateMapType=minkowski::CoordinateMapCPU]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp(1448): here

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp(717): warning: returning reference to local temporary detected during instantiation of "const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map_type &minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map(const minkowski::CoordinateMapKey , const minkowski::CoordinateMapKey , const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, minkowski::RegionType::Type, const at::Tensor &, __nv_bool, __nv_bool) [with coordinate_type=int32_t, coordinate_field_type=float, TemplatedAllocator=std::allocator, CoordinateMapType=minkowski::CoordinateMapCPU]" (1448): here

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp(717): warning: returning reference to local temporary detected during instantiation of "const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map_type &minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map(const minkowski::CoordinateMapKey , const minkowski::CoordinateMapKey , const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, minkowski::RegionType::Type, const at::Tensor &, __nv_bool, __nv_bool) [with coordinate_type=int32_t, coordinate_field_type=float, TemplatedAllocator=minkowski::detail::default_allocator, CoordinateMapType=minkowski::CoordinateMapGPU]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cu(401): here

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/kernel_region.hpp(400): warning: calling a host function from a host device function is not allowed detected during: instantiation of "minkowski::gpu_kernel_region::gpu_kernel_region(const minkowski::cpu_kernel_region &) [with coordinate_type=int32_t]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cu(205): here instantiation of "minkowski::gpu_kernel_map<minkowski::type_wrapper<uint32_t, int32_t, float>::index_type, TemplatedAllocator> minkowski::detail::kernel_map_functor<coordinate_type, TemplatedAllocator, minkowski::CoordinateMapGPU, minkowski::gpu_kernel_map<minkowski::type_wrapper<uint32_t, int32_t, float>::index_type, TemplatedAllocator>>::operator()(const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator> &, const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator> &, minkowski::CUDAKernelMapMode::Mode, minkowski::cpu_kernel_region &) [with coordinate_type=int32_t, TemplatedAllocator=minkowski::detail::default_allocator]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp(753): here instantiation of "const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map_type &minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map(const minkowski::CoordinateMapKey , const minkowski::CoordinateMapKey , const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, minkowski::RegionType::Type, const at::Tensor &, __nv_bool, __nv_bool) [with coordinate_type=int32_t, coordinate_field_type=float, TemplatedAllocator=minkowski::detail::default_allocator, CoordinateMapType=minkowski::CoordinateMapGPU]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cu(401): here

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/kernel_region.hpp(400): warning: calling a host function from a host device function is not allowed detected during: instantiation of "minkowski::gpu_kernel_region::gpu_kernel_region(const minkowski::cpu_kernel_region &) [with coordinate_type=int32_t]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cu(205): here instantiation of "minkowski::gpu_kernel_map<minkowski::type_wrapper<uint32_t, int32_t, float>::index_type, TemplatedAllocator> minkowski::detail::kernel_map_functor<coordinate_type, TemplatedAllocator, minkowski::CoordinateMapGPU, minkowski::gpu_kernel_map<minkowski::type_wrapper<uint32_t, int32_t, float>::index_type, TemplatedAllocator>>::operator()(const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator> &, const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator> &, minkowski::CUDAKernelMapMode::Mode, minkowski::cpu_kernel_region &) [with coordinate_type=int32_t, TemplatedAllocator=minkowski::detail::default_allocator]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp(753): here instantiation of "const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map_type &minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map(const minkowski::CoordinateMapKey , const minkowski::CoordinateMapKey , const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, minkowski::RegionType::Type, const at::Tensor &, __nv_bool, __nv_bool) [with coordinate_type=int32_t, coordinate_field_type=float, TemplatedAllocator=minkowski::detail::default_allocator, CoordinateMapType=minkowski::CoordinateMapGPU]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cu(401): here

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/kernel_region.hpp(400): warning: calling a host function from a host device function is not allowed detected during: instantiation of "minkowski::gpu_kernel_region::gpu_kernel_region(const minkowski::cpu_kernel_region &) [with coordinate_type=int32_t]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cu(205): here instantiation of "minkowski::gpu_kernel_map<minkowski::type_wrapper<uint32_t, int32_t, float>::index_type, TemplatedAllocator> minkowski::detail::kernel_map_functor<coordinate_type, TemplatedAllocator, minkowski::CoordinateMapGPU, minkowski::gpu_kernel_map<minkowski::type_wrapper<uint32_t, int32_t, float>::index_type, TemplatedAllocator>>::operator()(const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator> &, const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator> &, minkowski::CUDAKernelMapMode::Mode, minkowski::cpu_kernel_region &) [with coordinate_type=int32_t, TemplatedAllocator=minkowski::detail::default_allocator]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp(753): here instantiation of "const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map_type &minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map(const minkowski::CoordinateMapKey , const minkowski::CoordinateMapKey , const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, minkowski::RegionType::Type, const at::Tensor &, __nv_bool, __nv_bool) [with coordinate_type=int32_t, coordinate_field_type=float, TemplatedAllocator=minkowski::detail::default_allocator, CoordinateMapType=minkowski::CoordinateMapGPU]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cu(401): here

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/kernel_region.hpp(400): warning: calling a host function from a host device function is not allowed detected during: instantiation of "minkowski::gpu_kernel_region::gpu_kernel_region(const minkowski::cpu_kernel_region &) [with coordinate_type=int32_t]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cu(205): here instantiation of "minkowski::gpu_kernel_map<minkowski::type_wrapper<uint32_t, int32_t, float>::index_type, TemplatedAllocator> minkowski::detail::kernel_map_functor<coordinate_type, TemplatedAllocator, minkowski::CoordinateMapGPU, minkowski::gpu_kernel_map<minkowski::type_wrapper<uint32_t, int32_t, float>::index_type, TemplatedAllocator>>::operator()(const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator> &, const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator> &, minkowski::CUDAKernelMapMode::Mode, minkowski::cpu_kernel_region &) [with coordinate_type=int32_t, TemplatedAllocator=minkowski::detail::default_allocator]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp(753): here instantiation of "const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map_type &minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map(const minkowski::CoordinateMapKey , const minkowski::CoordinateMapKey , const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, minkowski::RegionType::Type, const at::Tensor &, __nv_bool, __nv_bool) [with coordinate_type=int32_t, coordinate_field_type=float, TemplatedAllocator=minkowski::detail::default_allocator, CoordinateMapType=minkowski::CoordinateMapGPU]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cu(401): here

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp(717): warning: returning reference to local temporary detected during instantiation of "const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map_type &minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map(const minkowski::CoordinateMapKey , const minkowski::CoordinateMapKey , const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, minkowski::RegionType::Type, const at::Tensor &, __nv_bool, __nv_bool) [with coordinate_type=int32_t, coordinate_field_type=float, TemplatedAllocator=minkowski::detail::c10_allocator, CoordinateMapType=minkowski::CoordinateMapGPU]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cu(404): here

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp(717): warning: returning reference to local temporary detected during instantiation of "const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map_type &minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map(const minkowski::CoordinateMapKey , const minkowski::CoordinateMapKey , const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, minkowski::RegionType::Type, const at::Tensor &, bool, bool) [with coordinate_type=int32_t, coordinate_field_type=float, TemplatedAllocator=std::allocator, CoordinateMapType=minkowski::CoordinateMapCPU]" (1448): here

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp(717): warning: returning reference to local temporary detected during instantiation of "const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map_type &minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map(const minkowski::CoordinateMapKey , const minkowski::CoordinateMapKey , const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, minkowski::RegionType::Type, const at::Tensor &, bool, bool) [with coordinate_type=int32_t, coordinate_field_type=float, TemplatedAllocator=minkowski::detail::default_allocator, CoordinateMapType=minkowski::CoordinateMapGPU]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cu(401): here

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp(717): warning: returning reference to local temporary detected during instantiation of "const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map_type &minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map(const minkowski::CoordinateMapKey , const minkowski::CoordinateMapKey , const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, minkowski::RegionType::Type, const at::Tensor &, bool, bool) [with coordinate_type=int32_t, coordinate_field_type=float, TemplatedAllocator=minkowski::detail::c10_allocator, CoordinateMapType=minkowski::CoordinateMapGPU]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cu(404): here

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp: In instantiation of ‘const kernel_map_type& minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map(const minkowski::CoordinateMapKey, const minkowski::CoordinateMapKey, const stride_type&, const stride_type&, const stride_type&, minkowski::RegionType::Type, const at::Tensor&, bool, bool) [with coordinate_type = int; coordinate_field_type = float; TemplatedAllocator = std::allocator; CoordinateMapType = minkowski::CoordinateMapCPU; minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map_type = minkowski::cpu_kernel_map; minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type = std::vector<unsigned int, std::allocator >]’: /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp:1448:16: required from here /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp:717:260: warning: returning reference to temporary [-Wreturn-local-addr] return detail::empty_map_functor<coordinate_type, TemplatedAllocator, ^ /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp: In instantiation of ‘const kernel_map_type& minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map(const minkowski::CoordinateMapKey, const minkowski::CoordinateMapKey, const stride_type&, const stride_type&, const stride_type&, minkowski::RegionType::Type, const at::Tensor&, bool, bool) [with coordinate_type = int; coordinate_field_type = float; TemplatedAllocator = minkowski::detail::default_allocator; CoordinateMapType = minkowski::CoordinateMapGPU; minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map_type = minkowski::gpu_kernel_map<unsigned int, minkowski::detail::default_allocator >; minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type = std::vector<unsigned int, std::allocator >]’: /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cu:401:16: required from here /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp:717:260: warning: returning reference to temporary [-Wreturn-local-addr] /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp: In instantiation of ‘const kernel_map_type& minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map(const minkowski::CoordinateMapKey, const minkowski::CoordinateMapKey, const stride_type&, const stride_type&, const stride_type&, minkowski::RegionType::Type, const at::Tensor&, bool, bool) [with coordinate_type = int; coordinate_field_type = float; TemplatedAllocator = minkowski::detail::c10_allocator; CoordinateMapType = minkowski::CoordinateMapGPU; minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map_type = minkowski::gpu_kernel_map<unsigned int, minkowski::detail::c10_allocator >; minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type = std::vector<unsigned int, std::allocator >]’: /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cu:404:16: required from here /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_manager.cpp:717:260: warning: returning reference to temporary [-Wreturn-local-addr] [15/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/broadcast_gpu.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/broadcast_gpu.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 /data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

[16/21] g++ -MMD -MF /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/direct_max_pool.o.d -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/direct_max_pool.cpp -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/direct_max_pool.o -fopenmp -O3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14 cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [17/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/pruning_gpu.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/pruning_gpu.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 /data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

[18/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/interpolation_gpu.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/interpolation_gpu.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 /data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

[19/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_gpu.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_gpu.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 /data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/kernel_region.hpp(400): warning: calling a host function from a host device function is not allowed detected during: instantiation of "minkowski::gpu_kernel_region::gpu_kernel_region(const minkowski::cpu_kernel_region &) [with coordinate_type=int32_t]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_gpu.cu(625): here instantiation of "minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::self_type minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::stride_region(minkowski::cpu_kernel_region &, const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::stride_type &) const [with coordinate_type=int32_t, TemplatedAllocator=minkowski::detail::default_allocator]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_gpu.cu(2460): here

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/kernel_region.hpp(400): warning: calling a host function from a host device function is not allowed detected during: instantiation of "minkowski::gpu_kernel_region::gpu_kernel_region(const minkowski::cpu_kernel_region &) [with coordinate_type=int32_t]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_gpu.cu(625): here instantiation of "minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::self_type minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::stride_region(minkowski::cpu_kernel_region &, const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::stride_type &) const [with coordinate_type=int32_t, TemplatedAllocator=minkowski::detail::default_allocator]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_gpu.cu(2460): here

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/kernel_region.hpp(400): warning: calling a host function from a host device function is not allowed detected during: instantiation of "minkowski::gpu_kernel_region::gpu_kernel_region(const minkowski::cpu_kernel_region &) [with coordinate_type=int32_t]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_gpu.cu(625): here instantiation of "minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::self_type minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::stride_region(minkowski::cpu_kernel_region &, const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::stride_type &) const [with coordinate_type=int32_t, TemplatedAllocator=minkowski::detail::default_allocator]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_gpu.cu(2460): here

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/kernel_region.hpp(400): warning: calling a host function from a host device function is not allowed detected during: instantiation of "minkowski::gpu_kernel_region::gpu_kernel_region(const minkowski::cpu_kernel_region &) [with coordinate_type=int32_t]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_gpu.cu(625): here instantiation of "minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::self_type minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::stride_region(minkowski::cpu_kernel_region &, const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::stride_type &) const [with coordinate_type=int32_t, TemplatedAllocator=minkowski::detail::default_allocator]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/coordinate_map_gpu.cu(2460): here

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

[20/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/spmm.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/spmm.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -DCUDA_NO_HALF2_OPERATORS --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 FAILED: /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/spmm.o /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/spmm.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/spmm.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -DCUDA_NO_HALF2_OPERATORS --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 /data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/spmm.cu(102): warning: variable "is_int64" was declared but never referenced

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/spmm.cu(364): warning: variable "is_int64" was declared but never referenced

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/spmm.cu(473): warning: variable "num_unique_keys" was set but never used detected during instantiation of "std::vector<at::Tensor, std::allocatorat::Tensor> minkowski::coo_spmm_average(const at::Tensor &, const at::Tensor &, int64_t, int64_t, const at::Tensor &, int64_t) [with th_int_type=int32_t]" (601): here

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/spmm.cu(473): warning: variable "num_unique_keys" was set but never used detected during instantiation of "std::vector<at::Tensor, std::allocatorat::Tensor> minkowski::coo_spmm_average(const at::Tensor &, const at::Tensor &, int64_t, int64_t, const at::Tensor &, int64_t) [with th_int_type=int32_t]" (601): here

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/spmm.cu: In instantiation of ‘minkowski::coo_spmm(const at::Tensor&, const at::Tensor&, const at::Tensor&, int64_t, int64_t, const at::Tensor&, int64_t, bool)::<lambda()>::<lambda()> [with th_int_type = int]’: /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/spmm.cu:212:0: required from ‘struct minkowski::coo_spmm(const at::Tensor&, const at::Tensor&, const at::Tensor&, int64_t, int64_t, const at::Tensor&, int64_t, bool)::<lambda()> [with th_int_type = int]::<lambda()>’ /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/spmm.cu:212:0: required from ‘minkowski::coo_spmm(const at::Tensor&, const at::Tensor&, const at::Tensor&, int64_t, int64_t, const at::Tensor&, int64_t, bool)::<lambda()> [with th_int_type = int]’ /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/spmm.cu:212:0: required from ‘struct minkowski::coo_spmm(const at::Tensor&, const at::Tensor&, const at::Tensor&, int64_t, int64_t, const at::Tensor&, int64_t, bool) [with th_int_type = int; int64_t = long int]::<lambda()>’ /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/spmm.cu:212:0: required from ‘at::Tensor minkowski::coo_spmm(const at::Tensor&, const at::Tensor&, const at::Tensor&, int64_t, int64_t, const at::Tensor&, int64_t, bool) [with th_int_type = int; int64_t = long int]’ /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/spmm.cu:344:239: required from here /data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/spmm.cu:212:704: internal compiler error: in maybe_undo_parenthesized_ref, at cp/semantics.c:1740 AT_DISPATCH_FLOATING_TYPES(vals.scalar_type(), "coo_spmm", [&] { ^ 0x6c1189 maybe_undo_parenthesized_ref(tree_node) ../../gcc-7.5.0/gcc/cp/semantics.c:1739 0x706428 cp_fold ../../gcc-7.5.0/gcc/cp/cp-gimplify.c:2180 0x70728c cp_fold_maybe_rvalue ../../gcc-7.5.0/gcc/cp/cp-gimplify.c:2042 0x706136 cp_fold ../../gcc-7.5.0/gcc/cp/cp-gimplify.c:2149 0x69d98f cp_build_binary_op(unsigned int, tree_code, tree_node, tree_node, int) ../../gcc-7.5.0/gcc/cp/typeck.c:5260 0x5e46ac build_new_op_1 ../../gcc-7.5.0/gcc/cp/call.c:5978 0x5e518e build_new_op(unsigned int, tree_code, int, tree_node, tree_node, tree_node, tree_node, int) ../../gcc-7.5.0/gcc/cp/call.c:6022 0x695802 build_x_binary_op(unsigned int, tree_code, tree_node, tree_code, tree_node, tree_code, tree_node, int) ../../gcc-7.5.0/gcc/cp/typeck.c:3941 0x61e30f tsubst_copy_and_build(tree_node, tree_node, int, tree_node, bool, bool) ../../gcc-7.5.0/gcc/cp/pt.c:17001 0x61e2b8 tsubst_copy_and_build(tree_node, tree_node, int, tree_node, bool, bool) ../../gcc-7.5.0/gcc/cp/pt.c:16998 0x61f486 tsubst_copy_and_build(tree_node, tree_node, int, tree_node, bool, bool) ../../gcc-7.5.0/gcc/cp/pt.c:17312 0x61fdc0 tsubst_copy_and_build(tree_node, tree_node, int, tree_node, bool, bool) ../../gcc-7.5.0/gcc/cp/pt.c:17660 0x61f5e5 tsubst_copy_and_build(tree_node, tree_node, int, tree_node, bool, bool) ../../gcc-7.5.0/gcc/cp/pt.c:16897 0x61e079 tsubst_copy_and_build(tree_node, tree_node, int, tree_node, bool, bool) ../../gcc-7.5.0/gcc/cp/pt.c:17137 0x614a57 tsubst_copy_and_build(tree_node, tree_node, int, tree_node, bool, bool) ../../gcc-7.5.0/gcc/cp/pt.c:16732 0x614a57 tsubst_expr(tree_node, tree_node, int, tree_node, bool) ../../gcc-7.5.0/gcc/cp/pt.c:16613 0x614895 tsubst_expr(tree_node, tree_node, int, tree_node, bool) ../../gcc-7.5.0/gcc/cp/pt.c:15874 0x6148e5 tsubst_expr(tree_node, tree_node, int, tree_node, bool) ../../gcc-7.5.0/gcc/cp/pt.c:15860 0x61477b tsubst_expr(tree_node, tree_node, int, tree_node, bool) ../../gcc-7.5.0/gcc/cp/pt.c:16090 0x615315 tsubst_expr(tree_node, tree_node, int, tree_node, bool) ../../gcc-7.5.0/gcc/cp/pt.c:16060 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See https://gcc.gnu.org/bugs/ for instructions. [21/21] /usr/local/cuda/bin/nvcc -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/TH -I/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src -I/data_student_2/zhaotianmeng/envs/MinkowskiEngine/src/3rdparty -I/data_student/Anaconda3_envs_pkgs/envs/mink/include/python3.6m -c -c /data_student_2/zhaotianmeng/envs/MinkowskiEngine/pybind/minkowski.cu -o /data_student_2/zhaotianmeng/envs/MinkowskiEngine/build/temp.linux-x86_64-3.6/pybind/minkowski.o -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14 /data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/pybind11/cast.h(999): warning: pointless comparison of unsigned integer with zero detected during: instantiation of "nv_bool pybind11::detail::type_caster<T, std::enable_if_t<, void>>::load(pybind11::handle, nv_bool) [with T=pybind11::detail::intrinsic_t]" (1923): here instantiation of "nv_bool pybind11::detail::argument_loader::load_impl_sequence(pybind11::detail::function_call &, std::index_sequence) [with Args=<pybind11::detail::value_and_holder &, unsigned int>, Is=<0UL, 1UL>]" (1903): here instantiation of "nv_bool pybind11::detail::argument_loader::load_args(pybind11::detail::function_call &) [with Args=<pybind11::detail::value_and_holder &, unsigned int>]" /data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/pybind11/pybind11.h(137): here instantiation of "void pybind11::cpp_function::initialize(Func &&, Return ()(Args...), const Extra &...) [with Func=lambda [](pybind11::detail::value_and_holder &, unsigned int)->void, Return=void, Args=<pybind11::detail::value_and_holder &, unsigned int>, Extra=<pybind11::name, pybind11::is_method, pybind11::sibling, pybind11::detail::is_new_style_constructor>]" /data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/pybind11/pybind11.h(68): here instantiation of "pybind11::cpp_function::cpp_function(Func &&, const Extra &...) [with Func=lambda [](pybind11::detail::value_and_holder &, unsigned int)->void, Extra=<pybind11::name, pybind11::is_method, pybind11::sibling, pybind11::detail::is_new_style_constructor>, =void]" /data_student/Anaconda3_envspkgs/envs/mink/lib/python3.6/site-packages/torch/include/pybind11/pybind11.h(1104): here instantiation of "pybind11::class<type, options...> &pybind11::class<type_, options...>::def(const char , Func &&, const Extra &...) [with type=minkowski::GPUMemoryAllocatorBackend::Type, options=<>, Func=lambda [](pybind11::detail::value_and_holder &, unsigned int)->void, Extra=pybind11::detail::is_new_style_constructor]" /data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/pybind11/detail/init.h(239): here instantiation of "void pybind11::detail::initimpl::factory<Func, pybind11::detail::voidtype ()(), Return (Args...), pybind11::detail::function_signature_t<pybind11::detail::voidtype ()(), std::remove_reference_t<pybind11::detail::void_type ()()>>>::execute(Class &, const Extra &...) && [with Func=lambda [](unsigned int)->minkowski::GPUMemoryAllocatorBackend::Type, Return=minkowski::GPUMemoryAllocatorBackend::Type, Args=, Class=pybind11::classminkowski::GPUMemoryAllocatorBackend::Type, Extra=<>]" /data_student/Anaconda3_envspkgs/envs/mink/lib/python3.6/site-packages/torch/include/pybind11/pybind11.h(1145): here instantiation of "pybind11::class<type, options...> &pybind11::class<type, options...>::def(pybind11::detail::initimpl::factory &&, const Extra &...) [with type=minkowski::GPUMemoryAllocatorBackend::Type, options=<>, Args=<lambda [](unsigned int)->minkowski::GPUMemoryAllocatorBackend::Type, pybind11::detail::void_type ()(), minkowski::GPUMemoryAllocatorBackend::Type (unsigned int), pybind11::detail::void_type ()>, Extra=<>]" /data_student/Anaconda3_envspkgs/envs/mink/lib/python3.6/site-packages/torch/include/pybind11/pybind11.h(1543): here instantiation of "pybind11::enum::enum_(const pybind11::handle &, const char *, const Extra &...) [with Type=minkowski::GPUMemoryAllocatorBackend::Type, Extra=<>]" /data_student_2/zhaotianmeng/envs/MinkowskiEngine/pybind/extern.hpp(671): here____

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

ninja: build stopped: subcommand failed. Traceback (most recent call last): File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/utils/cpp_extension.py", line 1522, in _run_ninja_build env=env) File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/subprocess.py", line 418, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['ninja', '-v', '-j', '12']' returned non-zero exit status 1.

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "setup.py", line 360, in python_requires=">=3.6", File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/distutils/core.py", line 148, in setup dist.run_commands() File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/distutils/dist.py", line 955, in run_commands self.run_command(cmd) File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/distutils/dist.py", line 974, in run_command cmd_obj.run() File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/setuptools/command/install.py", line 67, in run self.do_egg_install() File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/setuptools/command/install.py", line 109, in do_egg_install self.run_command('bdist_egg') File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/distutils/dist.py", line 974, in run_command cmd_obj.run() File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/setuptools/command/bdist_egg.py", line 169, in run cmd = self.call_command('install_lib', warn_dir=0) File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/setuptools/command/bdist_egg.py", line 155, in call_command self.run_command(cmdname) File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/distutils/dist.py", line 974, in run_command cmd_obj.run() File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/setuptools/command/install_lib.py", line 11, in run self.build() File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/distutils/command/install_lib.py", line 107, in build self.run_command('build_ext') File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/distutils/dist.py", line 974, in run_command cmd_obj.run() File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/setuptools/command/build_ext.py", line 75, in run _build_ext.run(self) File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/distutils/command/build_ext.py", line 339, in run self.build_extensions() File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/utils/cpp_extension.py", line 653, in build_extensions build_ext.build_extensions(self) File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/distutils/command/build_ext.py", line 448, in build_extensions self._build_extensions_serial() File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/distutils/command/build_ext.py", line 473, in _build_extensions_serial self.build_extension(ext) File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/setuptools/command/build_ext.py", line 196, in build_extension _build_ext.build_extension(self, ext) File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/distutils/command/build_ext.py", line 533, in build_extension depends=ext.depends) File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/utils/cpp_extension.py", line 482, in unix_wrap_ninja_compile with_cuda=with_cuda) File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/utils/cpp_extension.py", line 1238, in _write_ninja_file_and_compile_objects error_prefix='Error compiling objects for extension') File "/data_student/Anaconda3_envs_pkgs/envs/mink/lib/python3.6/site-packages/torch/utils/cpp_extension.py", line 1538, in _run_ninja_build raise RuntimeError(message) from e RuntimeError: Error compiling objects for extension

Additional context Add any other context about the problem here.

I got the same issue?

have you solved it?

thanks a lot. How can I do?

ccoulombe commented 2 years ago

As mentionned, you can use the HEAD to build from:

git clone https://github.com/NVIDIA/MinkowskiEngine.git
cd MinkowskiEngine
TORCH_CUDA_ARCH_LIST="7.5" python setup.py install
moshicaixi commented 2 years ago

ok, let me have a try. Thanks for your reply.

haiduo commented 2 years ago

Who can help me take a look? I would be very grateful. The process is as followsh issue