NVIDIA / MinkowskiEngine

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

Installing MinkowskiEngine as develop mode (pip install --editable .) #446

Open YJYJLee opened 2 years ago

YJYJLee commented 2 years ago

Hi, I am trying to build MinkowskiEngine@v0.5.4 as develop mode for the research purpose. I tried the command python setup.py install and succeed in installing it and checked MinkowskiEngine being well imported.

However, when I try installing in editable mode with the command pip install --editable ., I keep getting the following error.

Using pip 21.2.4 from /home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/pip (python 3.8)
Obtaining file:///home/yejin/PointCloud/MinkowskiEngine
Running command python setup.py egg_info
WARNING: Skipping MinkowskiEngine as it is not installed.
--------------------------------
| CUDA compilation set         |
--------------------------------

Using BLAS=openblas
Using the default compiler
running egg_info
creating /tmp/pip-pip-egg-info-oo3bjo1t/MinkowskiEngine.egg-info
writing /tmp/pip-pip-egg-info-oo3bjo1t/MinkowskiEngine.egg-info/PKG-INFO
writing dependency_links to /tmp/pip-pip-egg-info-oo3bjo1t/MinkowskiEngine.egg-info/dependency_links.txt
writing requirements to /tmp/pip-pip-egg-info-oo3bjo1t/MinkowskiEngine.egg-info/requires.txt
writing top-level names to /tmp/pip-pip-egg-info-oo3bjo1t/MinkowskiEngine.egg-info/top_level.txt
writing manifest file '/tmp/pip-pip-egg-info-oo3bjo1t/MinkowskiEngine.egg-info/SOURCES.txt'
reading manifest file '/tmp/pip-pip-egg-info-oo3bjo1t/MinkowskiEngine.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file '/tmp/pip-pip-egg-info-oo3bjo1t/MinkowskiEngine.egg-info/SOURCES.txt'
Requirement already satisfied: torch in /home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages (from MinkowskiEngine==0.5.4) (1.9.0)
Requirement already satisfied: numpy in /home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages (from MinkowskiEngine==0.5.4) (1.19.2)
Requirement already satisfied: typing_extensions in /home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages (from torch->MinkowskiEngine==0.5.4) (3.10.0.2)
Installing collected packages: MinkowskiEngine
  Running setup.py develop for MinkowskiEngine
    Running command /home/yejin/anaconda3/envs/minkowskiengine/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/home/yejin/PointCloud/MinkowskiEngine/setup.py'"'"'; __file__='"'"'/home/yejin/PointCloud/MinkowskiEngine/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'"'"'))' develop --no-deps
    WARNING: Skipping MinkowskiEngine as it is not installed.
    --------------------------------
    | CUDA compilation set         |
    --------------------------------

Using BLAS=openblas
Using the default compiler
running develop
running egg_info
writing MinkowskiEngine.egg-info/PKG-INFO
writing dependency_links to MinkowskiEngine.egg-info/dependency_links.txt
writing requirements to MinkowskiEngine.egg-info/requires.txt
writing top-level names to MinkowskiEngine.egg-info/top_level.txt
reading manifest file 'MinkowskiEngine.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'MinkowskiEngine.egg-info/SOURCES.txt'
running build_ext
building 'MinkowskiEngineBackend._C' extension
creating /home/yejin/PointCloud/MinkowskiEngine/build
creating /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8
creating /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home
creating /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin
creating /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud
creating /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine
creating /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src
creating /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/pybind
Emitting ninja build file /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/build.ninja...
Compiling objects...
Using envvar MAX_JOBS (1) as the number of workers...
[1/21] c++ -MMD -MF /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/math_functions_cpu.o.d -pthread -B /home/yejin/anaconda3/envs/minkowskiengine/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/TH -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/home/yejin/PointCloud/MinkowskiEngine/src -I/home/yejin/PointCloud/MinkowskiEngine/src/3rdparty -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -c -c /home/yejin/PointCloud/MinkowskiEngine/src/math_functions_cpu.cpp -o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/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
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[2/21] /usr/local/cuda/bin/nvcc  -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/TH -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/home/yejin/PointCloud/MinkowskiEngine/src -I/home/yejin/PointCloud/MinkowskiEngine/src/3rdparty -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -c -c /home/yejin/PointCloud/MinkowskiEngine/src/math_functions_gpu.cu -o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/math_functions_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -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_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14
[3/21] /usr/local/cuda/bin/nvcc  -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/TH -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/home/yejin/PointCloud/MinkowskiEngine/src -I/home/yejin/PointCloud/MinkowskiEngine/src/3rdparty -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -c -c /home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_manager.cu -o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_manager.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -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_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14
/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_cpu.hpp(58): warning: variable "float_type" was declared but never referenced
          detected during:
            instantiation of "std::pair<at::Tensor, at::Tensor> minkowski::CoordinateMapCPU<coordinate_type, TemplatedAllocator>::field_map(const coordinate_field_type *, minkowski::CoordinateMapCPU<coordinate_type, TemplatedAllocator>::size_type) const [with coordinate_type=int32_t, TemplatedAllocator=std::allocator, coordinate_field_type=float]"
