NVIDIA / MinkowskiEngine

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

Installation Error with pip #439

Closed where2go947 closed 2 years ago

where2go947 commented 2 years ago

HI, I'm trying to install MinkowskiEngine, but got stuck. Could you please give some help? Thanks!

Using:

I have got nvcc fatal: unsupported gpu architecture "compute_86"and solve with export TORCH_CUDA_ARCH_LIST="7.5" but when pip install -U MinkowskiEngine --install-option="--blas=openblas" -v --no-deps still got:

/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/pip/_internal/commands/install.py:245: UserWarning: Disabling all use of wheels due to the use of --build-option / --global-option / --install-option. cmdoptions.check_install_build_global(options) Using pip 21.3.1 from /home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/pip (python 3.8) Collecting MinkowskiEngine Using cached MinkowskiEngine-0.5.4.tar.gz (246 kB) Running command python setup.py egg_info WARNING: Skipping MinkowskiEngine as it is not installed.


| CUDA compilation set |

Using BLAS=openblas Using g++ for c++ compilation running egg_info creating /tmp/pip-pip-egg-info-p9qkh1f5/MinkowskiEngine.egg-info writing /tmp/pip-pip-egg-info-p9qkh1f5/MinkowskiEngine.egg-info/PKG-INFO writing dependency_links to /tmp/pip-pip-egg-info-p9qkh1f5/MinkowskiEngine.egg-info/dependency_links.txt writing requirements to /tmp/pip-pip-egg-info-p9qkh1f5/MinkowskiEngine.egg-info/requires.txt writing top-level names to /tmp/pip-pip-egg-info-p9qkh1f5/MinkowskiEngine.egg-info/top_level.txt writing manifest file '/tmp/pip-pip-egg-info-p9qkh1f5/MinkowskiEngine.egg-info/SOURCES.txt' reading manifest file '/tmp/pip-pip-egg-info-p9qkh1f5/MinkowskiEngine.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file '/tmp/pip-pip-egg-info-p9qkh1f5/MinkowskiEngine.egg-info/SOURCES.txt' Preparing metadata (setup.py) ... done Skipping wheel build for MinkowskiEngine, due to binaries being disabled for it. Installing collected packages: MinkowskiEngine Running command /home/sjx/.virtualenv/t171cu110/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/setup.py'"'"'; file='"'"'/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-0vqc58mn/install-record.txt --single-version-externally-managed --compile --install-headers /home/sjx/.virtualenv/t171cu110/include/site/python3.8/MinkowskiEngine --blas=openblas WARNING: Skipping MinkowskiEngine as it is not installed.

| CUDA compilation set         |
--------------------------------

Using BLAS=openblas
Using g++ for c++ compilation
running install
/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.8
creating build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiSparseTensor.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiUnion.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/diagnostics.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiCoordinateManager.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiCommon.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiKernelGenerator.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiTensor.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiTensorField.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiInterpolation.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiPooling.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/__init__.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiConvolution.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiNormalization.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiOps.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiNetwork.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiPruning.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiNonlinearity.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiChannelwiseConvolution.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/sparse_matrix_functions.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiBroadcast.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiFunctional.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine
creating build/lib.linux-x86_64-3.8/MinkowskiEngine/utils
copying ./MinkowskiEngine/utils/coords.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine/utils
copying ./MinkowskiEngine/utils/torchsummary.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine/utils
copying ./MinkowskiEngine/utils/init.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine/utils
copying ./MinkowskiEngine/utils/gradcheck.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine/utils
copying ./MinkowskiEngine/utils/__init__.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine/utils
copying ./MinkowskiEngine/utils/collation.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine/utils
copying ./MinkowskiEngine/utils/summary.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine/utils
copying ./MinkowskiEngine/utils/quantization.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine/utils
creating build/lib.linux-x86_64-3.8/MinkowskiEngine/modules
copying ./MinkowskiEngine/modules/senet_block.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine/modules
copying ./MinkowskiEngine/modules/__init__.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine/modules
copying ./MinkowskiEngine/modules/resnet_block.py -> build/lib.linux-x86_64-3.8/MinkowskiEngine/modules
running build_ext
building 'MinkowskiEngineBackend._C' extension
creating /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/build/temp.linux-x86_64-3.8
creating /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/build/temp.linux-x86_64-3.8/tmp
creating /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/build/temp.linux-x86_64-3.8/tmp/pip-install-iwg99nod
creating /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/build/temp.linux-x86_64-3.8/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e
creating /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/build/temp.linux-x86_64-3.8/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src
creating /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/build/temp.linux-x86_64-3.8/pybind
Emitting ninja build file /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/build/temp.linux-x86_64-3.8/build.ninja...
Compiling objects...
Using envvar MAX_JOBS (12) as the number of workers...
[1/21] g++ -MMD -MF /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/build/temp.linux-x86_64-3.8/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/math_functions_cpu.o.d -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/TH -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda-11.0/include -I/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src -I/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/3rdparty -I/home/sjx/.virtualenv/t171cu110/include -I/usr/include/python3.8 -c -c /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/math_functions_cpu.cpp -o /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/build/temp.linux-x86_64-3.8/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/math_functions_cpu.o -fopenmp -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
[2/21] /usr/local/cuda-11.0/bin/nvcc -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/TH -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda-11.0/include -I/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src -I/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/3rdparty -I/home/sjx/.virtualenv/t171cu110/include -I/usr/include/python3.8 -c -c /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/convolution_transpose_gpu.cu -o /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/build/temp.linux-x86_64-3.8/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/convolution_transpose_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14
FAILED: /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/build/temp.linux-x86_64-3.8/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/convolution_transpose_gpu.o
/usr/local/cuda-11.0/bin/nvcc -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/TH -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda-11.0/include -I/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src -I/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/3rdparty -I/home/sjx/.virtualenv/t171cu110/include -I/usr/include/python3.8 -c -c /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/convolution_transpose_gpu.cu -o /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/build/temp.linux-x86_64-3.8/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/convolution_transpose_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14
/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

Killed
[3/21] /usr/local/cuda-11.0/bin/nvcc -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/TH -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda-11.0/include -I/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src -I/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/3rdparty -I/home/sjx/.virtualenv/t171cu110/include -I/usr/include/python3.8 -c -c /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/math_functions_gpu.cu -o /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/build/temp.linux-x86_64-3.8/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/math_functions_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14
[4/21] /usr/local/cuda-11.0/bin/nvcc -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/TH -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda-11.0/include -I/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src -I/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/3rdparty -I/home/sjx/.virtualenv/t171cu110/include -I/usr/include/python3.8 -c -c /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/broadcast_kernel.cu -o /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/build/temp.linux-x86_64-3.8/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/broadcast_kernel.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14
[5/21] /usr/local/cuda-11.0/bin/nvcc -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/TH -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda-11.0/include -I/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src -I/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/3rdparty -I/home/sjx/.virtualenv/t171cu110/include -I/usr/include/python3.8 -c -c /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/pooling_avg_kernel.cu -o /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/build/temp.linux-x86_64-3.8/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/pooling_avg_kernel.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14
[6/21] /usr/local/cuda-11.0/bin/nvcc -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/TH -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda-11.0/include -I/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src -I/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/3rdparty -I/home/sjx/.virtualenv/t171cu110/include -I/usr/include/python3.8 -c -c /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/convolution_kernel.cu -o /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/build/temp.linux-x86_64-3.8/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/convolution_kernel.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14
/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/convolution_kernel.cu(334): warning: integer conversion resulted in a change of sign

/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/convolution_kernel.cu(573): warning: integer conversion resulted in a change of sign

/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/convolution_kernel.cu(334): warning: integer conversion resulted in a change of sign

/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/convolution_kernel.cu(573): warning: integer conversion resulted in a change of sign

[7/21] /usr/local/cuda-11.0/bin/nvcc -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/TH -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda-11.0/include -I/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src -I/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/3rdparty -I/home/sjx/.virtualenv/t171cu110/include -I/usr/include/python3.8 -c -c /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/pooling_max_kernel.cu -o /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/build/temp.linux-x86_64-3.8/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/pooling_max_kernel.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14
[8/21] /usr/local/cuda-11.0/bin/nvcc -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/TH -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda-11.0/include -I/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src -I/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/3rdparty -I/home/sjx/.virtualenv/t171cu110/include -I/usr/include/python3.8 -c -c /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/local_pooling_gpu.cu -o /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/build/temp.linux-x86_64-3.8/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/local_pooling_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14
/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

