NVIDIA / MinkowskiEngine

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

RuntimeError: Error compiling objects for extension #397

Open pranavgundewar opened 3 years ago

pranavgundewar commented 3 years ago

System Configuration: image image Ubuntu 16.04

Error Log:

(dlr) root@fda4ee8d1688:~/MinkowskiEngine# export MAX_JOBS=8 (dlr) root@fda4ee8d1688:~/MinkowskiEngine# python setup.py install --blas_include_dirs=${CONDA_PREFIX}/include --blas=openblas WARNING: Skipping MinkowskiEngine as it is not installed.

| CUDA compilation set |

Using BLAS=openblas Using the default compiler 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.7 creating build/lib.linux-x86_64-3.7/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiKernelGenerator.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiCoordinateManager.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiFunctional.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiTensorField.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine copying ./MinkowskiEngine/sparse_matrix_functions.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiPooling.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiCommon.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiUnion.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine copying ./MinkowskiEngine/diagnostics.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiPruning.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiOps.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiNetwork.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiNonlinearity.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine copying ./MinkowskiEngine/init.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiSparseTensor.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiNormalization.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiBroadcast.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiConvolution.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiTensor.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiInterpolation.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine copying ./MinkowskiEngine/MinkowskiChannelwiseConvolution.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine creating build/lib.linux-x86_64-3.7/MinkowskiEngine/utils copying ./MinkowskiEngine/utils/quantization.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine/utils copying ./MinkowskiEngine/utils/collation.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine/utils copying ./MinkowskiEngine/utils/gradcheck.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine/utils copying ./MinkowskiEngine/utils/summary.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine/utils copying ./MinkowskiEngine/utils/init.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine/utils copying ./MinkowskiEngine/utils/coords.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine/utils copying ./MinkowskiEngine/utils/init.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine/utils creating build/lib.linux-x86_64-3.7/MinkowskiEngine/modules copying ./MinkowskiEngine/modules/resnet_block.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine/modules copying ./MinkowskiEngine/modules/senet_block.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine/modules copying ./MinkowskiEngine/modules/init.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine/modules running build_ext building 'MinkowskiEngineBackend._C' extension creating /root/MinkowskiEngine/build/temp.linux-x86_64-3.7 creating /root/MinkowskiEngine/build/temp.linux-x86_64-3.7/root creating /root/MinkowskiEngine/build/temp.linux-x86_64-3.7/root/MinkowskiEngine creating /root/MinkowskiEngine/build/temp.linux-x86_64-3.7/root/MinkowskiEngine/src creating /root/MinkowskiEngine/build/temp.linux-x86_64-3.7/pybind Emitting ninja build file /root/MinkowskiEngine/build/temp.linux-x86_64-3.7/build.ninja... Compiling objects... Using envvar MAX_JOBS (8) as the number of workers... [1/21] c++ -MMD -MF /root/MinkowskiEngine/build/temp.linux-x86_64-3.7/root/MinkowskiEngine/src/math_functions_cpu.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda-10.1/include -I/root/MinkowskiEngine/src -I/root/MinkowskiEngine/src/3rdparty -I/opt/conda/envs/dlr/include -I/opt/conda/include/python3.7m -c -c /root/MinkowskiEngine/src/math_functions_cpu.cpp -o /root/MinkowskiEngine/build/temp.linux-x86_64-3.7/root/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-10.1/bin/nvcc -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda-10.1/include -I/root/MinkowskiEngine/src -I/root/MinkowskiEngine/src/3rdparty -I/opt/conda/envs/dlr/include -I/opt/conda/include/python3.7m -c -c /root/MinkowskiEngine/src/math_functions_gpu.cu -o /root/MinkowskiEngine/build/temp.linux-x86_64-3.7/root/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_61,code=sm_61 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14 [3/21] /usr/local/cuda-10.1/bin/nvcc -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda-10.1/include -I/root/MinkowskiEngine/src -I/root/MinkowskiEngine/src/3rdparty -I/opt/conda/envs/dlr/include -I/opt/conda/include/python3.7m -c -c /root/MinkowskiEngine/src/pooling_avg_kernel.cu -o /root/MinkowskiEngine/build/temp.linux-x86_64-3.7/root/MinkowskiEngine/src/pooling_avg_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_61,code=sm_61 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14 /root/MinkowskiEngine/src/pooling_avg_kernel.cu(146): warning: variable "is_int64" was declared but never referenced

/root/MinkowskiEngine/src/pooling_avg_kernel.cu(146): warning: variable "is_int64" was declared but never referenced

/root/MinkowskiEngine/src/pooling_avg_kernel.cu(146): warning: variable "is_int64" was declared but never referenced

[4/21] /usr/local/cuda-10.1/bin/nvcc -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda-10.1/include -I/root/MinkowskiEngine/src -I/root/MinkowskiEngine/src/3rdparty -I/opt/conda/envs/dlr/include -I/opt/conda/include/python3.7m -c -c /root/MinkowskiEngine/src/pooling_max_kernel.cu -o /root/MinkowskiEngine/build/temp.linux-x86_64-3.7/root/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_61,code=sm_61 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14 [5/21] /usr/local/cuda-10.1/bin/nvcc -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda-10.1/include -I/root/MinkowskiEngine/src -I/root/MinkowskiEngine/src/3rdparty -I/opt/conda/envs/dlr/include -I/opt/conda/include/python3.7m -c -c /root/MinkowskiEngine/src/convolution_kernel.cu -o /root/MinkowskiEngine/build/temp.linux-x86_64-3.7/root/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_61,code=sm_61 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14 /opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

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

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

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

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

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

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

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

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

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

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

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

[6/21] /usr/local/cuda-10.1/bin/nvcc -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda-10.1/include -I/root/MinkowskiEngine/src -I/root/MinkowskiEngine/src/3rdparty -I/opt/conda/envs/dlr/include -I/opt/conda/include/python3.7m -c -c /root/MinkowskiEngine/src/convolution_gpu.cu -o /root/MinkowskiEngine/build/temp.linux-x86_64-3.7/root/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_61,code=sm_61 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14 /opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility__" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

[7/21] /usr/local/cuda-10.1/bin/nvcc -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda-10.1/include -I/root/MinkowskiEngine/src -I/root/MinkowskiEngine/src/3rdparty -I/opt/conda/envs/dlr/include -I/opt/conda/include/python3.7m -c -c /root/MinkowskiEngine/src/convolution_transpose_gpu.cu -o /root/MinkowskiEngine/build/temp.linux-x86_64-3.7/root/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_61,code=sm_61 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14 /opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility__" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

[8/21] /usr/local/cuda-10.1/bin/nvcc -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda-10.1/include -I/root/MinkowskiEngine/src -I/root/MinkowskiEngine/src/3rdparty -I/opt/conda/envs/dlr/include -I/opt/conda/include/python3.7m -c -c /root/MinkowskiEngine/src/coordinate_map_manager.cu -o /root/MinkowskiEngine/build/temp.linux-x86_64-3.7/root/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_61,code=sm_61 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14 /opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility__" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

/root/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]" /root/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]" /root/MinkowskiEngine/src/coordinate_map_manager.cpp(1448): here

/root/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

/root/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]" /root/MinkowskiEngine/src/coordinate_map_manager.cu(401): here