/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_manager.cpp(329): here
            instantiation of "std::pair<at::Tensor, at::Tensor> minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::field_to_sparse_map(const minkowski::CoordinateMapKey *, const minkowski::CoordinateMapKey *) [with coordinate_type=int32_t, coordinate_field_type=float, TemplatedAllocator=std::allocator, CoordinateMapType=minkowski::CoordinateMapCPU]"
/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_manager.cpp(1451): here

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

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

/home/yejin/PointCloud/MinkowskiEngine/src/kernel_region.hpp(428): 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]"
/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_manager.cu(205): here
            instantiation of "minkowski::gpu_kernel_map<minkowski::type_wrapper<uint32_t, int32_t, float>::index_type, TemplatedAllocator<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]"
/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_manager.cpp(753): here
            instantiation of "const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map_type &minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map(const minkowski::CoordinateMapKey *, const minkowski::CoordinateMapKey *, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, minkowski::RegionType::Type, const at::Tensor &, __nv_bool, __nv_bool) [with coordinate_type=int32_t, coordinate_field_type=float, TemplatedAllocator=minkowski::detail::default_allocator, CoordinateMapType=minkowski::CoordinateMapGPU]"
/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_manager.cu(401): here

/home/yejin/PointCloud/MinkowskiEngine/src/kernel_region.hpp(428): 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]"
/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_manager.cu(205): here
            instantiation of "minkowski::gpu_kernel_map<minkowski::type_wrapper<uint32_t, int32_t, float>::index_type, TemplatedAllocator<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]"
/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_manager.cpp(753): here
            instantiation of "const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map_type &minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map(const minkowski::CoordinateMapKey *, const minkowski::CoordinateMapKey *, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, minkowski::RegionType::Type, const at::Tensor &, __nv_bool, __nv_bool) [with coordinate_type=int32_t, coordinate_field_type=float, TemplatedAllocator=minkowski::detail::default_allocator, CoordinateMapType=minkowski::CoordinateMapGPU]"
/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_manager.cu(401): here

/home/yejin/PointCloud/MinkowskiEngine/src/kernel_region.hpp(428): 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]"
/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_manager.cu(205): here
            instantiation of "minkowski::gpu_kernel_map<minkowski::type_wrapper<uint32_t, int32_t, float>::index_type, TemplatedAllocator<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]"
/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_manager.cpp(753): here
            instantiation of "const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map_type &minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map(const minkowski::CoordinateMapKey *, const minkowski::CoordinateMapKey *, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, minkowski::RegionType::Type, const at::Tensor &, __nv_bool, __nv_bool) [with coordinate_type=int32_t, coordinate_field_type=float, TemplatedAllocator=minkowski::detail::default_allocator, CoordinateMapType=minkowski::CoordinateMapGPU]"
/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_manager.cu(401): here

/home/yejin/PointCloud/MinkowskiEngine/src/kernel_region.hpp(428): 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]"
/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_manager.cu(205): here
            instantiation of "minkowski::gpu_kernel_map<minkowski::type_wrapper<uint32_t, int32_t, float>::index_type, TemplatedAllocator<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]"
/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_manager.cpp(753): here
            instantiation of "const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map_type &minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map(const minkowski::CoordinateMapKey *, const minkowski::CoordinateMapKey *, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, const minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type &, minkowski::RegionType::Type, const at::Tensor &, __nv_bool, __nv_bool) [with coordinate_type=int32_t, coordinate_field_type=float, TemplatedAllocator=minkowski::detail::default_allocator, CoordinateMapType=minkowski::CoordinateMapGPU]"
/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_manager.cu(401): here

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

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

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

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

/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_manager.cpp: In instantiation of ‘const kernel_map_type& minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map(const minkowski::CoordinateMapKey*, const minkowski::CoordinateMapKey*, const stride_type&, const stride_type&, const stride_type&, minkowski::RegionType::Type, const at::Tensor&, bool, bool) [with coordinate_type = int; coordinate_field_type = float; TemplatedAllocator = std::allocator; CoordinateMapType = minkowski::CoordinateMapCPU; minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map_type = minkowski::cpu_kernel_map; minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type = std::vector<unsigned int, std::allocator<unsigned int> >]’:
/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_manager.cpp:1451:16:   required from here
/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_manager.cpp:717:260: warning: returning reference to temporary [-Wreturn-local-addr]
       return detail::empty_map_functor<coordinate_type, TemplatedAllocator,
                                                                                                                                                                                                                                                                    ^