[9/21] /usr/local/cuda-11.0/bin/nvcc -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/TH -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda-11.0/include -I/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src -I/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/3rdparty -I/home/sjx/.virtualenv/t171cu110/include -I/usr/include/python3.8 -c -c /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/convolution_gpu.cu -o /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/build/temp.linux-x86_64-3.8/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/convolution_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14
/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

[10/21] /usr/local/cuda-11.0/bin/nvcc -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/TH -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda-11.0/include -I/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src -I/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/3rdparty -I/home/sjx/.virtualenv/t171cu110/include -I/usr/include/python3.8 -c -c /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/global_pooling_gpu.cu -o /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/build/temp.linux-x86_64-3.8/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/global_pooling_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14
/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

[11/21] /usr/local/cuda-11.0/bin/nvcc -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/TH -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda-11.0/include -I/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src -I/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/3rdparty -I/home/sjx/.virtualenv/t171cu110/include -I/usr/include/python3.8 -c -c /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/local_pooling_transpose_gpu.cu -o /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/build/temp.linux-x86_64-3.8/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/local_pooling_transpose_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14
/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

[12/21] /usr/local/cuda-11.0/bin/nvcc -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/TH -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda-11.0/include -I/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src -I/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/3rdparty -I/home/sjx/.virtualenv/t171cu110/include -I/usr/include/python3.8 -c -c /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/coordinate_map_manager.cu -o /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/build/temp.linux-x86_64-3.8/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/coordinate_map_manager.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14
/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/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]"
/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/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]"
/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/coordinate_map_manager.cpp(1448): here

/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/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

/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/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]"
/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/coordinate_map_manager.cu(401): here

/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/kernel_region.hpp(392): warning: calling a __host__ function from a __host__ __device__ function is not allowed
          detected during:
            instantiation of "minkowski::gpu_kernel_region<coordinate_type>::gpu_kernel_region(const minkowski::cpu_kernel_region<coordinate_type> &) [with coordinate_type=int32_t]"
/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/coordinate_map_manager.cu(205): here
            instantiation of "minkowski::gpu_kernel_map<minkowski::type_wrapper<uint32_t, int32_t, float>::index_type, TemplatedAllocator<char>> 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<char>>>::operator()(const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator> &, const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator> &, minkowski::CUDAKernelMapMode::Mode, minkowski::cpu_kernel_region<coordinate_type> &) [with coordinate_type=int32_t, TemplatedAllocator=minkowski::detail::default_allocator]"
/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/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]"
/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/coordinate_map_manager.cu(401): here

/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/kernel_region.hpp(392): warning: calling a __host__ function from a __host__ __device__ function is not allowed
          detected during:
            instantiation of "minkowski::gpu_kernel_region<coordinate_type>::gpu_kernel_region(const minkowski::cpu_kernel_region<coordinate_type> &) [with coordinate_type=int32_t]"
/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/coordinate_map_manager.cu(205): here
            instantiation of "minkowski::gpu_kernel_map<minkowski::type_wrapper<uint32_t, int32_t, float>::index_type, TemplatedAllocator<char>> 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<char>>>::operator()(const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator> &, const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator> &, minkowski::CUDAKernelMapMode::Mode, minkowski::cpu_kernel_region<coordinate_type> &) [with coordinate_type=int32_t, TemplatedAllocator=minkowski::detail::default_allocator]"
/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/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]"
/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/coordinate_map_manager.cu(401): here

/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/kernel_region.hpp(392): warning: calling a __host__ function from a __host__ __device__ function is not allowed
          detected during:
            instantiation of "minkowski::gpu_kernel_region<coordinate_type>::gpu_kernel_region(const minkowski::cpu_kernel_region<coordinate_type> &) [with coordinate_type=int32_t]"
/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/coordinate_map_manager.cu(205): here
            instantiation of "minkowski::gpu_kernel_map<minkowski::type_wrapper<uint32_t, int32_t, float>::index_type, TemplatedAllocator<char>> 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<char>>>::operator()(const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator> &, const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator> &, minkowski::CUDAKernelMapMode::Mode, minkowski::cpu_kernel_region<coordinate_type> &) [with coordinate_type=int32_t, TemplatedAllocator=minkowski::detail::default_allocator]"