/root/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]" /root/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]" /root/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]" /root/MinkowskiEngine/src/coordinate_map_manager.cu(401): here

/root/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]" /root/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]" /root/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]" /root/MinkowskiEngine/src/coordinate_map_manager.cu(401): here

/root/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]" /root/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]" /root/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]" /root/MinkowskiEngine/src/coordinate_map_manager.cu(401): here

/root/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]" /root/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]" /root/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]" /root/MinkowskiEngine/src/coordinate_map_manager.cu(401): here

/root/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]" /root/MinkowskiEngine/src/coordinate_map_manager.cu(404): here

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

/root/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]" /root/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]" /root/MinkowskiEngine/src/coordinate_map_manager.cpp(1448): here

/root/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

/root/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]" /root/MinkowskiEngine/src/coordinate_map_manager.cu(401): here

/root/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]" /root/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]" /root/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]" /root/MinkowskiEngine/src/coordinate_map_manager.cu(401): here

/root/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]" /root/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]" /root/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]" /root/MinkowskiEngine/src/coordinate_map_manager.cu(401): here

/root/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]" /root/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]" /root/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]" /root/MinkowskiEngine/src/coordinate_map_manager.cu(401): here

/root/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]" /root/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]" /root/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]" /root/MinkowskiEngine/src/coordinate_map_manager.cu(401): here

/root/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]" /root/MinkowskiEngine/src/coordinate_map_manager.cu(404): here

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

/root/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]" /root/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]" /root/MinkowskiEngine/src/coordinate_map_manager.cpp(1448): here

/root/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

/root/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]" /root/MinkowskiEngine/src/coordinate_map_manager.cu(401): here

/root/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]" /root/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]" /root/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]" /root/MinkowskiEngine/src/coordinate_map_manager.cu(401): here

/root/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]" /root/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]" /root/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]" /root/MinkowskiEngine/src/coordinate_map_manager.cu(401): here

/root/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]" /root/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]" /root/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]" /root/MinkowskiEngine/src/coordinate_map_manager.cu(401): here

/root/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]" /root/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]" /root/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]" /root/MinkowskiEngine/src/coordinate_map_manager.cu(401): here

/root/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]" /root/MinkowskiEngine/src/coordinate_map_manager.cu(404): here

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

/root/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

/root/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]" /root/MinkowskiEngine/src/coordinate_map_manager.cu(401): here

/root/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]" /root/MinkowskiEngine/src/coordinate_map_manager.cu(404): here

/root/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 >]’: /root/MinkowskiEngine/src/coordinate_map_manager.cpp:1448:16: required from here /root/MinkowskiEngine/src/coordinate_map_manager.cpp:717:260: warning: returning reference to temporary [-Wreturn-local-addr] return detail::empty_map_functor<coordinate_type, TemplatedAllocator, ^ /root/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 >]’: /root/MinkowskiEngine/src/coordinate_map_manager.cu:401:16: required from here /root/MinkowskiEngine/src/coordinate_map_manager.cpp:717:260: warning: returning reference to temporary [-Wreturn-local-addr] /root/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 >]’: /root/MinkowskiEngine/src/coordinate_map_manager.cu:404:16: required from here /root/MinkowskiEngine/src/coordinate_map_manager.cpp:717:260: warning: returning reference to temporary [-Wreturn-local-addr] [9/21] /usr/local/cuda-10.1/bin/nvcc -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda-10.1/include -I/root/MinkowskiEngine/src -I/root/MinkowskiEngine/src/3rdparty -I/opt/conda/envs/dlr/include -I/opt/conda/include/python3.7m -c -c /root/MinkowskiEngine/src/broadcast_kernel.cu -o /root/MinkowskiEngine/build/temp.linux-x86_64-3.7/root/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_61,code=sm_61 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14 [10/21] /usr/local/cuda-10.1/bin/nvcc -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda-10.1/include -I/root/MinkowskiEngine/src -I/root/MinkowskiEngine/src/3rdparty -I/opt/conda/envs/dlr/include -I/opt/conda/include/python3.7m -c -c /root/MinkowskiEngine/src/local_pooling_gpu.cu -o /root/MinkowskiEngine/build/temp.linux-x86_64-3.7/root/MinkowskiEngine/src/local_pooling_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_61,code=sm_61 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14 /opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

[11/21] /usr/local/cuda-10.1/bin/nvcc -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda-10.1/include -I/root/MinkowskiEngine/src -I/root/MinkowskiEngine/src/3rdparty -I/opt/conda/envs/dlr/include -I/opt/conda/include/python3.7m -c -c /root/MinkowskiEngine/src/local_pooling_transpose_gpu.cu -o /root/MinkowskiEngine/build/temp.linux-x86_64-3.7/root/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_61,code=sm_61 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14 /opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility__" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

[12/21] /usr/local/cuda-10.1/bin/nvcc -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda-10.1/include -I/root/MinkowskiEngine/src -I/root/MinkowskiEngine/src/3rdparty -I/opt/conda/envs/dlr/include -I/opt/conda/include/python3.7m -c -c /root/MinkowskiEngine/src/gpu.cu -o /root/MinkowskiEngine/build/temp.linux-x86_64-3.7/root/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_61,code=sm_61 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14 /root/MinkowskiEngine/src/gpu.cu(104): warning: function "minkowski::format_size" was declared but never referenced

/root/MinkowskiEngine/src/gpu.cu(104): warning: function "minkowski::format_size" was declared but never referenced

/root/MinkowskiEngine/src/gpu.cu(104): warning: function "minkowski::format_size" was declared but never referenced

[13/21] /usr/local/cuda-10.1/bin/nvcc -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda-10.1/include -I/root/MinkowskiEngine/src -I/root/MinkowskiEngine/src/3rdparty -I/opt/conda/envs/dlr/include -I/opt/conda/include/python3.7m -c -c /root/MinkowskiEngine/src/coordinate_map_gpu.cu -o /root/MinkowskiEngine/build/temp.linux-x86_64-3.7/root/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_61,code=sm_61 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14 /opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility__" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

/root/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]" /root/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]" /root/MinkowskiEngine/src/coordinate_map_gpu.cu(2460): here

/root/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]" /root/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]" /root/MinkowskiEngine/src/coordinate_map_gpu.cu(2460): here

/root/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]" /root/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]" /root/MinkowskiEngine/src/coordinate_map_gpu.cu(2460): here

/root/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]" /root/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]" /root/MinkowskiEngine/src/coordinate_map_gpu.cu(2460): here

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

/root/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]" /root/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]" /root/MinkowskiEngine/src/coordinate_map_gpu.cu(2460): here

/root/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]" /root/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]" /root/MinkowskiEngine/src/coordinate_map_gpu.cu(2460): here

/root/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]" /root/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]" /root/MinkowskiEngine/src/coordinate_map_gpu.cu(2460): here

/root/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]" /root/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]" /root/MinkowskiEngine/src/coordinate_map_gpu.cu(2460): here

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

/root/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]" /root/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]" /root/MinkowskiEngine/src/coordinate_map_gpu.cu(2460): here

/root/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]" /root/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]" /root/MinkowskiEngine/src/coordinate_map_gpu.cu(2460): here

/root/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]" /root/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]" /root/MinkowskiEngine/src/coordinate_map_gpu.cu(2460): here