/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_manager.cpp: In instantiation of ‘const kernel_map_type& minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map(const minkowski::CoordinateMapKey*, const minkowski::CoordinateMapKey*, const stride_type&, const stride_type&, const stride_type&, minkowski::RegionType::Type, const at::Tensor&, bool, bool) [with coordinate_type = int; coordinate_field_type = float; TemplatedAllocator = minkowski::detail::default_allocator; CoordinateMapType = minkowski::CoordinateMapGPU; minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map_type = minkowski::gpu_kernel_map<unsigned int, minkowski::detail::default_allocator<char> >; minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type = std::vector<unsigned int, std::allocator<unsigned int> >]’:
/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_manager.cu:401:16:   required from here
/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_manager.cpp:717:260: warning: returning reference to temporary [-Wreturn-local-addr]
/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_manager.cpp: In instantiation of ‘const kernel_map_type& minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map(const minkowski::CoordinateMapKey*, const minkowski::CoordinateMapKey*, const stride_type&, const stride_type&, const stride_type&, minkowski::RegionType::Type, const at::Tensor&, bool, bool) [with coordinate_type = int; coordinate_field_type = float; TemplatedAllocator = minkowski::detail::c10_allocator; CoordinateMapType = minkowski::CoordinateMapGPU; minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::kernel_map_type = minkowski::gpu_kernel_map<unsigned int, minkowski::detail::c10_allocator<char> >; minkowski::CoordinateMapManager<coordinate_type, coordinate_field_type, TemplatedAllocator, CoordinateMapType>::stride_type = std::vector<unsigned int, std::allocator<unsigned int> >]’:
/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_manager.cu:404:16:   required from here
/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_manager.cpp:717:260: warning: returning reference to temporary [-Wreturn-local-addr]
[4/21] /usr/local/cuda/bin/nvcc  -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/TH -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/home/yejin/PointCloud/MinkowskiEngine/src -I/home/yejin/PointCloud/MinkowskiEngine/src/3rdparty -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -c -c /home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_gpu.cu -o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -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_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14
/home/yejin/PointCloud/MinkowskiEngine/src/kernel_region.hpp(428): 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]"
/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_gpu.cu(625): here
            instantiation of "minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::self_type minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::stride_region(minkowski::cpu_kernel_region<coordinate_type> &, const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::stride_type &) const [with coordinate_type=int32_t, TemplatedAllocator=minkowski::detail::default_allocator]"
/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_gpu.cu(2460): here

/home/yejin/PointCloud/MinkowskiEngine/src/kernel_region.hpp(428): 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]"
/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_gpu.cu(625): here
            instantiation of "minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::self_type minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::stride_region(minkowski::cpu_kernel_region<coordinate_type> &, const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::stride_type &) const [with coordinate_type=int32_t, TemplatedAllocator=minkowski::detail::default_allocator]"
/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_gpu.cu(2460): here

/home/yejin/PointCloud/MinkowskiEngine/src/kernel_region.hpp(428): 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]"
/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_gpu.cu(625): here
            instantiation of "minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::self_type minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::stride_region(minkowski::cpu_kernel_region<coordinate_type> &, const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::stride_type &) const [with coordinate_type=int32_t, TemplatedAllocator=minkowski::detail::default_allocator]"
/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_gpu.cu(2460): here

/home/yejin/PointCloud/MinkowskiEngine/src/kernel_region.hpp(428): 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]"
/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_gpu.cu(625): here
            instantiation of "minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::self_type minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::stride_region(minkowski::cpu_kernel_region<coordinate_type> &, const minkowski::CoordinateMapGPU<coordinate_type, TemplatedAllocator>::stride_type &) const [with coordinate_type=int32_t, TemplatedAllocator=minkowski::detail::default_allocator]"
/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_gpu.cu(2460): here

[5/21] /usr/local/cuda/bin/nvcc  -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/TH -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/home/yejin/PointCloud/MinkowskiEngine/src -I/home/yejin/PointCloud/MinkowskiEngine/src/3rdparty -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -c -c /home/yejin/PointCloud/MinkowskiEngine/src/convolution_kernel.cu -o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/convolution_kernel.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -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_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14
/home/yejin/PointCloud/MinkowskiEngine/src/convolution_kernel.cu(334): warning: integer conversion resulted in a change of sign

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

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

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

[6/21] /usr/local/cuda/bin/nvcc  -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/TH -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/home/yejin/PointCloud/MinkowskiEngine/src -I/home/yejin/PointCloud/MinkowskiEngine/src/3rdparty -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -c -c /home/yejin/PointCloud/MinkowskiEngine/src/convolution_gpu.cu -o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/convolution_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -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_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14
[7/21] /usr/local/cuda/bin/nvcc  -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/TH -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/home/yejin/PointCloud/MinkowskiEngine/src -I/home/yejin/PointCloud/MinkowskiEngine/src/3rdparty -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -c -c /home/yejin/PointCloud/MinkowskiEngine/src/convolution_transpose_gpu.cu -o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/convolution_transpose_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -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_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14
[8/21] /usr/local/cuda/bin/nvcc  -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/TH -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/home/yejin/PointCloud/MinkowskiEngine/src -I/home/yejin/PointCloud/MinkowskiEngine/src/3rdparty -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -c -c /home/yejin/PointCloud/MinkowskiEngine/src/pooling_avg_kernel.cu -o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/pooling_avg_kernel.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -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_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14
/home/yejin/PointCloud/MinkowskiEngine/src/pooling_avg_kernel.cu(146): warning: variable "is_int64" was declared but never referenced