/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/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]"
/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/coordinate_map_manager.cu(401): here

/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/kernel_region.hpp(392): warning: calling a __host__ function from a __host__ __device__ function is not allowed
          detected during:
            instantiation of "minkowski::gpu_kernel_region<coordinate_type>::gpu_kernel_region(const minkowski::cpu_kernel_region<coordinate_type> &) [with coordinate_type=int32_t]"
/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/coordinate_map_manager.cu(205): here
            instantiation of "minkowski::gpu_kernel_map<minkowski::type_wrapper<uint32_t, int32_t, float>::index_type, TemplatedAllocator<char>> 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<char>>>::operator()(const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator> &, const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator> &, minkowski::CUDAKernelMapMode::Mode, minkowski::cpu_kernel_region<coordinate_type> &) [with coordinate_type=int32_t, TemplatedAllocator=minkowski::detail::default_allocator]"
/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/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]"
/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/coordinate_map_manager.cu(401): here

/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/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]"
/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/coordinate_map_manager.cu(404): here

/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/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

/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/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]"
/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/coordinate_map_manager.cu(401): here

/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/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]"
/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/coordinate_map_manager.cu(404): here

/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/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<unsigned int> >]’:
/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/coordinate_map_manager.cpp:1448:16:   required from here
/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/coordinate_map_manager.cpp:717:111: warning: returning reference to temporary [-Wreturn-local-addr]
  717 |       return detail::empty_map_functor<coordinate_type, TemplatedAllocator,
      |                                                                                                               ^
/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/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<char> >; minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type = std::vector<unsigned int, std::allocator<unsigned int> >]’:
/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/coordinate_map_manager.cu:401:16:   required from here
/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/coordinate_map_manager.cpp:717:111: warning: returning reference to temporary [-Wreturn-local-addr]
/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/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<char> >; minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type = std::vector<unsigned int, std::allocator<unsigned int> >]’:
/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/coordinate_map_manager.cu:404:16:   required from here
/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/coordinate_map_manager.cpp:717:111: warning: returning reference to temporary [-Wreturn-local-addr]
[13/21] /usr/local/cuda-11.0/bin/nvcc -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/TH -I/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda-11.0/include -I/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src -I/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/3rdparty -I/home/sjx/.virtualenv/t171cu110/include -I/usr/include/python3.8 -c -c /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/coordinate_map_gpu.cu -o /tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/build/temp.linux-x86_64-3.8/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/coordinate_map_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=sm_75 -ccbin g++ -std=c++14
/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/kernel_region.hpp(392): warning: calling a __host__ function from a __host__ __device__ function is not allowed
          detected during:
            instantiation of "minkowski::gpu_kernel_region<coordinate_type>::gpu_kernel_region(const minkowski::cpu_kernel_region<coordinate_type> &) [with coordinate_type=int32_t]"
/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/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<coordinate_type> &, const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::stride_type &) const [with coordinate_type=int32_t, TemplatedAllocator=minkowski::detail::default_allocator]"
/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/coordinate_map_gpu.cu(2460): here

/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/kernel_region.hpp(392): warning: calling a __host__ function from a __host__ __device__ function is not allowed
          detected during:
            instantiation of "minkowski::gpu_kernel_region<coordinate_type>::gpu_kernel_region(const minkowski::cpu_kernel_region<coordinate_type> &) [with coordinate_type=int32_t]"
/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/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<coordinate_type> &, const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::stride_type &) const [with coordinate_type=int32_t, TemplatedAllocator=minkowski::detail::default_allocator]"
/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/coordinate_map_gpu.cu(2460): here

/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/kernel_region.hpp(392): warning: calling a __host__ function from a __host__ __device__ function is not allowed
          detected during:
            instantiation of "minkowski::gpu_kernel_region<coordinate_type>::gpu_kernel_region(const minkowski::cpu_kernel_region<coordinate_type> &) [with coordinate_type=int32_t]"
/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/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<coordinate_type> &, const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::stride_type &) const [with coordinate_type=int32_t, TemplatedAllocator=minkowski::detail::default_allocator]"
/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/coordinate_map_gpu.cu(2460): here

/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/kernel_region.hpp(392): warning: calling a __host__ function from a __host__ __device__ function is not allowed
          detected during:
            instantiation of "minkowski::gpu_kernel_region<coordinate_type>::gpu_kernel_region(const minkowski::cpu_kernel_region<coordinate_type> &) [with coordinate_type=int32_t]"