/root/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]" /root/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]" /root/MinkowskiEngine/src/coordinate_map_gpu.cu(2460): here

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

[14/21] c++ -MMD -MF /root/MinkowskiEngine/build/temp.linux-x86_64-3.7/root/MinkowskiEngine/src/direct_max_pool.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda-10.1/include -I/root/MinkowskiEngine/src -I/root/MinkowskiEngine/src/3rdparty -I/opt/conda/envs/dlr/include -I/opt/conda/include/python3.7m -c -c /root/MinkowskiEngine/src/direct_max_pool.cpp -o /root/MinkowskiEngine/build/temp.linux-x86_64-3.7/root/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 FAILED: /root/MinkowskiEngine/build/temp.linux-x86_64-3.7/root/MinkowskiEngine/src/direct_max_pool.o c++ -MMD -MF /root/MinkowskiEngine/build/temp.linux-x86_64-3.7/root/MinkowskiEngine/src/direct_max_pool.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda-10.1/include -I/root/MinkowskiEngine/src -I/root/MinkowskiEngine/src/3rdparty -I/opt/conda/envs/dlr/include -I/opt/conda/include/python3.7m -c -c /root/MinkowskiEngine/src/direct_max_pool.cpp -o /root/MinkowskiEngine/build/temp.linux-x86_64-3.7/root/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++ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:127:31: error: redefinition of ‘struct c10::complex’ struct alignas(sizeof(T) 2) complex { ^~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:127:31: note: previous definition of ‘struct c10::complex’ struct alignas(sizeof(T) 2) complex { ^~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h: In function ‘constexpr c10::complex c10::complex_literals::operator""_if(long double)’: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:281:26: error: redefinition of ‘constexpr c10::complex c10::complex_literals::operator""_if(long double)’ constexpr complex operator"" _if(long double imag) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:276:26: note: ‘constexpr c10::complex c10::complex_literals::operator""_if(long double)’ previously defined here constexpr complex operator"" _if(long double imag) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h: In function ‘constexpr c10::complex c10::complex_literals::operator""_id(long double)’: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:285:27: error: redefinition of ‘constexpr c10::complex c10::complex_literals::operator""_id(long double)’ constexpr complex operator"" _id(long double imag) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:280:27: note: ‘constexpr c10::complex c10::complex_literals::operator""_id(long double)’ previously defined here constexpr complex operator"" _id(long double imag) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h: In function ‘constexpr c10::complex c10::complex_literals::operator""_if(long long unsigned int)’: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:289:26: error: redefinition of ‘constexpr c10::complex c10::complex_literals::operator""_if(long long unsigned int)’ constexpr complex operator"" _if(unsigned long long imag) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:284:26: note: ‘constexpr c10::complex c10::complex_literals::operator""_if(long long unsigned int)’ previously defined here constexpr complex operator"" _if(unsigned long long imag) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h: In function ‘constexpr c10::complex c10::complex_literals::operator""_id(long long unsigned int)’: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:293:27: error: redefinition of ‘constexpr c10::complex c10::complex_literals::operator""_id(long long unsigned int)’ constexpr complex operator"" _id(unsigned long long imag) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:288:27: note: ‘constexpr c10::complex c10::complex_literals::operator""_id(long long unsigned int)’ previously defined here constexpr complex operator"" _id(unsigned long long imag) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h: At global scope: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:301:22: error: redefinition of ‘template constexpr c10::complex c10::operator+(const c10::complex&)’ constexpr complex operator+(const complex& val) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:296:22: note: ‘template constexpr c10::complex c10::operator+(const c10::complex&)’ previously declared here constexpr complex operator+(const complex& val) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:306:22: error: redefinition of ‘template constexpr c10::complex c10::operator-(const c10::complex&)’ constexpr complex operator-(const complex& val) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:301:22: note: ‘template constexpr c10::complex c10::operator-(const c10::complex&)’ previously declared here constexpr complex operator-(const complex& val) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:311:22: error: redefinition of ‘template constexpr c10::complex c10::operator+(const c10::complex&, const c10::complex&)’ constexpr complex operator+(const complex& lhs, const complex& rhs) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:306:22: note: ‘template constexpr c10::complex c10::operator+(const c10::complex&, const c10::complex&)’ previously declared here constexpr complex operator+(const complex& lhs, const complex& rhs) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:317:22: error: redefinition of ‘template constexpr c10::complex c10::operator+(const c10::complex&, const T&)’ constexpr complex operator+(const complex& lhs, const T& rhs) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:312:22: note: ‘template constexpr c10::complex c10::operator+(const c10::complex&, const T&)’ previously declared here constexpr complex operator+(const complex& lhs, const T& rhs) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:323:22: error: redefinition of ‘template constexpr c10::complex c10::operator+(const T&, const c10::complex&)’ constexpr complex operator+(const T& lhs, const complex& rhs) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:318:22: note: ‘template constexpr c10::complex c10::operator+(const T&, const c10::complex&)’ previously declared here constexpr complex operator+(const T& lhs, const complex& rhs) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:328:22: error: redefinition of ‘template constexpr c10::complex c10::operator-(const c10::complex&, const c10::complex&)’ constexpr complex operator-(const complex& lhs, const complex& rhs) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:323:22: note: ‘template constexpr c10::complex c10::operator-(const c10::complex&, const c10::complex&)’ previously declared here constexpr complex operator-(const complex& lhs, const complex& rhs) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:334:22: error: redefinition of ‘template constexpr c10::complex c10::operator-(const c10::complex&, const T&)’ constexpr complex operator-(const complex& lhs, const T& rhs) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:329:22: note: ‘template constexpr c10::complex c10::operator-(const c10::complex&, const T&)’ previously declared here constexpr complex operator-(const complex& lhs, const T& rhs) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:340:22: error: redefinition of ‘template constexpr c10::complex c10::operator-(const T&, const c10::complex&)’ constexpr complex operator-(const T& lhs, const complex& rhs) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:335:22: note: ‘template constexpr c10::complex c10::operator-(const T&, const c10::complex&)’ previously declared here constexpr complex operator-(const T& lhs, const complex& rhs) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:346:22: error: redefinition of ‘template constexpr c10::complex c10::operator(const c10::complex&, const c10::complex&)’ constexpr complex operator(const complex& lhs, const complex& rhs) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:341:22: note: ‘template constexpr c10::complex c10::operator(const c10::complex&, const c10::complex&)’ previously declared here constexpr complex operator(const complex& lhs, const complex& rhs) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:352:22: error: redefinition of ‘template constexpr c10::complex c10::operator(const c10::complex&, const T&)’ constexpr complex operator(const complex& lhs, const T& rhs) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:347:22: note: ‘template constexpr c10::complex c10::operator(const c10::complex&, const T&)’ previously declared here constexpr complex operator(const complex& lhs, const T& rhs) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:358:22: error: redefinition of ‘template constexpr c10::complex c10::operator(const T&, const c10::complex&)’ constexpr complex operator(const T& lhs, const complex& rhs) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:353:22: note: ‘template constexpr c10::complex c10::operator(const T&, const c10::complex&)’ previously declared here constexpr complex operator(const T& lhs, const complex& rhs) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:364:22: error: redefinition of ‘template constexpr c10::complex c10::operator/(const c10::complex&, const c10::complex&)’ constexpr complex operator/(const complex& lhs, const complex& rhs) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:359:22: note: ‘template constexpr c10::complex c10::operator/(const c10::complex&, const c10::complex&)’ previously declared here constexpr complex operator/(const complex& lhs, const complex& rhs) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:370:22: error: redefinition of ‘template constexpr c10::complex c10::operator/(const c10::complex&, const T&)’ constexpr complex operator/(const complex& lhs, const T& rhs) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:365:22: note: ‘template constexpr c10::complex c10::operator/(const c10::complex&, const T&)’ previously declared here constexpr complex operator/(const complex& lhs, const T& rhs) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:376:22: error: redefinition of ‘template constexpr c10::complex c10::operator/(const T&, const c10::complex&)’ constexpr complex operator/(const T& lhs, const complex& rhs) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:371:22: note: ‘template constexpr c10::complex c10::operator/(const T&, const c10::complex&)’ previously declared here constexpr complex operator/(const T& lhs, const complex& rhs) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:389:28: error: redefinition of ‘template<class fT, class iT, typename std::enable_if<(std::is_floating_point<_Tp>::value && std::is_integral<_Tp2>::value), int>::type > constexpr c10::complex c10::operator+(const c10::complex&, const iT&)’ constexpr c10::complex operator+(const c10::complex& a, const iT& b) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:384:28: note: ‘template<class fT, class iT, typename std::enable_if<(std::is_floating_point<_Tp>::value && std::is_integral<_Tp2>::value), int>::type > constexpr c10::complex c10::operator+(const c10::complex&, const iT&)’ previously declared here constexpr c10::complex operator+(const c10::complex& a, const iT& b) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:394:28: error: redefinition of ‘template<class fT, class iT, typename std::enable_if<(std::is_floating_point<_Tp>::value && std::is_integral<_Tp2>::value), int>::type > constexpr c10::complex c10::operator+(const iT&, const c10::complex&)’ constexpr c10::complex operator+(const iT& a, const c10::complex& b) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:389:28: note: ‘template<class fT, class iT, typename std::enable_if<(std::is_floating_point<_Tp>::value && std::is_integral<_Tp2>::value), int>::type > constexpr c10::complex c10::operator+(const iT&, const c10::complex&)’ previously declared here constexpr c10::complex operator+(const iT& a, const c10::complex& b) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:399:28: error: redefinition of ‘template<class fT, class iT, typename std::enable_if<(std::is_floating_point<_Tp>::value && std::is_integral<_Tp2>::value), int>::type > constexpr c10::complex c10::operator-(const c10::complex&, const iT&)’ constexpr c10::complex operator-(const c10::complex& a, const iT& b) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:394:28: note: ‘template<class fT, class iT, typename std::enable_if<(std::is_floating_point<_Tp>::value && std::is_integral<_Tp2>::value), int>::type > constexpr c10::complex c10::operator-(const c10::complex&, const iT&)’ previously declared here constexpr c10::complex operator-(const c10::complex& a, const iT& b) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:404:28: error: redefinition of ‘template<class fT, class iT, typename std::enable_if<(std::is_floating_point<_Tp>::value && std::is_integral<_Tp2>::value), int>::type > constexpr c10::complex c10::operator-(const iT&, const c10::complex&)’ constexpr c10::complex operator-(const iT& a, const c10::complex& b) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:399:28: note: ‘template<class fT, class iT, typename std::enable_if<(std::is_floating_point<_Tp>::value && std::is_integral<_Tp2>::value), int>::type > constexpr c10::complex c10::operator-(const iT&, const c10::complex&)’ previously declared here constexpr c10::complex operator-(const iT& a, const c10::complex& b) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:409:28: error: redefinition of ‘template<class fT, class iT, typename std::enable_if<(std::is_floating_point<_Tp>::value && std::is_integral<_Tp2>::value), int>::type > constexpr c10::complex c10::operator(const c10::complex&, const iT&)’ constexpr c10::complex operator(const c10::complex& a, const iT& b) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:404:28: note: ‘template<class fT, class iT, typename std::enable_if<(std::is_floating_point<_Tp>::value && std::is_integral<_Tp2>::value), int>::type > constexpr c10::complex c10::operator(const c10::complex&, const iT&)’ previously declared here constexpr c10::complex operator(const c10::complex& a, const iT& b) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:414:28: error: redefinition of ‘template<class fT, class iT, typename std::enable_if<(std::is_floating_point<_Tp>::value && std::is_integral<_Tp2>::value), int>::type > constexpr c10::complex c10::operator(const iT&, const c10::complex&)’ constexpr c10::complex operator(const iT& a, const c10::complex& b) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:409:28: note: ‘template<class fT, class iT, typename std::enable_if<(std::is_floating_point<_Tp>::value && std::is_integral<_Tp2>::value), int>::type > constexpr c10::complex c10::operator(const iT&, const c10::complex&)’ previously declared here constexpr c10::complex operator(const iT& a, const c10::complex& b) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:419:28: error: redefinition of ‘template<class fT, class iT, typename std::enable_if<(std::is_floating_point<_Tp>::value && std::is_integral<_Tp2>::value), int>::type > constexpr c10::complex c10::operator/(const c10::complex&, const iT&)’ constexpr c10::complex operator/(const c10::complex& a, const iT& b) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:414:28: note: ‘template<class fT, class iT, typename std::enable_if<(std::is_floating_point<_Tp>::value && std::is_integral<_Tp2>::value), int>::type > constexpr c10::complex c10::operator/(const c10::complex&, const iT&)’ previously declared here constexpr c10::complex operator/(const c10::complex& a, const iT& b) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:424:28: error: redefinition of ‘template<class fT, class iT, typename std::enable_if<(std::is_floating_point<_Tp>::value && std::is_integral<_Tp2>::value), int>::type > constexpr c10::complex c10::operator/(const iT&, const c10::complex&)’ constexpr c10::complex operator/(const iT& a, const c10::complex& b) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:419:28: note: ‘template<class fT, class iT, typename std::enable_if<(std::is_floating_point<_Tp>::value && std::is_integral<_Tp2>::value), int>::type > constexpr c10::complex c10::operator/(const iT&, const c10::complex&)’ previously declared here constexpr c10::complex operator/(const iT& a, const c10::complex& b) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:432:16: error: redefinition of ‘template constexpr bool c10::operator==(const c10::complex&, const c10::complex&)’ constexpr bool operator==(const complex& lhs, const complex& rhs) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:427:16: note: ‘template constexpr bool c10::operator==(const c10::complex&, const c10::complex&)’ previously declared here constexpr bool operator==(const complex& lhs, const complex& rhs) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:437:16: error: redefinition of ‘template constexpr bool c10::operator==(const c10::complex&, const T&)’ constexpr bool operator==(const complex& lhs, const T& rhs) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:432:16: note: ‘template constexpr bool c10::operator==(const c10::complex&, const T&)’ previously declared here constexpr bool operator==(const complex& lhs, const T& rhs) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:442:16: error: redefinition of ‘template constexpr bool c10::operator==(const T&, const c10::complex&)’ constexpr bool operator==(const T& lhs, const complex& rhs) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:437:16: note: ‘template constexpr bool c10::operator==(const T&, const c10::complex&)’ previously declared here constexpr bool operator==(const T& lhs, const complex& rhs) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:447:16: error: redefinition of ‘template constexpr bool c10::operator!=(const c10::complex&, const c10::complex&)’ constexpr bool operator!=(const complex& lhs, const complex& rhs) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:442:16: note: ‘template constexpr bool c10::operator!=(const c10::complex&, const c10::complex&)’ previously declared here constexpr bool operator!=(const complex& lhs, const complex& rhs) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:452:16: error: redefinition of ‘template constexpr bool c10::operator!=(const c10::complex&, const T&)’ constexpr bool operator!=(const complex& lhs, const T& rhs) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:447:16: note: ‘template constexpr bool c10::operator!=(const c10::complex&, const T&)’ previously declared here constexpr bool operator!=(const complex& lhs, const T& rhs) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:457:16: error: redefinition of ‘template constexpr bool c10::operator!=(const T&, const c10::complex&)’ constexpr bool operator!=(const T& lhs, const complex& rhs) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:452:16: note: ‘template constexpr bool c10::operator!=(const T&, const c10::complex&)’ previously declared here constexpr bool operator!=(const T& lhs, const complex& rhs) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:462:36: error: redefinition of ‘template<class T, class CharT, class Traits> std::basic_ostream<_CharT, _Traits>& c10::operator<<(std::basic_ostream<_CharT, _Traits>&, const c10::complex&)’ std::basic_ostream<CharT, Traits>& operator<<(std::basic_ostream<CharT, Traits>& os, const complex& x) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:457:36: note: ‘template<class T, class CharT, class Traits> std::basic_ostream<_CharT, _Traits>& c10::operator<<(std::basic_ostream<_CharT, _Traits>&, const c10::complex&)’ previously declared here std::basic_ostream<CharT, Traits>& operator<<(std::basic_ostream<CharT, Traits>& os, const complex& x) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:467:36: error: redefinition of ‘template<class T, class CharT, class Traits> std::basic_istream<_CharT, _Traits>& c10::operator>>(std::basic_istream<_CharT, _Traits>&, c10::complex&)’ std::basic_istream<CharT, Traits>& operator>>(std::basic_istream<CharT, Traits>& is, complex& x) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:462:36: note: ‘template<class T, class CharT, class Traits> std::basic_istream<_CharT, _Traits>& c10::operator>>(std::basic_istream<_CharT, _Traits>&, c10::complex&)’ previously declared here std::basic_istream<CharT, Traits>& operator>>(std::basic_istream<CharT, Traits>& is, complex& x) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:498:13: error: redefinition of ‘template constexpr T std::real(const c10::complex&)’ constexpr T real(const c10::complex& z) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:493:13: note: ‘template constexpr T std::real(const c10::complex&)’ previously declared here constexpr T real(const c10::complex& z) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:503:13: error: redefinition of ‘template constexpr T std::imag(const c10::complex&)’ constexpr T imag(const c10::complex& z) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:498:13: note: ‘template constexpr T std::imag(const c10::complex&)’ previously declared here constexpr T imag(const c10::complex& z) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:508:19: error: redefinition of ‘template T std::abs(const c10::complex&)’ C10_HOST_DEVICE T abs(const c10::complex& z) { ^~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:503:19: note: ‘template T std::abs(const c10::complex&)’ previously declared here C10_HOST_DEVICE T abs(const c10::complex& z) { ^~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:523:19: error: redefinition of ‘template T std::arg(const c10::complex&)’ C10_HOST_DEVICE T arg(const c10::complex& z) { ^~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:518:19: note: ‘template T std::arg(const c10::complex&)’ previously declared here C10_HOST_DEVICE T arg(const c10::complex& z) { ^~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:530:13: error: redefinition of ‘template constexpr T std::norm(const c10::complex&)’ constexpr T norm(const c10::complex& z) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:525:13: note: ‘template constexpr T std::norm(const c10::complex&)’ previously declared here constexpr T norm(const c10::complex& z) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:542:27: error: redefinition of ‘template constexpr c10::complex std::conj(const c10::complex&)’ constexpr c10::complex conj(const c10::complex& z) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:537:27: note: ‘template constexpr c10::complex std::conj(const c10::complex&)’ previously declared here constexpr c10::complex conj(const c10::complex& z) { ^~~~ In file included from /root/MinkowskiEngine/src/dispatcher.hpp:10:0, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:558:28: error: redefinition of ‘template c10::complex c10::polar(const T&, const T&)’ C10_HOST_DEVICE complex polar(const T& r, const T& theta = T()) { ^~~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4:0, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:553:28: note: ‘template c10::complex c10::polar(const T&, const T&)’ previously declared here C10_HOST_DEVICE complex polar(const T& r, const T& theta = T()) { ^~~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:570:0, from /root/MinkowskiEngine/src/dispatcher.hpp:10, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:11:40: error: redefinition of ‘template c10::complex c10_complex_math::exp(const c10::complex&)’ C10_HOST_DEVICE inline c10::complex exp(const c10::complex &x) { ^~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:565:0, from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:11:40: note: ‘template c10::complex c10_complex_math::exp(const c10::complex&)’ previously declared here C10_HOST_DEVICE inline c10::complex exp(const c10::complex &x) { ^~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:570:0, from /root/MinkowskiEngine/src/dispatcher.hpp:10, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:20:40: error: redefinition of ‘template c10::complex c10_complex_math::log(const c10::complex&)’ C10_HOST_DEVICE inline c10::complex log(const c10::complex &x) { ^~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:565:0, from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:20:40: note: ‘template c10::complex c10_complex_math::log(const c10::complex&)’ previously declared here C10_HOST_DEVICE inline c10::complex log(const c10::complex &x) { ^~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:570:0, from /root/MinkowskiEngine/src/dispatcher.hpp:10, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:29:40: error: redefinition of ‘template c10::complex c10_complex_math::log10(const c10::complex&)’ C10_HOST_DEVICE inline c10::complex log10(const c10::complex &x) { ^~~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:565:0, from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:29:40: note: ‘template c10::complex c10_complex_math::log10(const c10::complex&)’ previously declared here C10_HOST_DEVICE inline c10::complex log10(const c10::complex &x) { ^~~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:570:0, from /root/MinkowskiEngine/src/dispatcher.hpp:10, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:38:40: error: redefinition of ‘template c10::complex c10_complex_math::log2(const c10::complex&)’ C10_HOST_DEVICE inline c10::complex log2(const c10::complex &x) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:565:0, from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:38:40: note: ‘template c10::complex c10_complex_math::log2(const c10::complex&)’ previously declared here C10_HOST_DEVICE inline c10::complex log2(const c10::complex &x) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:570:0, from /root/MinkowskiEngine/src/dispatcher.hpp:10, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:46:40: error: redefinition of ‘template c10::complex c10_complex_math::sqrt(const c10::complex&)’ C10_HOST_DEVICE inline c10::complex sqrt(const c10::complex &x) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:565:0, from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:46:40: note: ‘template c10::complex c10_complex_math::sqrt(const c10::complex&)’ previously declared here C10_HOST_DEVICE inline c10::complex sqrt(const c10::complex &x) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:570:0, from /root/MinkowskiEngine/src/dispatcher.hpp:10, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:55:40: error: redefinition of ‘template c10::complex c10_complex_math::pow(const c10::complex&, const c10::complex&)’ C10_HOST_DEVICE inline c10::complex pow(const c10::complex &x, const c10::complex &y) { ^~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:565:0, from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:55:40: note: ‘template c10::complex c10_complex_math::pow(const c10::complex&, const c10::complex&)’ previously declared here C10_HOST_DEVICE inline c10::complex pow(const c10::complex &x, const c10::complex &y) { ^~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:570:0, from /root/MinkowskiEngine/src/dispatcher.hpp:10, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:65:40: error: redefinition of ‘template c10::complex c10_complex_math::pow(const c10::complex&, const T&)’ C10_HOST_DEVICE inline c10::complex pow(const c10::complex &x, const T &y) { ^~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:565:0, from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:65:40: note: ‘template c10::complex c10_complex_math::pow(const c10::complex&, const T&)’ previously declared here C10_HOST_DEVICE inline c10::complex pow(const c10::complex &x, const T &y) { ^~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:570:0, from /root/MinkowskiEngine/src/dispatcher.hpp:10, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:74:40: error: redefinition of ‘template c10::complex c10_complex_math::pow(const T&, const c10::complex&)’ C10_HOST_DEVICE inline c10::complex pow(const T &x, const c10::complex &y) { ^~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:565:0, from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:74:40: note: ‘template c10::complex c10_complex_math::pow(const T&, const c10::complex&)’ previously declared here C10_HOST_DEVICE inline c10::complex pow(const T &x, const c10::complex &y) { ^~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:570:0, from /root/MinkowskiEngine/src/dispatcher.hpp:10, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:83:58: error: redefinition of ‘template<class T, class U> c10::complex<decltype ((T() U()))> c10_complex_math::pow(const c10::complex&, const c10::complex&)’ C10_HOST_DEVICE inline c10::complex<decltype(T() U())> pow(const c10::complex &x, const c10::complex &y) { ^~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:565:0, from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:83:58: note: ‘template<class T, class U> c10::complex<decltype ((T() U()))> c10_complex_math::pow(const c10::complex&, const c10::complex&)’ previously declared here C10_HOST_DEVICE inline c10::complex<decltype(T() U())> pow(const c10::complex &x, const c10::complex &y) { ^~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:570:0, from /root/MinkowskiEngine/src/dispatcher.hpp:10, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:93:58: error: redefinition of ‘template<class T, class U> c10::complex<decltype ((T() U()))> c10_complex_math::pow(const c10::complex&, const U&)’ C10_HOST_DEVICE inline c10::complex<decltype(T() U())> pow(const c10::complex &x, const U &y) { ^~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:565:0, from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:93:58: note: ‘template<class T, class U> c10::complex<decltype ((T() U()))> c10_complex_math::pow(const c10::complex&, const U&)’ previously declared here C10_HOST_DEVICE inline c10::complex<decltype(T() U())> pow(const c10::complex &x, const U &y) { ^~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:570:0, from /root/MinkowskiEngine/src/dispatcher.hpp:10, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:102:58: error: redefinition of ‘template<class T, class U> c10::complex<decltype ((T() U()))> c10_complex_math::pow(const T&, const c10::complex&)’ C10_HOST_DEVICE inline c10::complex<decltype(T() U())> pow(const T &x, const c10::complex &y) { ^~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:565:0, from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:102:58: note: ‘template<class T, class U> c10::complex<decltype ((T() U()))> c10_complex_math::pow(const T&, const c10::complex&)’ previously declared here C10_HOST_DEVICE inline c10::complex<decltype(T() U())> pow(const T &x, const c10::complex &y) { ^~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:570:0, from /root/MinkowskiEngine/src/dispatcher.hpp:10, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:113:40: error: redefinition of ‘template c10::complex c10_complex_math::sin(const c10::complex&)’ C10_HOST_DEVICE inline c10::complex sin(const c10::complex &x) { ^~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:565:0, from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:113:40: note: ‘template c10::complex c10_complex_math::sin(const c10::complex&)’ previously declared here C10_HOST_DEVICE inline c10::complex sin(const c10::complex &x) { ^~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:570:0, from /root/MinkowskiEngine/src/dispatcher.hpp:10, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:122:40: error: redefinition of ‘template c10::complex c10_complex_math::cos(const c10::complex&)’ C10_HOST_DEVICE inline c10::complex cos(const c10::complex &x) { ^~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:565:0, from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:122:40: note: ‘template c10::complex c10_complex_math::cos(const c10::complex&)’ previously declared here C10_HOST_DEVICE inline c10::complex cos(const c10::complex &x) { ^~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:570:0, from /root/MinkowskiEngine/src/dispatcher.hpp:10, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:131:40: error: redefinition of ‘template c10::complex c10_complex_math::tan(const c10::complex&)’ C10_HOST_DEVICE inline c10::complex tan(const c10::complex &x) { ^~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:565:0, from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:131:40: note: ‘template c10::complex c10_complex_math::tan(const c10::complex&)’ previously declared here C10_HOST_DEVICE inline c10::complex tan(const c10::complex &x) { ^~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:570:0, from /root/MinkowskiEngine/src/dispatcher.hpp:10, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:140:40: error: redefinition of ‘template c10::complex c10_complex_math::asin(const c10::complex&)’ C10_HOST_DEVICE inline c10::complex asin(const c10::complex &x) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:565:0, from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:140:40: note: ‘template c10::complex c10_complex_math::asin(const c10::complex&)’ previously declared here C10_HOST_DEVICE inline c10::complex asin(const c10::complex &x) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:570:0, from /root/MinkowskiEngine/src/dispatcher.hpp:10, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:149:40: error: redefinition of ‘template c10::complex c10_complex_math::acos(const c10::complex&)’ C10_HOST_DEVICE inline c10::complex acos(const c10::complex &x) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:565:0, from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:149:40: note: ‘template c10::complex c10_complex_math::acos(const c10::complex&)’ previously declared here C10_HOST_DEVICE inline c10::complex acos(const c10::complex &x) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:570:0, from /root/MinkowskiEngine/src/dispatcher.hpp:10, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:158:40: error: redefinition of ‘template c10::complex c10_complex_math::atan(const c10::complex&)’ C10_HOST_DEVICE inline c10::complex atan(const c10::complex &x) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:565:0, from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:158:40: note: ‘template c10::complex c10_complex_math::atan(const c10::complex&)’ previously declared here C10_HOST_DEVICE inline c10::complex atan(const c10::complex &x) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:570:0, from /root/MinkowskiEngine/src/dispatcher.hpp:10, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:169:40: error: redefinition of ‘template c10::complex c10_complex_math::sinh(const c10::complex&)’ C10_HOST_DEVICE inline c10::complex sinh(const c10::complex &x) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:565:0, from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:169:40: note: ‘template c10::complex c10_complex_math::sinh(const c10::complex&)’ previously declared here C10_HOST_DEVICE inline c10::complex sinh(const c10::complex &x) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:570:0, from /root/MinkowskiEngine/src/dispatcher.hpp:10, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:178:40: error: redefinition of ‘template c10::complex c10_complex_math::cosh(const c10::complex&)’ C10_HOST_DEVICE inline c10::complex cosh(const c10::complex &x) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:565:0, from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:178:40: note: ‘template c10::complex c10_complex_math::cosh(const c10::complex&)’ previously declared here C10_HOST_DEVICE inline c10::complex cosh(const c10::complex &x) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:570:0, from /root/MinkowskiEngine/src/dispatcher.hpp:10, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:187:40: error: redefinition of ‘template c10::complex c10_complex_math::tanh(const c10::complex&)’ C10_HOST_DEVICE inline c10::complex tanh(const c10::complex &x) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:565:0, from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:187:40: note: ‘template c10::complex c10_complex_math::tanh(const c10::complex&)’ previously declared here C10_HOST_DEVICE inline c10::complex tanh(const c10::complex &x) { ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:570:0, from /root/MinkowskiEngine/src/dispatcher.hpp:10, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:196:40: error: redefinition of ‘template c10::complex c10_complex_math::asinh(const c10::complex&)’ C10_HOST_DEVICE inline c10::complex asinh(const c10::complex &x) { ^~~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:565:0, from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:196:40: note: ‘template c10::complex c10_complex_math::asinh(const c10::complex&)’ previously declared here C10_HOST_DEVICE inline c10::complex asinh(const c10::complex &x) { ^~~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:570:0, from /root/MinkowskiEngine/src/dispatcher.hpp:10, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:205:40: error: redefinition of ‘template c10::complex c10_complex_math::acosh(const c10::complex&)’ C10_HOST_DEVICE inline c10::complex acosh(const c10::complex &x) { ^~~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:565:0, from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:205:40: note: ‘template c10::complex c10_complex_math::acosh(const c10::complex&)’ previously declared here C10_HOST_DEVICE inline c10::complex acosh(const c10::complex &x) { ^~~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:570:0, from /root/MinkowskiEngine/src/dispatcher.hpp:10, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:214:40: error: redefinition of ‘template c10::complex c10_complex_math::atanh(const c10::complex&)’ C10_HOST_DEVICE inline c10::complex atanh(const c10::complex &x) { ^~~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:565:0, from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_math.h:214:40: note: ‘template c10::complex c10_complex_math::atanh(const c10::complex&)’ previously declared here C10_HOST_DEVICE inline c10::complex atanh(const c10::complex &x) { ^~~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:572:0, from /root/MinkowskiEngine/src/dispatcher.hpp:10, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_utils.h:11:8: error: redefinition of ‘struct c10::is_complex_t’ struct is_complex_t : public std::false_type {}; ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:567:0, from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_utils.h:11:8: note: previous definition of ‘struct c10::is_complex_t’ struct is_complex_t : public std::false_type {}; ^~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:572:0, from /root/MinkowskiEngine/src/dispatcher.hpp:10, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_utils.h:14:8: error: redefinition of ‘struct c10::is_complex_t<std::complex<_Tp> >’ struct is_complex_t<std::complex> : public std::true_type {}; ^~~~~~~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:567:0, from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_utils.h:14:8: note: previous definition of ‘struct c10::is_complex_t<std::complex<_Tp> >’ struct is_complex_t<std::complex> : public std::true_type {}; ^~~~~~~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:572:0, from /root/MinkowskiEngine/src/dispatcher.hpp:10, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_utils.h:17:8: error: redefinition of ‘struct c10::is_complex_t<c10::complex >’ struct is_complex_t<c10::complex> : public std::true_type {}; ^~~~~~~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:567:0, from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_utils.h:17:8: note: previous definition of ‘struct c10::is_complex_t<c10::complex >’ struct is_complex_t<c10::complex> : public std::true_type {}; ^~~~~~~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:572:0, from /root/MinkowskiEngine/src/dispatcher.hpp:10, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_utils.h:23:8: error: redefinition of ‘struct c10::scalar_value_type’ struct scalar_value_type { ^~~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:567:0, from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_utils.h:23:8: note: previous definition of ‘struct c10::scalar_value_type’ struct scalar_value_type { ^~~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:572:0, from /root/MinkowskiEngine/src/dispatcher.hpp:10, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_utils.h:27:8: error: redefinition of ‘struct c10::scalar_value_type<std::complex<_Tp> >’ struct scalar_value_type<std::complex> { ^~~~~~~~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:567:0, from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_utils.h:27:8: note: previous definition of ‘struct c10::scalar_value_type<std::complex<_Tp> >’ struct scalar_value_type<std::complex> { ^~~~~~~~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:572:0, from /root/MinkowskiEngine/src/dispatcher.hpp:10, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_utils.h:31:8: error: redefinition of ‘struct c10::scalar_value_type<c10::complex >’ struct scalar_value_type<c10::complex> { ^~~~~~~~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:567:0, from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_utils.h:31:8: note: previous definition of ‘struct c10::scalar_value_type<c10::complex >’ struct scalar_value_type<c10::complex> { ^~~~~~~~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex.h:572:0, from /root/MinkowskiEngine/src/dispatcher.hpp:10, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_utils.h:40:7: error: redefinition of ‘class std::numeric_limits<c10::complex >’ class numeric_limits<c10::complex> : public numeric_limits {}; ^~~~~~~ In file included from /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_type.h:567:0, from /opt/conda/lib/python3.7/site-packages/torch/include/c10/core/ScalarType.h:4, from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/core/DeprecatedTypeProperties.h:4, from /root/MinkowskiEngine/src/dispatcher.hpp:3, from /root/MinkowskiEngine/src/direct_max_pool.cpp:27: /opt/conda/lib/python3.7/site-packages/torch/include/c10/util/complex_utils.h:40:7: note: previous definition of ‘class std::numeric_limits<c10::complex >’ class numeric_limits<c10::complex> : public numeric_limits {}; ^~~~~~~ [15/21] c++ -MMD -MF /root/MinkowskiEngine/build/temp.linux-x86_64-3.7/root/MinkowskiEngine/src/quantization.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda-10.1/include -I/root/MinkowskiEngine/src -I/root/MinkowskiEngine/src/3rdparty -I/opt/conda/envs/dlr/include -I/opt/conda/include/python3.7m -c -c /root/MinkowskiEngine/src/quantization.cpp -o /root/MinkowskiEngine/build/temp.linux-x86_64-3.7/root/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 /root/MinkowskiEngine/src/allocators.cuh:39:0, from /root/MinkowskiEngine/src/kernel_region.hpp:40, from /root/MinkowskiEngine/src/coordinate_map.hpp:30, from /root/MinkowskiEngine/src/coordinate_map_cpu.hpp:28, from /root/MinkowskiEngine/src/quantization.cpp:32: /root/MinkowskiEngine/src/gpu.cuh:149:0: warning: "THRUST_CHECK" redefined

define THRUST_CHECK(condition) \

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

define THRUST_CHECK(condition) condition;

/root/MinkowskiEngine/src/quantization.cpp: In function ‘std::vector<std::vector<int, std::allocator > > minkowski::quantize_label(const int, const int, int, int, int)’: /root/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}}; ^ /root/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}}; ^ /root/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}}; ^ /root/MinkowskiEngine/src/quantization.cpp:176:16: warning: variable ‘it’ set but not used [-Wunused-but-set-variable] const auto it = map.find(key); ^~ [16/21] /usr/local/cuda-10.1/bin/nvcc -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda-10.1/include -I/root/MinkowskiEngine/src -I/root/MinkowskiEngine/src/3rdparty -I/opt/conda/envs/dlr/include -I/opt/conda/include/python3.7m -c -c /root/MinkowskiEngine/src/global_pooling_gpu.cu -o /root/MinkowskiEngine/build/temp.linux-x86_64-3.7/root/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_61,code=sm_61 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14 /opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility__" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

[17/21] /usr/local/cuda-10.1/bin/nvcc -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda-10.1/include -I/root/MinkowskiEngine/src -I/root/MinkowskiEngine/src/3rdparty -I/opt/conda/envs/dlr/include -I/opt/conda/include/python3.7m -c -c /root/MinkowskiEngine/src/pruning_gpu.cu -o /root/MinkowskiEngine/build/temp.linux-x86_64-3.7/root/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_61,code=sm_61 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14 /opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility__" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

[18/21] /usr/local/cuda-10.1/bin/nvcc -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda-10.1/include -I/root/MinkowskiEngine/src -I/root/MinkowskiEngine/src/3rdparty -I/opt/conda/envs/dlr/include -I/opt/conda/include/python3.7m -c -c /root/MinkowskiEngine/src/broadcast_gpu.cu -o /root/MinkowskiEngine/build/temp.linux-x86_64-3.7/root/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_61,code=sm_61 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14 /opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility__" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

[19/21] /usr/local/cuda-10.1/bin/nvcc -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda-10.1/include -I/root/MinkowskiEngine/src -I/root/MinkowskiEngine/src/3rdparty -I/opt/conda/envs/dlr/include -I/opt/conda/include/python3.7m -c -c /root/MinkowskiEngine/src/interpolation_gpu.cu -o /root/MinkowskiEngine/build/temp.linux-x86_64-3.7/root/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_61,code=sm_61 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14 /opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility__" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

[20/21] /usr/local/cuda-10.1/bin/nvcc -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda-10.1/include -I/root/MinkowskiEngine/src -I/root/MinkowskiEngine/src/3rdparty -I/opt/conda/envs/dlr/include -I/opt/conda/include/python3.7m -c -c /root/MinkowskiEngine/src/spmm.cu -o /root/MinkowskiEngine/build/temp.linux-x86_64-3.7/root/MinkowskiEngine/src/spmm.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_61,code=sm_61 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14 /opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility__" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

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

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

/root/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

/root/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

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

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

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

/root/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

/root/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

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

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

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

/root/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

/root/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

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

[21/21] /usr/local/cuda-10.1/bin/nvcc -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda-10.1/include -I/root/MinkowskiEngine/src -I/root/MinkowskiEngine/src/3rdparty -I/opt/conda/envs/dlr/include -I/opt/conda/include/python3.7m -c -c /root/MinkowskiEngine/pybind/minkowski.cu -o /root/MinkowskiEngine/build/temp.linux-x86_64-3.7/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_61,code=sm_61 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14 /opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility__" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/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>]" /opt/conda/lib/python3.7/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>]" /opt/conda/lib/python3.7/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_styleconstructor>, =void]" /opt/conda/lib/python3.7/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=]" /opt/conda/lib/python3.7/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=<>]" /opt/conda/lib/python3.7/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::voidtype ()>, Extra=<>]" /opt/conda/lib/python3.7/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=<>]" /root/MinkowskiEngine/pybind/extern.hpp(671): here

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/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>]" /opt/conda/lib/python3.7/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>]" /opt/conda/lib/python3.7/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_styleconstructor>, =void]" /opt/conda/lib/python3.7/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=]" /opt/conda/lib/python3.7/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=<>]" /opt/conda/lib/python3.7/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::voidtype ()>, Extra=<>]" /opt/conda/lib/python3.7/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=<>]" /root/MinkowskiEngine/pybind/extern.hpp(671): here

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/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>]" /opt/conda/lib/python3.7/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>]" /opt/conda/lib/python3.7/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_styleconstructor>, =void]" /opt/conda/lib/python3.7/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=]" /opt/conda/lib/python3.7/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=<>]" /opt/conda/lib/python3.7/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::voidtype ()>, Extra=<>]" /opt/conda/lib/python3.7/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=<>]" /root/MinkowskiEngine/pybind/extern.hpp(671): here

/opt/conda/lib/python3.7/site-packages/torch/include/ATen/record_function.h(18): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(97): warning: attribute "visibility" does not apply here

/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(126): warning: attribute "visibility" does not apply here

ninja: build stopped: subcommand failed. Traceback (most recent call last): File "/opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 1515, in _run_ninja_build env=env) File "/opt/conda/lib/python3.7/subprocess.py", line 512, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['ninja', '-v', '-j', '8']' returned non-zero exit status 1.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "setup.py", line 360, in python_requires=">=3.6", File "/opt/conda/lib/python3.7/site-packages/setuptools/init.py", line 144, in setup return distutils.core.setup(**attrs) File "/opt/conda/lib/python3.7/distutils/core.py", line 148, in setup dist.run_commands() File "/opt/conda/lib/python3.7/distutils/dist.py", line 966, in run_commands self.run_command(cmd) File "/opt/conda/lib/python3.7/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/opt/conda/lib/python3.7/site-packages/setuptools/command/install.py", line 67, in run self.do_egg_install() File "/opt/conda/lib/python3.7/site-packages/setuptools/command/install.py", line 109, in do_egg_install self.run_command('bdist_egg') File "/opt/conda/lib/python3.7/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/opt/conda/lib/python3.7/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/opt/conda/lib/python3.7/site-packages/setuptools/command/bdist_egg.py", line 173, in run cmd = self.call_command('install_lib', warn_dir=0) File "/opt/conda/lib/python3.7/site-packages/setuptools/command/bdist_egg.py", line 159, in call_command self.run_command(cmdname) File "/opt/conda/lib/python3.7/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/opt/conda/lib/python3.7/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/opt/conda/lib/python3.7/site-packages/setuptools/command/install_lib.py", line 11, in run self.build() File "/opt/conda/lib/python3.7/distutils/command/install_lib.py", line 107, in build self.run_command('build_ext') File "/opt/conda/lib/python3.7/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/opt/conda/lib/python3.7/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/opt/conda/lib/python3.7/site-packages/setuptools/command/build_ext.py", line 87, in run _build_ext.run(self) File "/opt/conda/lib/python3.7/site-packages/Cython/Distutils/old_build_ext.py", line 186, in run _build_ext.build_ext.run(self) File "/opt/conda/lib/python3.7/distutils/command/build_ext.py", line 340, in run self.build_extensions() File "/opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 649, in build_extensions build_ext.build_extensions(self) File "/opt/conda/lib/python3.7/site-packages/Cython/Distutils/old_build_ext.py", line 195, in build_extensions _build_ext.build_ext.build_extensions(self) File "/opt/conda/lib/python3.7/distutils/command/build_ext.py", line 449, in build_extensions self._build_extensions_serial() File "/opt/conda/lib/python3.7/distutils/command/build_ext.py", line 474, in _build_extensions_serial self.build_extension(ext) File "/opt/conda/lib/python3.7/site-packages/setuptools/command/build_ext.py", line 208, in build_extension _build_ext.build_extension(self, ext) File "/opt/conda/lib/python3.7/distutils/command/build_ext.py", line 534, in build_extension depends=ext.depends) File "/opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 478, in unix_wrap_ninja_compile with_cuda=with_cuda) File "/opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 1233, in _write_ninja_file_and_compile_objects error_prefix='Error compiling objects for extension') File "/opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 1529, in _run_ninja_build raise RuntimeError(message) RuntimeError: Error compiling objects for extension