[9/21] /usr/local/cuda/bin/nvcc  -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/TH -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/home/yejin/PointCloud/MinkowskiEngine/src -I/home/yejin/PointCloud/MinkowskiEngine/src/3rdparty -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -c -c /home/yejin/PointCloud/MinkowskiEngine/src/pooling_max_kernel.cu -o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/pooling_max_kernel.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -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_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14
[10/21] /usr/local/cuda/bin/nvcc  -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/TH -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/home/yejin/PointCloud/MinkowskiEngine/src -I/home/yejin/PointCloud/MinkowskiEngine/src/3rdparty -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -c -c /home/yejin/PointCloud/MinkowskiEngine/src/local_pooling_gpu.cu -o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/local_pooling_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -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_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14
[11/21] /usr/local/cuda/bin/nvcc  -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/TH -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/home/yejin/PointCloud/MinkowskiEngine/src -I/home/yejin/PointCloud/MinkowskiEngine/src/3rdparty -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -c -c /home/yejin/PointCloud/MinkowskiEngine/src/local_pooling_transpose_gpu.cu -o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/local_pooling_transpose_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -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_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14
[12/21] /usr/local/cuda/bin/nvcc  -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/TH -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/home/yejin/PointCloud/MinkowskiEngine/src -I/home/yejin/PointCloud/MinkowskiEngine/src/3rdparty -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -c -c /home/yejin/PointCloud/MinkowskiEngine/src/global_pooling_gpu.cu -o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/global_pooling_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -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_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14
[13/21] /usr/local/cuda/bin/nvcc  -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/TH -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/home/yejin/PointCloud/MinkowskiEngine/src -I/home/yejin/PointCloud/MinkowskiEngine/src/3rdparty -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -c -c /home/yejin/PointCloud/MinkowskiEngine/src/broadcast_kernel.cu -o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/broadcast_kernel.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -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_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14
[14/21] /usr/local/cuda/bin/nvcc  -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/TH -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/home/yejin/PointCloud/MinkowskiEngine/src -I/home/yejin/PointCloud/MinkowskiEngine/src/3rdparty -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -c -c /home/yejin/PointCloud/MinkowskiEngine/src/broadcast_gpu.cu -o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/broadcast_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -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_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14
[15/21] /usr/local/cuda/bin/nvcc  -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/TH -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/home/yejin/PointCloud/MinkowskiEngine/src -I/home/yejin/PointCloud/MinkowskiEngine/src/3rdparty -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -c -c /home/yejin/PointCloud/MinkowskiEngine/src/pruning_gpu.cu -o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/pruning_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -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_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14
[16/21] /usr/local/cuda/bin/nvcc  -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/TH -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/home/yejin/PointCloud/MinkowskiEngine/src -I/home/yejin/PointCloud/MinkowskiEngine/src/3rdparty -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -c -c /home/yejin/PointCloud/MinkowskiEngine/src/interpolation_gpu.cu -o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/interpolation_gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -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_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14
[17/21] /usr/local/cuda/bin/nvcc  -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/TH -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/home/yejin/PointCloud/MinkowskiEngine/src -I/home/yejin/PointCloud/MinkowskiEngine/src/3rdparty -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -c -c /home/yejin/PointCloud/MinkowskiEngine/src/spmm.cu -o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/spmm.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -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_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14
/home/yejin/PointCloud/MinkowskiEngine/src/spmm.cu(102): warning: variable "is_int64" was declared but never referenced

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

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

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

[18/21] /usr/local/cuda/bin/nvcc  -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/TH -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/home/yejin/PointCloud/MinkowskiEngine/src -I/home/yejin/PointCloud/MinkowskiEngine/src/3rdparty -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -c -c /home/yejin/PointCloud/MinkowskiEngine/src/gpu.cu -o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/gpu.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -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_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14
/home/yejin/PointCloud/MinkowskiEngine/src/gpu.cu(104): warning: function "minkowski::format_size" was declared but never referenced

[19/21] c++ -MMD -MF /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/quantization.o.d -pthread -B /home/yejin/anaconda3/envs/minkowskiengine/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/TH -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/home/yejin/PointCloud/MinkowskiEngine/src -I/home/yejin/PointCloud/MinkowskiEngine/src/3rdparty -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -c -c /home/yejin/PointCloud/MinkowskiEngine/src/quantization.cpp -o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/quantization.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
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
In file included from /home/yejin/PointCloud/MinkowskiEngine/src/allocators.cuh:39:0,
                 from /home/yejin/PointCloud/MinkowskiEngine/src/kernel_region.hpp:40,
                 from /home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map.hpp:30,
                 from /home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_cpu.hpp:28,
                 from /home/yejin/PointCloud/MinkowskiEngine/src/quantization.cpp:32:
/home/yejin/PointCloud/MinkowskiEngine/src/gpu.cuh:149:0: warning: "THRUST_CHECK" redefined
 #define THRUST_CHECK(condition)                                                \

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

/home/yejin/PointCloud/MinkowskiEngine/src/quantization.cpp: In function ‘std::vector<std::vector<int, std::allocator<int> > > minkowski::quantize_label(const int*, const int*, int, int, int)’:
/home/yejin/PointCloud/MinkowskiEngine/src/quantization.cpp:177:16: warning: variable ‘it’ set but not used [-Wunused-but-set-variable]
     const auto it = map.find(key);
                ^~
[20/21] c++ -MMD -MF /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/direct_max_pool.o.d -pthread -B /home/yejin/anaconda3/envs/minkowskiengine/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/TH -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/home/yejin/PointCloud/MinkowskiEngine/src -I/home/yejin/PointCloud/MinkowskiEngine/src/3rdparty -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -c -c /home/yejin/PointCloud/MinkowskiEngine/src/direct_max_pool.cpp -o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/direct_max_pool.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
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[21/21] /usr/local/cuda/bin/nvcc  -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/TH -I/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/home/yejin/PointCloud/MinkowskiEngine/src -I/home/yejin/PointCloud/MinkowskiEngine/src/3rdparty -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -I/home/yejin/anaconda3/envs/minkowskiengine/include/python3.8 -c -c /home/yejin/PointCloud/MinkowskiEngine/pybind/minkowski.cu -o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/pybind/minkowski.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' --expt-relaxed-constexpr --expt-extended-lambda -O3 -Xcompiler=-fno-gnu-unique -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_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14
creating build/lib.linux-x86_64-3.8
creating build/lib.linux-x86_64-3.8/MinkowskiEngineBackend
g++ -pthread -shared -B /home/yejin/anaconda3/envs/minkowskiengine/compiler_compat -L/home/yejin/anaconda3/envs/minkowskiengine/lib -Wl,-rpath=/home/yejin/anaconda3/envs/minkowskiengine/lib -Wl,--no-as-needed -Wl,--sysroot=/ /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/math_functions_cpu.o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/math_functions_gpu.o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_manager.o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/coordinate_map_gpu.o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/convolution_kernel.o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/convolution_gpu.o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/convolution_transpose_gpu.o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/pooling_avg_kernel.o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/pooling_max_kernel.o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/local_pooling_gpu.o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/local_pooling_transpose_gpu.o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/global_pooling_gpu.o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/broadcast_kernel.o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/broadcast_gpu.o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/pruning_gpu.o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/interpolation_gpu.o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/spmm.o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/gpu.o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/quantization.o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/home/yejin/PointCloud/MinkowskiEngine/src/direct_max_pool.o /home/yejin/PointCloud/MinkowskiEngine/build/temp.linux-x86_64-3.8/pybind/minkowski.o -L/home/yejin/anaconda3/envs/minkowskiengine/lib/python3.8/site-packages/torch/lib -L/usr/local/cuda/lib64 -lcusparse -lopenblas -lopenblas -lc10 -ltorch -ltorch_cpu -ltorch_python -lcudart -lc10_cuda -ltorch_cuda -o build/lib.linux-x86_64-3.8/MinkowskiEngineBackend/_C.cpython-38-x86_64-linux-gnu.so
copying build/lib.linux-x86_64-3.8/MinkowskiEngineBackend/_C.cpython-38-x86_64-linux-gnu.so -> MinkowskiEngineBackend
error: could not create 'MinkowskiEngineBackend/_C.cpython-38-x86_64-linux-gnu.so': No such file or directory
ERROR: Command errored out with exit status 1: /home/yejin/anaconda3/envs/minkowskiengine/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/home/yejin/PointCloud/MinkowskiEngine/setup.py'"'"'; __file__='"'"'/home/yejin/PointCloud/MinkowskiEngine/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'"'"'))' develop --no-deps Check the logs for full command output.

I checked there exists MinkowskiEngineBackend/_C.cpython-38-x86_64-linux-gnu.so in the build directory. I followed instruction in README.md using conda environment. Below is the result of running command wget -q https://raw.githubusercontent.com/NVIDIA/MinkowskiEngine/master/MinkowskiEngine/diagnostics.py ; python diagnostics.py

==========System==========
Linux-4.15.0-166-generic-x86_64-with-glibc2.10
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.4 LTS"
3.8.5 (default, Sep  4 2020, 07:30:14)
[GCC 7.3.0]
==========Pytorch==========
1.9.0
torch.cuda.is_available(): True
==========NVIDIA-SMI==========
/usr/bin/nvidia-smi
Driver Version 495.29.05
CUDA Version 11.5
VBIOS Version 88.00.5A.00.03
Image Version G500.0500.00.05
GSP Firmware Version N/A
==========NVCC==========
/usr/local/cuda-10.2/bin/nvcc
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2019 NVIDIA Corporation
Built on Wed_Oct_23_19:24:38_PDT_2019
Cuda compilation tools, release 10.2, V10.2.89
==========CC==========
/usr/bin/c++
c++ (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

==========MinkowskiEngine==========
MinkowskiEngine not installed

Could you give me some help with it?

thiagodma commented 2 years ago

Hey @YJYJLee , can you tell me how did you manage to install Minkowski Engine? I just can't install it anyway I try

SFMDI commented 2 years ago

setup.py develop and pip install -e give me the same error "error: could not create 'MinkowskiEngineBackend/_C.cpython-38-x86_64-linux-gnu.so': No such file or directory"

vardeep-sandhu commented 2 years ago

Hey I am facing the exact same error. Anyone got a clue how to solve this?

thiagodma commented 2 years ago

This dockerfile works for me.

FROM pytorch/pytorch:1.9.1-cuda11.1-cudnn8-devel

WORKDIR /app

##############################################
# You should modify this to match your GPU compute capability
# https://developer.nvidia.com/cuda-gpus#compute
ENV TORCH_CUDA_ARCH_LIST="8.6"
##############################################

ENV TORCH_NVCC_FLAGS="-Xfatbin -compress-all"
ENV CUDA_HOME=/usr/local/cuda-11.1
ENV MAX_JOBS=1

# Install dependencies
RUN apt-get update
RUN apt-get install -y git ninja-build cmake build-essential libopenblas-dev \
    xterm xauth openssh-server tmux wget mate-desktop-environment-core

RUN apt-get clean
RUN rm -rf /var/lib/apt/lists/*

# activate base conda env
SHELL ["conda", "run", "-n", "base", "/bin/bash", "-c"]

RUN pip install -U git+https://github.com/NVIDIA/MinkowskiEngine -v --no-deps --install-option="--force_cuda" --install-option="--blas=openblas"
samanemami commented 1 year ago

This dockerfile works for me.

FROM pytorch/pytorch:1.9.1-cuda11.1-cudnn8-devel

WORKDIR /app

##############################################
# You should modify this to match your GPU compute capability
# https://developer.nvidia.com/cuda-gpus#compute
ENV TORCH_CUDA_ARCH_LIST="8.6"
##############################################

ENV TORCH_NVCC_FLAGS="-Xfatbin -compress-all"
ENV CUDA_HOME=/usr/local/cuda-11.1
ENV MAX_JOBS=1

# Install dependencies
RUN apt-get update
RUN apt-get install -y git ninja-build cmake build-essential libopenblas-dev \
    xterm xauth openssh-server tmux wget mate-desktop-environment-core

RUN apt-get clean
RUN rm -rf /var/lib/apt/lists/*

# activate base conda env
SHELL ["conda", "run", "-n", "base", "/bin/bash", "-c"]

RUN pip install -U git+https://github.com/NVIDIA/MinkowskiEngine -v --no-deps --install-option="--force_cuda" --install-option="--blas=openblas"

Could you please explain how did you run it? Thank you

Kipsora commented 1 year ago

So for everyone who noticed this issue, just creating an empty folder called MinkowskiEngineBackend under the repo root and then doing another pip install -e works for me. I guess the issue caused by that pip will not create the folder for the built extension by default.

kaoutar-elmouh commented 4 weeks ago

Donc, pour tous ceux qui ont remarqué ce problème, il suffit de créer un dossier vide appelé MinkowskiEngineBackendsous la racine du dépôt, puis d'effectuer un autre pip install -e qui fonctionne pour moi. Je suppose que le problème causé par ce pip ne créera pas le dossier pour l'extension construite par défaut.

can you explain more please?

Kipsora commented 4 weeks ago

Donc, pour tous ceux qui ont remarqué ce problème, il suffit de créer un dossier vide appelé MinkowskiEngineBackendsous la racine du dépôt, puis d'effectuer un autre pip install -e qui fonctionne pour moi. Je suppose que le problème causé par ce pip ne créera pas le dossier pour l'extension construite par défaut.

can you explain more please?

What I meant is that you could just create an empty folder under the repo, and that will resolve this issue.

Like:

git clone https://github.com/NVIDIA/MinkowskiEngine.git
cd MinkowskiEngine
mkdir MinkowskiEngineBackend
pip3 install -e .

And why pip will fail is because it cannot find the folder MinkowskiEngineBackend, so creating it manually will resolve the issue.

kaoutar-elmouh commented 4 weeks ago

Donc, pour tous ceux qui ont remarqué ce problème, il suffit de créer un dossier vide appelé MinkowskiEngineBackendsous la racine du dépôt, puis d'effectuer un autre pip install -e qui fonctionne pour moi. Je suppose que le problème provoqué par ce pip ne créera pas le dossier pour l'extension construite par défaut.

pouvez-vous expliquer davantage s'il vous plaît ?

Ce que je voulais dire, c'est que vous pouvez simplement créer un dossier vide sous le dépôt, et cela résoudra ce problème.

Comme:

git clone https://github.com/NVIDIA/MinkowskiEngine.git
cd MinkowskiEngine
mkdir MinkowskiEngineBackend
pip3 install -e .

Et la raison pipde l'échec est qu'il ne parvient pas à trouver le dossier MinkowskiEngineBackend. Par conséquent, sa création manuelle résoudra le problème.

Thank you for the quick response. I am trying your solution but it doesn't work for me on GPU. Here is the error:

/content/MinkowskiEngine ['Obtaining file:///content/MinkowskiEngine', ' Preparing metadata (setup.py) ... \x1b[?25l\x1b[?25hdone', 'Requirement already satisfied: torch in /usr/local/lib/python3.10/dist-packages (from MinkowskiEngine==0.5.4) (2.3.0+cu121)', 'Requirement already satisfied: numpy in /usr/local/lib/python3.10/dist-packages (from MinkowskiEngine==0.5.4) (1.25.2)', 'Requirement already satisfied: filelock in /usr/local/lib/python3.10/dist-packages (from torch->MinkowskiEngine==0.5.4) (3.14.0)', 'Requirement already satisfied: typing-extensions>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from torch->MinkowskiEngine==0.5.4) (4.12.1)', 'Requirement already satisfied: sympy in /usr/local/lib/python3.10/dist-packages (from torch->MinkowskiEngine==0.5.4) (1.12.1)', 'Requirement already satisfied: networkx in /usr/local/lib/python3.10/dist-packages (from torch->MinkowskiEngine==0.5.4) (3.3)', 'Requirement already satisfied: jinja2 in /usr/local/lib/python3.10/dist-packages (from torch->MinkowskiEngine==0.5.4) (3.1.4)', 'Requirement already satisfied: fsspec in /usr/local/lib/python3.10/dist-packages (from torch->MinkowskiEngine==0.5.4) (2023.6.0)', 'Collecting nvidia-cuda-nvrtc-cu12==12.1.105 (from torch->MinkowskiEngine==0.5.4)', ' Using cached nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (23.7 MB)', 'Collecting nvidia-cuda-runtime-cu12==12.1.105 (from torch->MinkowskiEngine==0.5.4)', ' Using cached nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (823 kB)', 'Collecting nvidia-cuda-cupti-cu12==12.1.105 (from torch->MinkowskiEngine==0.5.4)', ' Using cached nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (14.1 MB)', 'Collecting nvidia-cudnn-cu12==8.9.2.26 (from torch->MinkowskiEngine==0.5.4)', ' Using cached nvidia_cudnn_cu12-8.9.2.26-py3-none-manylinux1_x86_64.whl (731.7 MB)', 'Collecting nvidia-cublas-cu12==12.1.3.1 (from torch->MinkowskiEngine==0.5.4)', ' Using cached nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl (410.6 MB)', 'Collecting nvidia-cufft-cu12==11.0.2.54 (from torch->MinkowskiEngine==0.5.4)', ' Using cached nvidia_cufft_cu12-11.0.2.54-py3-none-manylinux1_x86_64.whl (121.6 MB)', 'Collecting nvidia-curand-cu12==10.3.2.106 (from torch->MinkowskiEngine==0.5.4)', ' Using cached nvidia_curand_cu12-10.3.2.106-py3-none-manylinux1_x86_64.whl (56.5 MB)', 'Collecting nvidia-cusolver-cu12==11.4.5.107 (from torch->MinkowskiEngine==0.5.4)', ' Using cached nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl (124.2 MB)', 'Collecting nvidia-cusparse-cu12==12.1.0.106 (from torch->MinkowskiEngine==0.5.4)', ' Using cached nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl (196.0 MB)', 'Collecting nvidia-nccl-cu12==2.20.5 (from torch->MinkowskiEngine==0.5.4)', ' Using cached nvidia_nccl_cu12-2.20.5-py3-none-manylinux2014_x86_64.whl (176.2 MB)', 'Collecting nvidia-nvtx-cu12==12.1.105 (from torch->MinkowskiEngine==0.5.4)', ' Using cached nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (99 kB)', 'Requirement already satisfied: triton==2.3.0 in /usr/local/lib/python3.10/dist-packages (from torch->MinkowskiEngine==0.5.4) (2.3.0)', 'Collecting nvidia-nvjitlink-cu12 (from nvidia-cusolver-cu12==11.4.5.107->torch->MinkowskiEngine==0.5.4)', ' Downloading nvidia_nvjitlink_cu12-12.5.40-py3-none-manylinux2014_x86_64.whl (21.3 MB)', '\x1b[?25l \x1b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\x1b[0m \x1b[32m0.0/21.3 MB\x1b[0m \x1b[31m?\x1b[0m eta \x1b[36m-:--:--\x1b[0m', '\x1b[2K \x1b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\x1b[0m \x1b[32m0.3/21.3 MB\x1b[0m \x1b[31m8.0 MB/s\x1b[0m eta \x1b[36m0:00:03\x1b[0m', '\x1b[2K \x1b[91m━\x1b[0m\x1b[90m╺\x1b[0m\x1b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\x1b[0m \x1b[32m0.7/21.3 MB\x1b[0m \x1b[31m10.5 MB/s\x1b[0m eta \x1b[36m0:00:02\x1b[0m', '\x1b[2K \x1b[91m━━\x1b[0m\x1b[90m╺\x1b[0m\x1b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\x1b[0m \x1b[32m1.3/21.3 MB\x1b[0m \x1b[31m12.6 MB/s\x1b[0m eta \x1b[36m0:00:02\x1b[0m', '\x1b[2K \x1b[91m━━━\x1b[0m\x1b[91m╸\x1b[0m\x1b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\x1b[0m \x1b[32m2.1/21.3 MB\x1b[0m \x1b[31m14.9 MB/s\x1b[0m eta \x1b[36m0:00:02\x1b[0m', '\x1b[2K \x1b[91m━━━━━\x1b[0m\x1b[91m╸\x1b[0m\x1b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\x1b[0m \x1b[32m3.0/21.3 MB\x1b[0m \x1b[31m17.4 MB/s\x1b[0m eta \x1b[36m0:00:02\x1b[0m', '\x1b[2K \x1b[91m━━━━━━━━\x1b[0m\x1b[90m╺\x1b[0m\x1b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\x1b[0m \x1b[32m4.4/21.3 MB\x1b[0m \x1b[31m20.9 MB/s\x1b[0m eta \x1b[36m0:00:01\x1b[0m', '\x1b[2K \x1b[91m━━━━━━━━━━━\x1b[0m\x1b[90m╺\x1b[0m\x1b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━\x1b[0m \x1b[32m6.1/21.3 MB\x1b[0m \x1b[31m24.8 MB/s\x1b[0m eta \x1b[36m0:00:01\x1b[0m', '\x1b[2K \x1b[91m━━━━━━━━━━━━━━━\x1b[0m\x1b[91m╸\x1b[0m\x1b[90m━━━━━━━━━━━━━━━━━━━━━━━━\x1b[0m \x1b[32m8.4/21.3 MB\x1b[0m \x1b[31m29.8 MB/s\x1b[0m eta \x1b[36m0:00:01\x1b[0m', '\x1b[2K \x1b[91m━━━━━━━━━━━━━━━━━━━━━\x1b[0m\x1b[91m╸\x1b[0m\x1b[90m━━━━━━━━━━━━━━━━━━\x1b[0m \x1b[32m11.5/21.3 MB\x1b[0m \x1b[31m47.4 MB/s\x1b[0m eta \x1b[36m0:00:01\x1b[0m', '\x1b[2K \x1b[91m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\x1b[0m\x1b[90m╺\x1b[0m\x1b[90m━━━━━━━━━━\x1b[0m \x1b[32m15.6/21.3 MB\x1b[0m \x1b[31m86.1 MB/s\x1b[0m eta \x1b[36m0:00:01\x1b[0m', '\x1b[2K \x1b[91m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\x1b[0m\x1b[90m╺\x1b[0m \x1b[32m21.0/21.3 MB\x1b[0m \x1b[31m131.9 MB/s\x1b[0m eta \x1b[36m0:00:01\x1b[0m', '\x1b[2K \x1b[91m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\x1b[0m\x1b[91m╸\x1b[0m \x1b[32m21.3/21.3 MB\x1b[0m \x1b[31m131.6 MB/s\x1b[0m eta \x1b[36m0:00:01\x1b[0m', '\x1b[2K \x1b[91m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\x1b[0m\x1b[91m╸\x1b[0m \x1b[32m21.3/21.3 MB\x1b[0m \x1b[31m131.6 MB/s\x1b[0m eta \x1b[36m0:00:01\x1b[0m', '\x1b[2K \x1b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\x1b[0m \x1b[32m21.3/21.3 MB\x1b[0m \x1b[31m60.8 MB/s\x1b[0m eta \x1b[36m0:00:00\x1b[0m', '\x1b[?25hRequirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from jinja2->torch->MinkowskiEngine==0.5.4) (2.1.5)', 'Requirement already satisfied: mpmath<1.4.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from sympy->torch->MinkowskiEngine==0.5.4) (1.3.0)', 'Installing collected packages: nvidia-nvtx-cu12, nvidia-nvjitlink-cu12, nvidia-nccl-cu12, nvidia-curand-cu12, nvidia-cufft-cu12, nvidia-cuda-runtime-cu12, nvidia-cuda-nvrtc-cu12, nvidia-cuda-cupti-cu12, nvidia-cublas-cu12, nvidia-cusparse-cu12, nvidia-cudnn-cu12, nvidia-cusolver-cu12, MinkowskiEngine', ' Running setup.py develop for MinkowskiEngine', ' \x1b[1;31merror\x1b[0m: \x1b[1msubprocess-exited-with-error\x1b[0m', ' ', ' \x1b[31m×\x1b[0m \x1b[32mpython setup.py develop\x1b[0m did not run successfully.', ' \x1b[31m│\x1b[0m exit code: \x1b[1;36m1\x1b[0m', ' \x1b[31m╰─>\x1b[0m See above for output.', ' ', ' \x1b[1;35mnote\x1b[0m: This error originates from a subprocess, and is likely not a problem with pip.', '\x1b[1;31merror\x1b[0m: \x1b[1msubprocess-exited-with-error\x1b[0m', '', '\x1b[31m×\x1b[0m \x1b[32mpython setup.py develop\x1b[0m did not run successfully.', '\x1b[31m│\x1b[0m exit code: \x1b[1;36m1\x1b[0m', '\x1b[31m╰─>\x1b[0m See above for output.', '', '\x1b[1;35mnote\x1b[0m: This error originates from a subprocess, and is likely not a problem with pip.']