/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/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<coordinate_type> &, const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::stride_type &) const [with coordinate_type=int32_t, TemplatedAllocator=minkowski::detail::default_allocator]"
/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/src/coordinate_map_gpu.cu(2460): here

/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/ATen/core/boxing/impl/boxing.h(100): warning: integer conversion resulted in a change of sign

/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/include/ATen/core/op_registration/op_whitelist.h(39): warning: integer conversion resulted in a change of sign

ninja: build stopped: subcommand failed.
Traceback (most recent call last):
  File "/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1533, in _run_ninja_build
    subprocess.run(
  File "/usr/lib/python3.8/subprocess.py", line 516, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['ninja', '-v', '-j', '12']' returned non-zero exit status 1.

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

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/setup.py", line 314, in <module>
    setup(
  File "/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/setuptools/__init__.py", line 159, in setup
    return distutils.core.setup(**attrs)
  File "/usr/lib/python3.8/distutils/core.py", line 148, in setup
    dist.run_commands()
  File "/usr/lib/python3.8/distutils/dist.py", line 966, in run_commands
    self.run_command(cmd)
  File "/usr/lib/python3.8/distutils/dist.py", line 985, in run_command
    cmd_obj.run()
  File "/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/setuptools/command/install.py", line 68, in run
    return orig.install.run(self)
  File "/usr/lib/python3.8/distutils/command/install.py", line 589, in run
    self.run_command('build')
  File "/usr/lib/python3.8/distutils/cmd.py", line 313, in run_command
    self.distribution.run_command(command)
  File "/usr/lib/python3.8/distutils/dist.py", line 985, in run_command
    cmd_obj.run()
  File "/usr/lib/python3.8/distutils/command/build.py", line 135, in run
    self.run_command(cmd_name)
  File "/usr/lib/python3.8/distutils/cmd.py", line 313, in run_command
    self.distribution.run_command(command)
  File "/usr/lib/python3.8/distutils/dist.py", line 985, in run_command
    cmd_obj.run()
  File "/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/setuptools/command/build_ext.py", line 79, in run
    _build_ext.run(self)
  File "/usr/lib/python3.8/distutils/command/build_ext.py", line 340, in run
    self.build_extensions()
  File "/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 670, in build_extensions
    build_ext.build_extensions(self)
  File "/usr/lib/python3.8/distutils/command/build_ext.py", line 449, in build_extensions
    self._build_extensions_serial()
  File "/usr/lib/python3.8/distutils/command/build_ext.py", line 474, in _build_extensions_serial
    self.build_extension(ext)
  File "/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/setuptools/command/build_ext.py", line 202, in build_extension
    _build_ext.build_extension(self, ext)
  File "/usr/lib/python3.8/distutils/command/build_ext.py", line 528, in build_extension
    objects = self.compiler.compile(sources,
  File "/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 491, in unix_wrap_ninja_compile
    _write_ninja_file_and_compile_objects(
  File "/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1250, in _write_ninja_file_and_compile_objects
    _run_ninja_build(
  File "/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1555, in _run_ninja_build
    raise RuntimeError(message) from e
RuntimeError: Error compiling objects for extension
Running setup.py install for MinkowskiEngine ... error

ERROR: Command errored out with exit status 1: /home/sjx/.virtualenv/t171cu110/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/setup.py'"'"'; file='"'"'/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-0vqc58mn/install-record.txt --single-version-externally-managed --compile --install-headers /home/sjx/.virtualenv/t171cu110/include/site/python3.8/MinkowskiEngine --blas=openblas Check the logs for full command output.

Thanks

zshyang commented 2 years ago

I have the same problem.

itzhuang commented 2 years ago

same problem too

dyurk1113 commented 2 years ago

Based on responses to other issues, this ended up fixing the problem for me:

where2go947 commented 2 years ago

Sorry, I forgot to close this issue when the problem has solved.

I have changed cuda to 11.1 and pytorch to 1.8.0.

Note that "Killed" occurs, please refer to this as @dyurk1113 said.

Hope helps.

meisa233 commented 8 months ago

I installed it with cuda 12.0 following the instruction. https://github.com/NVIDIA/MinkowskiEngine/issues/543