-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.5 compilation fail due to out of memory #228
Comments
Hmm it seems like the compilation was killed due to out of cpu memory. |
Thanks for the quick reply. I am running my system with 16 GB memory. Is there any idea how to solve that problem? I am trying to run FCGF, so if there is any workaround for v0.5 ... Thanks for your help. |
You can see that during the spike, the job was killed. Try to reduce the number of parallel compilation with
|
I solved it now by increasing the swap size following https://bogdancornianu.com/change-swap-size-in-ubuntu/. I also tried "export MAX_JOBS=2; pip install git+https://github.com/NVIDIA/[email protected]" and it seems to work fine as well. Thank you very much! |
I can't believe this solved my issue after 5+ hours of debugging. Thank you! |
I am trying to run ME v0.5 in a docker.
While v0.4 can be installed without problems i am getting the following output on v0.5
pip install -U git+https://github.com/NVIDIA/[email protected]
Collecting git+https://github.com/NVIDIA/[email protected]
Cloning https://github.com/NVIDIA/MinkowskiEngine.git (to revision v0.5) to /tmp/pip-req-build-61jhaoq5
Running command git clone -q https://github.com/NVIDIA/MinkowskiEngine.git /tmp/pip-req-build-61jhaoq5
Running command git checkout -b v0.5 --track origin/v0.5
Switched to a new branch 'v0.5'
Branch 'v0.5' set up to track remote branch 'v0.5' from 'origin'.
Requirement already satisfied, skipping upgrade: torch in ./envdocker/lib/python3.7/site-packages (from MinkowskiEngine==0.5.0b0) (1.5.1)
Requirement already satisfied, skipping upgrade: numpy in ./envdocker/lib/python3.7/site-packages (from MinkowskiEngine==0.5.0b0) (1.19.1)
Requirement already satisfied, skipping upgrade: future in ./envdocker/lib/python3.7/site-packages (from torch->MinkowskiEngine==0.5.0b0) (0.18.2)
Building wheels for collected packages: MinkowskiEngine
Building wheel for MinkowskiEngine (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /home/srs-autobin/app/envdocker/bin/python3.7 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-61jhaoq5/setup.py'"'"'; file='"'"'/tmp/pip-req-build-61jhaoq5/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-dy8t5eqk
cwd: /tmp/pip-req-build-61jhaoq5/
Complete output (574 lines):
WARNING: Skipping MinkowskiEngine as it is not installed.
| CUDA compilation set |
Using BLAS=openblas
Using the default compiler
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/setuptools/dist.py:458: UserWarning: Normalizing '0.5.0b' to '0.5.0b0'
warnings.warn(tmpl.format(**locals()))
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.7
creating build/lib.linux-x86_64-3.7/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiTensorField.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiPooling.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiUnion.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiConvolution.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiOps.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiTensor.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiSparseTensor.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiBroadcast.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiCommon.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiFunctional.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiKernelGenerator.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine
copying ./MinkowskiEngine/init.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiPruning.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiChannelwiseConvolution.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiCoordinateManager.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiNonlinearity.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/MinkowskiNormalization.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine
copying ./MinkowskiEngine/MinkowskiNetwork.py -> build/lib.linux-x86_64-3.7/MinkowskiEngine
creating 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/coords.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/init.py -> 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/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/init.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
running build_ext
building 'MinkowskiEngineBackend.C' extension
creating /tmp/pip-req-build-61jhaoq5/build/temp.linux-x86_64-3.7
creating /tmp/pip-req-build-61jhaoq5/build/temp.linux-x86_64-3.7/tmp
creating /tmp/pip-req-build-61jhaoq5/build/temp.linux-x86_64-3.7/tmp/pip-req-build-61jhaoq5
creating /tmp/pip-req-build-61jhaoq5/build/temp.linux-x86_64-3.7/tmp/pip-req-build-61jhaoq5/src
creating /tmp/pip-req-build-61jhaoq5/build/temp.linux-x86_64-3.7/pybind
Emitting ninja build file /tmp/pip-req-build-61jhaoq5/build/temp.linux-x86_64-3.7/build.ninja...
Compiling objects...
Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N)
[1/16] c++ -MMD -MF /tmp/pip-req-build-61jhaoq5/build/temp.linux-x86_64-3.7/tmp/pip-req-build-61jhaoq5/src/math_functions_cpu.o.d -pthread -B /home/srs-autobin/app/envdocker/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/TH -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/tmp/pip-req-build-61jhaoq5/src -I/tmp/pip-req-build-61jhaoq5/src/3rdparty -I/home/srs-autobin/app/envdocker/include/python3.7m -c -c /tmp/pip-req-build-61jhaoq5/src/math_functions_cpu.cpp -o /tmp/pip-req-build-61jhaoq5/build/temp.linux-x86_64-3.7/tmp/pip-req-build-61jhaoq5/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/16] /usr/local/cuda/bin/nvcc -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/TH -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/tmp/pip-req-build-61jhaoq5/src -I/tmp/pip-req-build-61jhaoq5/src/3rdparty -I/home/srs-autobin/app/envdocker/include/python3.7m -c -c /tmp/pip-req-build-61jhaoq5/src/gpu.cu -o /tmp/pip-req-build-61jhaoq5/build/temp.linux-x86_64-3.7/tmp/pip-req-build-61jhaoq5/src/gpu.o -D__CUDA_NO_HALF_OPERATORS -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=sm_61 -std=c++14
/tmp/pip-req-build-61jhaoq5/src/gpu.cu(118): warning: function "minkowski::format_size" was declared but never referenced
[3/16] /usr/local/cuda/bin/nvcc -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/TH -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/tmp/pip-req-build-61jhaoq5/src -I/tmp/pip-req-build-61jhaoq5/src/3rdparty -I/home/srs-autobin/app/envdocker/include/python3.7m -c -c /tmp/pip-req-build-61jhaoq5/src/global_pooling_gpu.cu -o /tmp/pip-req-build-61jhaoq5/build/temp.linux-x86_64-3.7/tmp/pip-req-build-61jhaoq5/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-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=sm_61 -std=c++14
FAILED: /tmp/pip-req-build-61jhaoq5/build/temp.linux-x86_64-3.7/tmp/pip-req-build-61jhaoq5/src/global_pooling_gpu.o
/usr/local/cuda/bin/nvcc -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/TH -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/tmp/pip-req-build-61jhaoq5/src -I/tmp/pip-req-build-61jhaoq5/src/3rdparty -I/home/srs-autobin/app/envdocker/include/python3.7m -c -c /tmp/pip-req-build-61jhaoq5/src/global_pooling_gpu.cu -o /tmp/pip-req-build-61jhaoq5/build/temp.linux-x86_64-3.7/tmp/pip-req-build-61jhaoq5/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-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=sm_61 -std=c++14
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(14): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(18): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(23): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
Killed
[4/16] /usr/local/cuda/bin/nvcc -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/TH -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/tmp/pip-req-build-61jhaoq5/src -I/tmp/pip-req-build-61jhaoq5/src/3rdparty -I/home/srs-autobin/app/envdocker/include/python3.7m -c -c /tmp/pip-req-build-61jhaoq5/src/local_pooling_gpu.cu -o /tmp/pip-req-build-61jhaoq5/build/temp.linux-x86_64-3.7/tmp/pip-req-build-61jhaoq5/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-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=sm_61 -std=c++14
FAILED: /tmp/pip-req-build-61jhaoq5/build/temp.linux-x86_64-3.7/tmp/pip-req-build-61jhaoq5/src/local_pooling_gpu.o
/usr/local/cuda/bin/nvcc -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/TH -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/tmp/pip-req-build-61jhaoq5/src -I/tmp/pip-req-build-61jhaoq5/src/3rdparty -I/home/srs-autobin/app/envdocker/include/python3.7m -c -c /tmp/pip-req-build-61jhaoq5/src/local_pooling_gpu.cu -o /tmp/pip-req-build-61jhaoq5/build/temp.linux-x86_64-3.7/tmp/pip-req-build-61jhaoq5/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-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=sm_61 -std=c++14
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(14): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(18): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(23): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(100): warning: attribute "visibility" does not apply here
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(115): warning: attribute "visibility" does not apply here
Killed
[5/16] /usr/local/cuda/bin/nvcc -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/TH -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/tmp/pip-req-build-61jhaoq5/src -I/tmp/pip-req-build-61jhaoq5/src/3rdparty -I/home/srs-autobin/app/envdocker/include/python3.7m -c -c /tmp/pip-req-build-61jhaoq5/src/convolution_transpose_gpu.cu -o /tmp/pip-req-build-61jhaoq5/build/temp.linux-x86_64-3.7/tmp/pip-req-build-61jhaoq5/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-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=sm_61 -std=c++14
FAILED: /tmp/pip-req-build-61jhaoq5/build/temp.linux-x86_64-3.7/tmp/pip-req-build-61jhaoq5/src/convolution_transpose_gpu.o
/usr/local/cuda/bin/nvcc -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/TH -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/tmp/pip-req-build-61jhaoq5/src -I/tmp/pip-req-build-61jhaoq5/src/3rdparty -I/home/srs-autobin/app/envdocker/include/python3.7m -c -c /tmp/pip-req-build-61jhaoq5/src/convolution_transpose_gpu.cu -o /tmp/pip-req-build-61jhaoq5/build/temp.linux-x86_64-3.7/tmp/pip-req-build-61jhaoq5/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-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=sm_61 -std=c++14
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(14): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(18): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(23): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(100): warning: attribute "visibility" does not apply here
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(115): warning: attribute "visibility" does not apply here
Killed
[6/16] /usr/local/cuda/bin/nvcc -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/TH -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/tmp/pip-req-build-61jhaoq5/src -I/tmp/pip-req-build-61jhaoq5/src/3rdparty -I/home/srs-autobin/app/envdocker/include/python3.7m -c -c /tmp/pip-req-build-61jhaoq5/src/convolution_gpu.cu -o /tmp/pip-req-build-61jhaoq5/build/temp.linux-x86_64-3.7/tmp/pip-req-build-61jhaoq5/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-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=sm_61 -std=c++14
FAILED: /tmp/pip-req-build-61jhaoq5/build/temp.linux-x86_64-3.7/tmp/pip-req-build-61jhaoq5/src/convolution_gpu.o
/usr/local/cuda/bin/nvcc -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/TH -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/tmp/pip-req-build-61jhaoq5/src -I/tmp/pip-req-build-61jhaoq5/src/3rdparty -I/home/srs-autobin/app/envdocker/include/python3.7m -c -c /tmp/pip-req-build-61jhaoq5/src/convolution_gpu.cu -o /tmp/pip-req-build-61jhaoq5/build/temp.linux-x86_64-3.7/tmp/pip-req-build-61jhaoq5/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-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=sm_61 -std=c++14
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(14): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(18): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(23): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(100): warning: attribute "visibility" does not apply here
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(115): warning: attribute "visibility" does not apply here
Killed
[7/16] /usr/local/cuda/bin/nvcc -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/TH -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/tmp/pip-req-build-61jhaoq5/src -I/tmp/pip-req-build-61jhaoq5/src/3rdparty -I/home/srs-autobin/app/envdocker/include/python3.7m -c -c /tmp/pip-req-build-61jhaoq5/src/coordinate_map_gpu.cu -o /tmp/pip-req-build-61jhaoq5/build/temp.linux-x86_64-3.7/tmp/pip-req-build-61jhaoq5/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-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=sm_61 -std=c++14
FAILED: /tmp/pip-req-build-61jhaoq5/build/temp.linux-x86_64-3.7/tmp/pip-req-build-61jhaoq5/src/coordinate_map_gpu.o
/usr/local/cuda/bin/nvcc -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/TH -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/tmp/pip-req-build-61jhaoq5/src -I/tmp/pip-req-build-61jhaoq5/src/3rdparty -I/home/srs-autobin/app/envdocker/include/python3.7m -c -c /tmp/pip-req-build-61jhaoq5/src/coordinate_map_gpu.cu -o /tmp/pip-req-build-61jhaoq5/build/temp.linux-x86_64-3.7/tmp/pip-req-build-61jhaoq5/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-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=sm_61 -std=c++14
/tmp/pip-req-build-61jhaoq5/src/kernel_region.hpp(430): 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-req-build-61jhaoq5/src/coordinate_map_gpu.cu(471): 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-req-build-61jhaoq5/src/coordinate_map_gpu.cu(1558): here
/tmp/pip-req-build-61jhaoq5/src/kernel_region.hpp(430): 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-req-build-61jhaoq5/src/coordinate_map_gpu.cu(471): 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-req-build-61jhaoq5/src/coordinate_map_gpu.cu(1558): here
/tmp/pip-req-build-61jhaoq5/src/kernel_region.hpp(430): 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-req-build-61jhaoq5/src/coordinate_map_gpu.cu(471): 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-req-build-61jhaoq5/src/coordinate_map_gpu.cu(1558): here
/tmp/pip-req-build-61jhaoq5/src/kernel_region.hpp(430): 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-req-build-61jhaoq5/src/coordinate_map_gpu.cu(471): 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-req-build-61jhaoq5/src/coordinate_map_gpu.cu(1558): here
Killed
[8/16] /usr/local/cuda/bin/nvcc -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/TH -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/tmp/pip-req-build-61jhaoq5/src -I/tmp/pip-req-build-61jhaoq5/src/3rdparty -I/home/srs-autobin/app/envdocker/include/python3.7m -c -c /tmp/pip-req-build-61jhaoq5/src/math_functions_gpu.cu -o /tmp/pip-req-build-61jhaoq5/build/temp.linux-x86_64-3.7/tmp/pip-req-build-61jhaoq5/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-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=sm_61 -std=c++14
[9/16] /usr/local/cuda/bin/nvcc -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/TH -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/tmp/pip-req-build-61jhaoq5/src -I/tmp/pip-req-build-61jhaoq5/src/3rdparty -I/home/srs-autobin/app/envdocker/include/python3.7m -c -c /tmp/pip-req-build-61jhaoq5/src/pooling_avg_kernel.cu -o /tmp/pip-req-build-61jhaoq5/build/temp.linux-x86_64-3.7/tmp/pip-req-build-61jhaoq5/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-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=sm_61 -std=c++14
/tmp/pip-req-build-61jhaoq5/src/pooling_avg_kernel.cu(137): warning: variable "is_int64" was declared but never referenced
[10/16] c++ -MMD -MF /tmp/pip-req-build-61jhaoq5/build/temp.linux-x86_64-3.7/tmp/pip-req-build-61jhaoq5/src/quantization.o.d -pthread -B /home/srs-autobin/app/envdocker/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/TH -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/tmp/pip-req-build-61jhaoq5/src -I/tmp/pip-req-build-61jhaoq5/src/3rdparty -I/home/srs-autobin/app/envdocker/include/python3.7m -c -c /tmp/pip-req-build-61jhaoq5/src/quantization.cpp -o /tmp/pip-req-build-61jhaoq5/build/temp.linux-x86_64-3.7/tmp/pip-req-build-61jhaoq5/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++
[11/16] /usr/local/cuda/bin/nvcc -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/TH -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/tmp/pip-req-build-61jhaoq5/src -I/tmp/pip-req-build-61jhaoq5/src/3rdparty -I/home/srs-autobin/app/envdocker/include/python3.7m -c -c /tmp/pip-req-build-61jhaoq5/src/convolution_kernel.cu -o /tmp/pip-req-build-61jhaoq5/build/temp.linux-x86_64-3.7/tmp/pip-req-build-61jhaoq5/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-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=sm_61 -std=c++14
/tmp/pip-req-build-61jhaoq5/src/convolution_kernel.cu(289): warning: integer conversion resulted in a change of sign
/tmp/pip-req-build-61jhaoq5/src/convolution_kernel.cu(448): warning: integer conversion resulted in a change of sign
/tmp/pip-req-build-61jhaoq5/src/convolution_kernel.cu(289): warning: integer conversion resulted in a change of sign
/tmp/pip-req-build-61jhaoq5/src/convolution_kernel.cu(448): warning: integer conversion resulted in a change of sign
[12/16] /usr/local/cuda/bin/nvcc -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/TH -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/tmp/pip-req-build-61jhaoq5/src -I/tmp/pip-req-build-61jhaoq5/src/3rdparty -I/home/srs-autobin/app/envdocker/include/python3.7m -c -c /tmp/pip-req-build-61jhaoq5/src/pooling_max_kernel.cu -o /tmp/pip-req-build-61jhaoq5/build/temp.linux-x86_64-3.7/tmp/pip-req-build-61jhaoq5/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-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=sm_61 -std=c++14
[13/16] /usr/local/cuda/bin/nvcc -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/TH -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/tmp/pip-req-build-61jhaoq5/src -I/tmp/pip-req-build-61jhaoq5/src/3rdparty -I/home/srs-autobin/app/envdocker/include/python3.7m -c -c /tmp/pip-req-build-61jhaoq5/src/pruning_gpu.cu -o /tmp/pip-req-build-61jhaoq5/build/temp.linux-x86_64-3.7/tmp/pip-req-build-61jhaoq5/src/pruning_gpu.o -D__CUDA_NO_HALF_OPERATORS_ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=sm_61 -std=c++14
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(14): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(18): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(23): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(100): warning: attribute "visibility" does not apply here
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(115): warning: attribute "visibility" does not apply here
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(14): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(18): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(23): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(100): warning: attribute "visibility" does not apply here
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(115): warning: attribute "visibility" does not apply here
[14/16] /usr/local/cuda/bin/nvcc -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/TH -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/tmp/pip-req-build-61jhaoq5/src -I/tmp/pip-req-build-61jhaoq5/src/3rdparty -I/home/srs-autobin/app/envdocker/include/python3.7m -c -c /tmp/pip-req-build-61jhaoq5/src/coordinate_map_manager.cu -o /tmp/pip-req-build-61jhaoq5/build/temp.linux-x86_64-3.7/tmp/pip-req-build-61jhaoq5/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-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=sm_61 -std=c++14
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(14): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(18): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(23): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(100): warning: attribute "visibility" does not apply here
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(115): warning: attribute "visibility" does not apply here
/tmp/pip-req-build-61jhaoq5/src/kernel_region.hpp(430): 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-req-build-61jhaoq5/src/coordinate_map_manager.cu(151): 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<coordinate_type> &) [with coordinate_type=int32_t, TemplatedAllocator=minkowski::detail::default_allocator]"
/tmp/pip-req-build-61jhaoq5/src/coordinate_map_manager.cpp(620): 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-req-build-61jhaoq5/src/coordinate_map_manager.cu(298): here
/tmp/pip-req-build-61jhaoq5/src/kernel_region.hpp(430): 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-req-build-61jhaoq5/src/coordinate_map_manager.cu(151): 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<coordinate_type> &) [with coordinate_type=int32_t, TemplatedAllocator=minkowski::detail::default_allocator]"
/tmp/pip-req-build-61jhaoq5/src/coordinate_map_manager.cpp(620): 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-req-build-61jhaoq5/src/coordinate_map_manager.cu(298): here
/tmp/pip-req-build-61jhaoq5/src/kernel_region.hpp(430): 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-req-build-61jhaoq5/src/coordinate_map_manager.cu(151): 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<coordinate_type> &) [with coordinate_type=int32_t, TemplatedAllocator=minkowski::detail::default_allocator]"
/tmp/pip-req-build-61jhaoq5/src/coordinate_map_manager.cpp(620): 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-req-build-61jhaoq5/src/coordinate_map_manager.cu(298): here
/tmp/pip-req-build-61jhaoq5/src/kernel_region.hpp(430): 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-req-build-61jhaoq5/src/coordinate_map_manager.cu(151): 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<coordinate_type> &) [with coordinate_type=int32_t, TemplatedAllocator=minkowski::detail::default_allocator]"
/tmp/pip-req-build-61jhaoq5/src/coordinate_map_manager.cpp(620): 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-req-build-61jhaoq5/src/coordinate_map_manager.cu(298): here
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(14): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(18): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(23): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(100): warning: attribute "visibility" does not apply here
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(115): warning: attribute "visibility" does not apply here
[15/16] /usr/local/cuda/bin/nvcc -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/TH -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/tmp/pip-req-build-61jhaoq5/src -I/tmp/pip-req-build-61jhaoq5/src/3rdparty -I/home/srs-autobin/app/envdocker/include/python3.7m -c -c /tmp/pip-req-build-61jhaoq5/src/spmm.cu -o /tmp/pip-req-build-61jhaoq5/build/temp.linux-x86_64-3.7/tmp/pip-req-build-61jhaoq5/src/spmm.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=sm_61 -std=c++14
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(14): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(18): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(23): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(100): warning: attribute "visibility" does not apply here
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(115): warning: attribute "visibility" does not apply here
/tmp/pip-req-build-61jhaoq5/src/spmm.cu(70): warning: variable "is_int64" was declared but never referenced
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(14): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(18): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(23): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(100): warning: attribute "visibility" does not apply here
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(115): warning: attribute "visibility" does not apply here
[16/16] /usr/local/cuda/bin/nvcc -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/TH -I/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/tmp/pip-req-build-61jhaoq5/src -I/tmp/pip-req-build-61jhaoq5/src/3rdparty -I/home/srs-autobin/app/envdocker/include/python3.7m -c -c /tmp/pip-req-build-61jhaoq5/pybind/minkowski.cu -o /tmp/pip-req-build-61jhaoq5/build/temp.linux-x86_64-3.7/pybind/minkowski.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-extended-lambda -O3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=sm_61 -std=c++14
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(14): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(18): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(23): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(100): warning: attribute "visibility" does not apply here
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(115): warning: attribute "visibility" does not apply here
/home/srs-autobin/app/envdocker/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<Args...>::load_impl_sequence(pybind11::detail::function_call &, std::index_sequence<Is...>) [with Args=<pybind11::detail::value_and_holder &, unsigned int>, Is=<0UL, 1UL>]"
(1903): here
instantiation of "nv_bool pybind11::detail::argument_loader<Args...>::load_args(pybind11::detail::function_call &) [with Args=<pybind11::detail::value_and_holder &, unsigned int>]"
/home/srs-autobin/app/envdocker/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>]"
/home/srs-autobin/app/envdocker/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_style_constructor>, =void]"
/home/srs-autobin/app/envdocker/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=pybind11::detail::is_new_style_constructor]"
/home/srs-autobin/app/envdocker/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::void_type (*)()>>>::execute(Class &, const Extra &...) && [with Func=lambda [](unsigned int)->minkowski::GPUMemoryAllocatorBackend::Type, Return=minkowski::GPUMemoryAllocatorBackend::Type, Args=, Class=pybind11::classminkowski::GPUMemoryAllocatorBackend::Type, Extra=<>]"
/home/srs-autobin/app/envdocker/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<Args...> &&, const Extra &...) [with type_=minkowski::GPUMemoryAllocatorBackend::Type, options=<>, Args=<lambda [](unsigned int)->minkowski::GPUMemoryAllocatorBackend::Type, pybind11::detail::void_type (*)(), minkowski::GPUMemoryAllocatorBackend::Type (unsigned int), pybind11::detail::void_type ()>, Extra=<>]"
/home/srs-autobin/app/envdocker/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=<>]"
/tmp/pip-req-build-61jhaoq5/pybind/extern.hpp(477): here
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(14): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(18): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(23): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(100): warning: attribute "visibility" does not apply here
/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/include/torch/csrc/autograd/profiler.h(115): warning: attribute "visibility" does not apply here
ninja: build stopped: subcommand failed.
Traceback (most recent call last):
File "/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 1423, in _run_ninja_build
check=True)
File "/home/srs-autobin/app/envdocker/lib/python3.7/subprocess.py", line 512, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-req-build-61jhaoq5/setup.py", line 321, in
python_requires=">=3.6",
File "/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/setuptools/init.py", line 163, in setup
return distutils.core.setup(**attrs)
File "/home/srs-autobin/app/envdocker/lib/python3.7/distutils/core.py", line 148, in setup
dist.run_commands()
File "/home/srs-autobin/app/envdocker/lib/python3.7/distutils/dist.py", line 966, in run_commands
self.run_command(cmd)
File "/home/srs-autobin/app/envdocker/lib/python3.7/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/wheel/bdist_wheel.py", line 290, in run
self.run_command('build')
File "/home/srs-autobin/app/envdocker/lib/python3.7/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/home/srs-autobin/app/envdocker/lib/python3.7/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/home/srs-autobin/app/envdocker/lib/python3.7/distutils/command/build.py", line 135, in run
self.run_command(cmd_name)
File "/home/srs-autobin/app/envdocker/lib/python3.7/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/home/srs-autobin/app/envdocker/lib/python3.7/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/setuptools/command/build_ext.py", line 87, in run
_build_ext.run(self)
File "/home/srs-autobin/app/envdocker/lib/python3.7/distutils/command/build_ext.py", line 340, in run
self.build_extensions()
File "/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 603, in build_extensions
build_ext.build_extensions(self)
File "/home/srs-autobin/app/envdocker/lib/python3.7/distutils/command/build_ext.py", line 449, in build_extensions
self._build_extensions_serial()
File "/home/srs-autobin/app/envdocker/lib/python3.7/distutils/command/build_ext.py", line 474, in _build_extensions_serial
self.build_extension(ext)
File "/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/setuptools/command/build_ext.py", line 208, in build_extension
_build_ext.build_extension(self, ext)
File "/home/srs-autobin/app/envdocker/lib/python3.7/distutils/command/build_ext.py", line 534, in build_extension
depends=ext.depends)
File "/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 437, in unix_wrap_ninja_compile
with_cuda=with_cuda)
File "/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 1163, in _write_ninja_file_and_compile_objects
error_prefix='Error compiling objects for extension')
File "/home/srs-autobin/app/envdocker/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 1436, in _run_ninja_build
raise RuntimeError(message)
RuntimeError: Error compiling objects for extension
ERROR: Failed building wheel for MinkowskiEngine
Running setup.py clean for MinkowskiEngine
Failed to build MinkowskiEngine
Installing collected packages: MinkowskiEngine
Running setup.py install for MinkowskiEngine ... error
ERROR: Command errored out with exit status 1:
command: /home/srs-autobin/app/envdocker/bin/python3.7 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-61jhaoq5/setup.py'"'"'; file='"'"'/tmp/pip-req-build-61jhaoq5/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-94k490q7/install-record.txt --single-version-externally-managed --compile --install-headers /home/srs-autobin/app/envdocker/include/python3.7m/MinkowskiEngine
cwd: /tmp/pip-req-build-61jhaoq5/
Complete output (516 lines):
WARNING: Skipping MinkowskiEngine as it is not installed.
--------------------------------
| CUDA compilation set |
--------------------------------
ERROR: Command errored out with exit status 1: /home/srs-autobin/app/envdocker/bin/python3.7 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-61jhaoq5/setup.py'"'"'; file='"'"'/tmp/pip-req-build-61jhaoq5/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-94k490q7/install-record.txt --single-version-externally-managed --compile --install-headers /home/srs-autobin/app/envdocker/include/python3.7m/MinkowskiEngine Check the logs for full command output.
The text was updated successfully, but these errors were encountered: