You may add addition that may be helpful for locating the problem, such as
How you installed PyTorch [e.g., pip, conda, source]
Other environment variables that may be related (such as $PATH, $LD_LIBRARY_PATH, $PYTHONPATH, etc.)
I am using nvidia container to run mmvc. and it looks like it cannot find torch because when i do import torch i get
AttributeError: partially initialized module 'torch' has no attribute '_C' (most likely due to a circular import)
Error traceback
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Collecting mmcv-full
Downloading mmcv-full-1.4.4.tar.gz (420 kB)
|████████████████████████████████| 420 kB 12.6 MB/s
Requirement already satisfied: addict in /opt/conda/lib/python3.8/site-packages (from mmcv-full) (2.4.0)
Requirement already satisfied: numpy in /opt/conda/lib/python3.8/site-packages (from mmcv-full) (1.22.0)
Requirement already satisfied: packaging in /opt/conda/lib/python3.8/site-packages (from mmcv-full) (21.3)
Requirement already satisfied: Pillow in /opt/conda/lib/python3.8/site-packages (from mmcv-full) (8.2.0)
Requirement already satisfied: pyyaml in /opt/conda/lib/python3.8/site-packages (from mmcv-full) (6.0)
Requirement already satisfied: yapf in /opt/conda/lib/python3.8/site-packages (from mmcv-full) (0.32.0)
Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /opt/conda/lib/python3.8/site-packages (from packaging->mmcv-full) (3.0.6)
Building wheels for collected packages: mmcv-full
Building wheel for mmcv-full (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /opt/conda/bin/python3.8 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/setup.py'"'"'; __file__='"'"'/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/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'"'"'))' bdist_wheel -d /tmp/pip-wheel-jl8cb4ai
cwd: /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/
Complete output (834 lines):
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.8
creating build/lib.linux-x86_64-3.8/mmcv
copying mmcv/version.py -> build/lib.linux-x86_64-3.8/mmcv
copying mmcv/__init__.py -> build/lib.linux-x86_64-3.8/mmcv
creating build/lib.linux-x86_64-3.8/mmcv/onnx
copying mmcv/onnx/info.py -> build/lib.linux-x86_64-3.8/mmcv/onnx
copying mmcv/onnx/symbolic.py -> build/lib.linux-x86_64-3.8/mmcv/onnx
copying mmcv/onnx/__init__.py -> build/lib.linux-x86_64-3.8/mmcv/onnx
creating build/lib.linux-x86_64-3.8/mmcv/runner
copying mmcv/runner/fp16_utils.py -> build/lib.linux-x86_64-3.8/mmcv/runner
copying mmcv/runner/utils.py -> build/lib.linux-x86_64-3.8/mmcv/runner
copying mmcv/runner/checkpoint.py -> build/lib.linux-x86_64-3.8/mmcv/runner
copying mmcv/runner/iter_based_runner.py -> build/lib.linux-x86_64-3.8/mmcv/runner
copying mmcv/runner/dist_utils.py -> build/lib.linux-x86_64-3.8/mmcv/runner
copying mmcv/runner/base_module.py -> build/lib.linux-x86_64-3.8/mmcv/runner
copying mmcv/runner/epoch_based_runner.py -> build/lib.linux-x86_64-3.8/mmcv/runner
copying mmcv/runner/default_constructor.py -> build/lib.linux-x86_64-3.8/mmcv/runner
copying mmcv/runner/builder.py -> build/lib.linux-x86_64-3.8/mmcv/runner
copying mmcv/runner/log_buffer.py -> build/lib.linux-x86_64-3.8/mmcv/runner
copying mmcv/runner/__init__.py -> build/lib.linux-x86_64-3.8/mmcv/runner
copying mmcv/runner/priority.py -> build/lib.linux-x86_64-3.8/mmcv/runner
copying mmcv/runner/base_runner.py -> build/lib.linux-x86_64-3.8/mmcv/runner
creating build/lib.linux-x86_64-3.8/mmcv/arraymisc
copying mmcv/arraymisc/quantization.py -> build/lib.linux-x86_64-3.8/mmcv/arraymisc
copying mmcv/arraymisc/__init__.py -> build/lib.linux-x86_64-3.8/mmcv/arraymisc
creating build/lib.linux-x86_64-3.8/mmcv/image
copying mmcv/image/photometric.py -> build/lib.linux-x86_64-3.8/mmcv/image
copying mmcv/image/misc.py -> build/lib.linux-x86_64-3.8/mmcv/image
copying mmcv/image/colorspace.py -> build/lib.linux-x86_64-3.8/mmcv/image
copying mmcv/image/geometric.py -> build/lib.linux-x86_64-3.8/mmcv/image
copying mmcv/image/io.py -> build/lib.linux-x86_64-3.8/mmcv/image
copying mmcv/image/__init__.py -> build/lib.linux-x86_64-3.8/mmcv/image
creating build/lib.linux-x86_64-3.8/mmcv/video
copying mmcv/video/optflow.py -> build/lib.linux-x86_64-3.8/mmcv/video
copying mmcv/video/processing.py -> build/lib.linux-x86_64-3.8/mmcv/video
copying mmcv/video/io.py -> build/lib.linux-x86_64-3.8/mmcv/video
copying mmcv/video/__init__.py -> build/lib.linux-x86_64-3.8/mmcv/video
creating build/lib.linux-x86_64-3.8/mmcv/cnn
copying mmcv/cnn/resnet.py -> build/lib.linux-x86_64-3.8/mmcv/cnn
copying mmcv/cnn/vgg.py -> build/lib.linux-x86_64-3.8/mmcv/cnn
copying mmcv/cnn/alexnet.py -> build/lib.linux-x86_64-3.8/mmcv/cnn
copying mmcv/cnn/builder.py -> build/lib.linux-x86_64-3.8/mmcv/cnn
copying mmcv/cnn/__init__.py -> build/lib.linux-x86_64-3.8/mmcv/cnn
creating build/lib.linux-x86_64-3.8/mmcv/utils
copying mmcv/utils/timer.py -> build/lib.linux-x86_64-3.8/mmcv/utils
copying mmcv/utils/parrots_wrapper.py -> build/lib.linux-x86_64-3.8/mmcv/utils
copying mmcv/utils/hub.py -> build/lib.linux-x86_64-3.8/mmcv/utils
copying mmcv/utils/registry.py -> build/lib.linux-x86_64-3.8/mmcv/utils
copying mmcv/utils/parrots_jit.py -> build/lib.linux-x86_64-3.8/mmcv/utils
copying mmcv/utils/misc.py -> build/lib.linux-x86_64-3.8/mmcv/utils
copying mmcv/utils/config.py -> build/lib.linux-x86_64-3.8/mmcv/utils
copying mmcv/utils/version_utils.py -> build/lib.linux-x86_64-3.8/mmcv/utils
copying mmcv/utils/env.py -> build/lib.linux-x86_64-3.8/mmcv/utils
copying mmcv/utils/path.py -> build/lib.linux-x86_64-3.8/mmcv/utils
copying mmcv/utils/logging.py -> build/lib.linux-x86_64-3.8/mmcv/utils
copying mmcv/utils/progressbar.py -> build/lib.linux-x86_64-3.8/mmcv/utils
copying mmcv/utils/ext_loader.py -> build/lib.linux-x86_64-3.8/mmcv/utils
copying mmcv/utils/trace.py -> build/lib.linux-x86_64-3.8/mmcv/utils
copying mmcv/utils/__init__.py -> build/lib.linux-x86_64-3.8/mmcv/utils
copying mmcv/utils/testing.py -> build/lib.linux-x86_64-3.8/mmcv/utils
creating build/lib.linux-x86_64-3.8/mmcv/engine
copying mmcv/engine/test.py -> build/lib.linux-x86_64-3.8/mmcv/engine
copying mmcv/engine/__init__.py -> build/lib.linux-x86_64-3.8/mmcv/engine
creating build/lib.linux-x86_64-3.8/mmcv/visualization
copying mmcv/visualization/image.py -> build/lib.linux-x86_64-3.8/mmcv/visualization
copying mmcv/visualization/optflow.py -> build/lib.linux-x86_64-3.8/mmcv/visualization
copying mmcv/visualization/color.py -> build/lib.linux-x86_64-3.8/mmcv/visualization
copying mmcv/visualization/__init__.py -> build/lib.linux-x86_64-3.8/mmcv/visualization
creating build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/roi_pool.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/pixel_group.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/modulated_deform_conv.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/knn.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/carafe.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/psa_mask.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/group_points.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/bbox.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/deprecated_wrappers.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/contour_expand.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/info.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/min_area_polygons.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/multi_scale_deform_attn.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/roi_align.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/focal_loss.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/corner_pool.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/roipoint_pool3d.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/points_sampler.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/three_interpolate.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/rotated_feature_align.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/fused_bias_leakyrelu.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/masked_conv.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/gather_points.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/convex_iou.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/tin_shift.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/deform_roi_pool.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/riroi_align_rotated.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/sync_bn.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/scatter_points.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/voxelize.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/box_iou_rotated.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/assign_score_withk.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/point_sample.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/active_rotated_filter.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/upfirdn2d.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/cc_attention.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/three_nn.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/roi_align_rotated.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/deform_conv.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/points_in_polygons.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/border_align.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/points_in_boxes.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/saconv.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/merge_cells.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/ball_query.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/__init__.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/correlation.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/furthest_point_sample.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/iou3d.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/nms.py -> build/lib.linux-x86_64-3.8/mmcv/ops
copying mmcv/ops/roiaware_pool3d.py -> build/lib.linux-x86_64-3.8/mmcv/ops
creating build/lib.linux-x86_64-3.8/mmcv/fileio
copying mmcv/fileio/parse.py -> build/lib.linux-x86_64-3.8/mmcv/fileio
copying mmcv/fileio/file_client.py -> build/lib.linux-x86_64-3.8/mmcv/fileio
copying mmcv/fileio/io.py -> build/lib.linux-x86_64-3.8/mmcv/fileio
copying mmcv/fileio/__init__.py -> build/lib.linux-x86_64-3.8/mmcv/fileio
creating build/lib.linux-x86_64-3.8/mmcv/parallel
copying mmcv/parallel/utils.py -> build/lib.linux-x86_64-3.8/mmcv/parallel
copying mmcv/parallel/registry.py -> build/lib.linux-x86_64-3.8/mmcv/parallel
copying mmcv/parallel/distributed.py -> build/lib.linux-x86_64-3.8/mmcv/parallel
copying mmcv/parallel/data_container.py -> build/lib.linux-x86_64-3.8/mmcv/parallel
copying mmcv/parallel/data_parallel.py -> build/lib.linux-x86_64-3.8/mmcv/parallel
copying mmcv/parallel/distributed_deprecated.py -> build/lib.linux-x86_64-3.8/mmcv/parallel
copying mmcv/parallel/scatter_gather.py -> build/lib.linux-x86_64-3.8/mmcv/parallel
copying mmcv/parallel/collate.py -> build/lib.linux-x86_64-3.8/mmcv/parallel
copying mmcv/parallel/_functions.py -> build/lib.linux-x86_64-3.8/mmcv/parallel
copying mmcv/parallel/__init__.py -> build/lib.linux-x86_64-3.8/mmcv/parallel
creating build/lib.linux-x86_64-3.8/mmcv/tensorrt
copying mmcv/tensorrt/preprocess.py -> build/lib.linux-x86_64-3.8/mmcv/tensorrt
copying mmcv/tensorrt/tensorrt_utils.py -> build/lib.linux-x86_64-3.8/mmcv/tensorrt
copying mmcv/tensorrt/init_plugins.py -> build/lib.linux-x86_64-3.8/mmcv/tensorrt
copying mmcv/tensorrt/__init__.py -> build/lib.linux-x86_64-3.8/mmcv/tensorrt
creating build/lib.linux-x86_64-3.8/mmcv/onnx/onnx_utils
copying mmcv/onnx/onnx_utils/__init__.py -> build/lib.linux-x86_64-3.8/mmcv/onnx/onnx_utils
copying mmcv/onnx/onnx_utils/symbolic_helper.py -> build/lib.linux-x86_64-3.8/mmcv/onnx/onnx_utils
creating build/lib.linux-x86_64-3.8/mmcv/runner/optimizer
copying mmcv/runner/optimizer/default_constructor.py -> build/lib.linux-x86_64-3.8/mmcv/runner/optimizer
copying mmcv/runner/optimizer/builder.py -> build/lib.linux-x86_64-3.8/mmcv/runner/optimizer
copying mmcv/runner/optimizer/__init__.py -> build/lib.linux-x86_64-3.8/mmcv/runner/optimizer
creating build/lib.linux-x86_64-3.8/mmcv/runner/hooks
copying mmcv/runner/hooks/memory.py -> build/lib.linux-x86_64-3.8/mmcv/runner/hooks
copying mmcv/runner/hooks/sync_buffer.py -> build/lib.linux-x86_64-3.8/mmcv/runner/hooks
copying mmcv/runner/hooks/checkpoint.py -> build/lib.linux-x86_64-3.8/mmcv/runner/hooks
copying mmcv/runner/hooks/closure.py -> build/lib.linux-x86_64-3.8/mmcv/runner/hooks
copying mmcv/runner/hooks/lr_updater.py -> build/lib.linux-x86_64-3.8/mmcv/runner/hooks
copying mmcv/runner/hooks/momentum_updater.py -> build/lib.linux-x86_64-3.8/mmcv/runner/hooks
copying mmcv/runner/hooks/sampler_seed.py -> build/lib.linux-x86_64-3.8/mmcv/runner/hooks
copying mmcv/runner/hooks/iter_timer.py -> build/lib.linux-x86_64-3.8/mmcv/runner/hooks
copying mmcv/runner/hooks/ema.py -> build/lib.linux-x86_64-3.8/mmcv/runner/hooks
copying mmcv/runner/hooks/hook.py -> build/lib.linux-x86_64-3.8/mmcv/runner/hooks
copying mmcv/runner/hooks/evaluation.py -> build/lib.linux-x86_64-3.8/mmcv/runner/hooks
copying mmcv/runner/hooks/profiler.py -> build/lib.linux-x86_64-3.8/mmcv/runner/hooks
copying mmcv/runner/hooks/__init__.py -> build/lib.linux-x86_64-3.8/mmcv/runner/hooks
copying mmcv/runner/hooks/optimizer.py -> build/lib.linux-x86_64-3.8/mmcv/runner/hooks
creating build/lib.linux-x86_64-3.8/mmcv/runner/hooks/logger
copying mmcv/runner/hooks/logger/tensorboard.py -> build/lib.linux-x86_64-3.8/mmcv/runner/hooks/logger
copying mmcv/runner/hooks/logger/text.py -> build/lib.linux-x86_64-3.8/mmcv/runner/hooks/logger
copying mmcv/runner/hooks/logger/mlflow.py -> build/lib.linux-x86_64-3.8/mmcv/runner/hooks/logger
copying mmcv/runner/hooks/logger/dvclive.py -> build/lib.linux-x86_64-3.8/mmcv/runner/hooks/logger
copying mmcv/runner/hooks/logger/neptune.py -> build/lib.linux-x86_64-3.8/mmcv/runner/hooks/logger
copying mmcv/runner/hooks/logger/wandb.py -> build/lib.linux-x86_64-3.8/mmcv/runner/hooks/logger
copying mmcv/runner/hooks/logger/base.py -> build/lib.linux-x86_64-3.8/mmcv/runner/hooks/logger
copying mmcv/runner/hooks/logger/pavi.py -> build/lib.linux-x86_64-3.8/mmcv/runner/hooks/logger
copying mmcv/runner/hooks/logger/__init__.py -> build/lib.linux-x86_64-3.8/mmcv/runner/hooks/logger
creating build/lib.linux-x86_64-3.8/mmcv/cnn/bricks
copying mmcv/cnn/bricks/hsigmoid.py -> build/lib.linux-x86_64-3.8/mmcv/cnn/bricks
copying mmcv/cnn/bricks/registry.py -> build/lib.linux-x86_64-3.8/mmcv/cnn/bricks
copying mmcv/cnn/bricks/conv_module.py -> build/lib.linux-x86_64-3.8/mmcv/cnn/bricks
copying mmcv/cnn/bricks/conv.py -> build/lib.linux-x86_64-3.8/mmcv/cnn/bricks
copying mmcv/cnn/bricks/padding.py -> build/lib.linux-x86_64-3.8/mmcv/cnn/bricks
copying mmcv/cnn/bricks/hswish.py -> build/lib.linux-x86_64-3.8/mmcv/cnn/bricks
copying mmcv/cnn/bricks/upsample.py -> build/lib.linux-x86_64-3.8/mmcv/cnn/bricks
copying mmcv/cnn/bricks/scale.py -> build/lib.linux-x86_64-3.8/mmcv/cnn/bricks
copying mmcv/cnn/bricks/swish.py -> build/lib.linux-x86_64-3.8/mmcv/cnn/bricks
copying mmcv/cnn/bricks/norm.py -> build/lib.linux-x86_64-3.8/mmcv/cnn/bricks
copying mmcv/cnn/bricks/conv2d_adaptive_padding.py -> build/lib.linux-x86_64-3.8/mmcv/cnn/bricks
copying mmcv/cnn/bricks/plugin.py -> build/lib.linux-x86_64-3.8/mmcv/cnn/bricks
copying mmcv/cnn/bricks/depthwise_separable_conv_module.py -> build/lib.linux-x86_64-3.8/mmcv/cnn/bricks
copying mmcv/cnn/bricks/wrappers.py -> build/lib.linux-x86_64-3.8/mmcv/cnn/bricks
copying mmcv/cnn/bricks/context_block.py -> build/lib.linux-x86_64-3.8/mmcv/cnn/bricks
copying mmcv/cnn/bricks/transformer.py -> build/lib.linux-x86_64-3.8/mmcv/cnn/bricks
copying mmcv/cnn/bricks/non_local.py -> build/lib.linux-x86_64-3.8/mmcv/cnn/bricks
copying mmcv/cnn/bricks/conv_ws.py -> build/lib.linux-x86_64-3.8/mmcv/cnn/bricks
copying mmcv/cnn/bricks/__init__.py -> build/lib.linux-x86_64-3.8/mmcv/cnn/bricks
copying mmcv/cnn/bricks/generalized_attention.py -> build/lib.linux-x86_64-3.8/mmcv/cnn/bricks
copying mmcv/cnn/bricks/drop.py -> build/lib.linux-x86_64-3.8/mmcv/cnn/bricks
copying mmcv/cnn/bricks/activation.py -> build/lib.linux-x86_64-3.8/mmcv/cnn/bricks
creating build/lib.linux-x86_64-3.8/mmcv/cnn/utils
copying mmcv/cnn/utils/fuse_conv_bn.py -> build/lib.linux-x86_64-3.8/mmcv/cnn/utils
copying mmcv/cnn/utils/flops_counter.py -> build/lib.linux-x86_64-3.8/mmcv/cnn/utils
copying mmcv/cnn/utils/weight_init.py -> build/lib.linux-x86_64-3.8/mmcv/cnn/utils
copying mmcv/cnn/utils/sync_bn.py -> build/lib.linux-x86_64-3.8/mmcv/cnn/utils
copying mmcv/cnn/utils/__init__.py -> build/lib.linux-x86_64-3.8/mmcv/cnn/utils
creating build/lib.linux-x86_64-3.8/mmcv/fileio/handlers
copying mmcv/fileio/handlers/json_handler.py -> build/lib.linux-x86_64-3.8/mmcv/fileio/handlers
copying mmcv/fileio/handlers/base.py -> build/lib.linux-x86_64-3.8/mmcv/fileio/handlers
copying mmcv/fileio/handlers/pickle_handler.py -> build/lib.linux-x86_64-3.8/mmcv/fileio/handlers
copying mmcv/fileio/handlers/__init__.py -> build/lib.linux-x86_64-3.8/mmcv/fileio/handlers
copying mmcv/fileio/handlers/yaml_handler.py -> build/lib.linux-x86_64-3.8/mmcv/fileio/handlers
running egg_info
writing mmcv_full.egg-info/PKG-INFO
writing dependency_links to mmcv_full.egg-info/dependency_links.txt
writing requirements to mmcv_full.egg-info/requires.txt
writing top-level names to mmcv_full.egg-info/top_level.txt
reading manifest file 'mmcv_full.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
adding license file 'LICENSES.md'
writing manifest file 'mmcv_full.egg-info/SOURCES.txt'
creating build/lib.linux-x86_64-3.8/mmcv/model_zoo
copying mmcv/model_zoo/deprecated.json -> build/lib.linux-x86_64-3.8/mmcv/model_zoo
copying mmcv/model_zoo/mmcls.json -> build/lib.linux-x86_64-3.8/mmcv/model_zoo
copying mmcv/model_zoo/open_mmlab.json -> build/lib.linux-x86_64-3.8/mmcv/model_zoo
creating build/lib.linux-x86_64-3.8/mmcv/ops/csrc
creating build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common
copying mmcv/ops/csrc/common/box_iou_rotated_utils.hpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common
copying mmcv/ops/csrc/common/parrots_cpp_helper.hpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common
copying mmcv/ops/csrc/common/parrots_cuda_helper.hpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common
copying mmcv/ops/csrc/common/pytorch_cpp_helper.hpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common
copying mmcv/ops/csrc/common/pytorch_cuda_helper.hpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common
copying mmcv/ops/csrc/common/pytorch_device_registry.hpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common
creating build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/active_rotated_filter_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/assign_score_withk_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/ball_query_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/bbox_overlaps_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/border_align_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/box_iou_rotated_cuda.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/carafe_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/carafe_naive_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/common_cuda_helper.hpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/convex_iou_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/correlation_cuda.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/deform_conv_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/deform_roi_pool_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/furthest_point_sample_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/gather_points_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/group_points_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/iou3d_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/knn_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/masked_conv2d_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/min_area_polygons_cuda.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/modulated_deform_conv_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/ms_deform_attn_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/nms_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/nms_rotated_cuda.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/parrots_cudawarpfunction.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/points_in_boxes_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/points_in_polygons_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/psamask_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/riroi_align_rotated_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/roi_align_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/roi_align_rotated_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/roi_pool_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/roiaware_pool3d_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/roipoint_pool3d_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/rotated_feature_align_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/scatter_points_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/sigmoid_focal_loss_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/softmax_focal_loss_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/sync_bn_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/three_interpolate_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/three_nn_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/tin_shift_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
copying mmcv/ops/csrc/common/cuda/voxelization_cuda_kernel.cuh -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/common/cuda
creating build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/active_rotated_filter.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/active_rotated_filter_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/active_rotated_filter_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/assign_score_withk.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/assign_score_withk_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/assign_score_withk_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/ball_query._parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/ball_query.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/ball_query_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/bbox_overlaps.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/bbox_overlaps_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/bbox_overlaps_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/border_align.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/border_align_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/border_align_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/box_iou_rotated.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/box_iou_rotated_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/box_iou_rotated_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/carafe.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/carafe_naive.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/carafe_naive_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/carafe_naive_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/carafe_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/carafe_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/contour_expand.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/contour_expand_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/contour_expand_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/convex_iou.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/convex_iou_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/convex_iou_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/corner_pool.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/corner_pool_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/corner_pool_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/correlation.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/correlation_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/correlation_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/cudabind.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/deform_conv.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/deform_conv_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/deform_conv_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/deform_roi_pool.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/deform_roi_pool_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/deform_roi_pool_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/focal_loss.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/focal_loss_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/focal_loss_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/furthest_point_sample.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/furthest_point_sample_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/furthest_point_sample_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/fused_bias_leakyrelu.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/fused_bias_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/gather_points.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/gather_points_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/gather_points_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/group_points.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/group_points_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/group_points_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/info.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/iou3d.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/iou3d_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/iou3d_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/knn.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/knn_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/knn_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/masked_conv2d.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/masked_conv2d_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/masked_conv2d_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/min_area_polygons.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/min_area_polygons_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/min_area_polygons_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/modulated_deform_conv.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/modulated_deform_conv_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/modulated_deform_conv_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/ms_deform_attn.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/ms_deform_attn_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/nms.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/nms_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/nms_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/nms_rotated.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/pixel_group.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/pixel_group_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/pixel_group_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/points_in_boxes.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/points_in_boxes_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/points_in_boxes_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/points_in_polygons.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/points_in_polygons_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/points_in_polygons_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/psamask.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/psamask_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/psamask_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/riroi_align_rotated.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/riroi_align_rotated_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/riroi_align_rotated_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/roi_align.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/roi_align_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/roi_align_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/roi_align_rotated.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/roi_align_rotated_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/roi_align_rotated_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/roi_pool.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/roi_pool_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/roi_pool_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/roiaware_pool3d.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/roiaware_pool3d_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/roiaware_pool3d_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/roipoint_pool3d.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/roipoint_pool3d_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/roipoint_pool3d_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/rotated_feature_align.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/rotated_feature_align_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/rotated_feature_align_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/sync_bn.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/sync_bn_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/sync_bn_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/three_interpolate.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/three_interpolate_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/three_interpolate_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/three_nn.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/three_nn_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/three_nn_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/tin_shift.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/tin_shift_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/tin_shift_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/upfirdn2d.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/upfirdn2d_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/voxelization.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/voxelization_parrots.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
copying mmcv/ops/csrc/parrots/voxelization_pytorch.h -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/parrots
creating build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/active_rotated_filter.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/assign_score_withk.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/ball_query.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/bbox_overlaps.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/border_align.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/box_iou_rotated.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/carafe.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/carafe_naive.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/contour_expand.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/convex_iou.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/corner_pool.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/correlation.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/deform_conv.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/deform_roi_pool.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/focal_loss.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/furthest_point_sample.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/fused_bias_leakyrelu.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/gather_points.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/group_points.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/info.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/iou3d.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/knn.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/masked_conv2d.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/min_area_polygons.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/modulated_deform_conv.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/ms_deform_attn.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/nms.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/nms_rotated.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/pixel_group.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/points_in_boxes.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/points_in_polygons.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/psamask.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/pybind.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/riroi_align_rotated.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/roi_align.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/roi_align_rotated.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/roi_pool.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/roiaware_pool3d.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/roipoint_pool3d.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/rotated_feature_align.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/scatter_points.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/sync_bn.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/three_interpolate.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/three_nn.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/tin_shift.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/upfirdn2d.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
copying mmcv/ops/csrc/pytorch/voxelization.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
creating build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu
copying mmcv/ops/csrc/pytorch/cpu/active_rotated_filter.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu
copying mmcv/ops/csrc/pytorch/cpu/box_iou_rotated.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu
copying mmcv/ops/csrc/pytorch/cpu/deform_conv.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu
copying mmcv/ops/csrc/pytorch/cpu/modulated_deform_conv.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu
copying mmcv/ops/csrc/pytorch/cpu/nms.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu
copying mmcv/ops/csrc/pytorch/cpu/nms_rotated.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu
copying mmcv/ops/csrc/pytorch/cpu/pixel_group.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu
copying mmcv/ops/csrc/pytorch/cpu/points_in_boxes.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu
copying mmcv/ops/csrc/pytorch/cpu/psamask.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu
copying mmcv/ops/csrc/pytorch/cpu/roi_align.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu
copying mmcv/ops/csrc/pytorch/cpu/roi_align_rotated.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu
copying mmcv/ops/csrc/pytorch/cpu/voxelization.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu
creating build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/active_rotated_filter_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/assign_score_withk_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/ball_query_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/bbox_overlaps_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/border_align_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/box_iou_rotated_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/carafe_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/carafe_naive_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/convex_iou.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/correlation_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/cudabind.cpp -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/deform_conv_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/deform_roi_pool_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/focal_loss_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/furthest_point_sample_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/fused_bias_leakyrelu_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/gather_points_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/group_points_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/iou3d_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/knn_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/masked_conv2d_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/min_area_polygons.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/modulated_deform_conv_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/ms_deform_attn_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/nms_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/nms_rotated_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/points_in_boxes_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/points_in_polygons_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/psamask_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/riroi_align_rotated_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/roi_align_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/roi_align_rotated_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/roi_pool_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/roiaware_pool3d_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/roipoint_pool3d_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/rotated_feature_align_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/scatter_points_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/sync_bn_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/three_interpolate_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/three_nn_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/tin_shift_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/upfirdn2d_kernel.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
copying mmcv/ops/csrc/pytorch/cuda/voxelization_cuda.cu -> build/lib.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
running build_ext
building 'mmcv._ext' extension
creating /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8
creating /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv
creating /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops
creating /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc
creating /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch
creating /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu
creating /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda
Emitting ninja build file /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/build.ninja...
Compiling objects...
Using envvar MAX_JOBS (19) as the number of workers...
[1/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/info.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/info.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/info.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[2/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/scatter_points.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/scatter_points.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/scatter_points.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[3/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/ms_deform_attn.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/ms_deform_attn.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/ms_deform_attn.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[4/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/voxelization.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/voxelization.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/voxelization.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[5/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/knn.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/knn.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/knn.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[6/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/bbox_overlaps.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/bbox_overlaps.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/bbox_overlaps.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[7/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/masked_conv2d.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/masked_conv2d.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/masked_conv2d.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[8/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/box_iou_rotated.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/box_iou_rotated.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/box_iou_rotated.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[9/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/convex_iou.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/convex_iou.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/convex_iou.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[10/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/pixel_group.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/pixel_group.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/pixel_group.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[11/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/carafe_naive.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/carafe_naive.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/carafe_naive.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[12/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/points_in_polygons.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/points_in_polygons.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/points_in_polygons.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[13/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/riroi_align_rotated.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/riroi_align_rotated.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/riroi_align_rotated.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[14/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/group_points.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/group_points.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/group_points.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[15/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/roipoint_pool3d.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/roipoint_pool3d.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/roipoint_pool3d.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[16/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/points_in_boxes.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/points_in_boxes.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/points_in_boxes.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[17/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/focal_loss.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/focal_loss.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/focal_loss.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[18/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/roiaware_pool3d.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/roiaware_pool3d.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/roiaware_pool3d.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[19/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/sync_bn.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/sync_bn.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/sync_bn.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[20/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/roi_pool.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/roi_pool.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/roi_pool.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[21/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/tin_shift.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/tin_shift.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/tin_shift.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[22/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/border_align.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/border_align.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/border_align.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[23/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/assign_score_withk.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/assign_score_withk.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/assign_score_withk.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[24/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/fused_bias_leakyrelu.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/fused_bias_leakyrelu.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/fused_bias_leakyrelu.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[25/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/corner_pool.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/corner_pool.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/corner_pool.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[26/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/ball_query.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/ball_query.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/ball_query.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[27/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/correlation.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/correlation.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/correlation.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[28/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/carafe.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/carafe.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/carafe.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[29/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/three_nn.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/three_nn.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/three_nn.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[30/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/contour_expand.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/contour_expand.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/contour_expand.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[31/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/rotated_feature_align.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/rotated_feature_align.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/rotated_feature_align.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[32/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/roi_align.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/roi_align.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/roi_align.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[33/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/active_rotated_filter.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/active_rotated_filter.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/active_rotated_filter.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[34/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/furthest_point_sample.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/furthest_point_sample.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/furthest_point_sample.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[35/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/roi_align_rotated.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/roi_align_rotated.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/roi_align_rotated.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[36/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/iou3d.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/iou3d.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/iou3d.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[37/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/nms.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/nms.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/nms.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[38/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/deform_conv.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/deform_conv.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/deform_conv.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[39/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/upfirdn2d.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/upfirdn2d.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/upfirdn2d.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[40/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/min_area_polygons.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/min_area_polygons.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/min_area_polygons.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[41/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/three_interpolate.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/three_interpolate.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/three_interpolate.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[42/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/gather_points.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/gather_points.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/gather_points.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[43/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu/points_in_boxes.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cpu/points_in_boxes.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu/points_in_boxes.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[44/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/deform_roi_pool.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/deform_roi_pool.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/deform_roi_pool.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[45/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu/deform_conv.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cpu/deform_conv.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu/deform_conv.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[46/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/modulated_deform_conv.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/modulated_deform_conv.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/modulated_deform_conv.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[47/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu/modulated_deform_conv.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cpu/modulated_deform_conv.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu/modulated_deform_conv.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[48/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/nms_rotated.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/nms_rotated.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/nms_rotated.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[49/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/psamask.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/psamask.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/psamask.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[50/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu/box_iou_rotated.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cpu/box_iou_rotated.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu/box_iou_rotated.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[51/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu/active_rotated_filter.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cpu/active_rotated_filter.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu/active_rotated_filter.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cpu/active_rotated_filter.cpp:16: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
16 | #pragma omp parallel for private(i, j, l, k)
|
/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cpu/active_rotated_filter.cpp:44: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
44 | #pragma omp parallel for private(i, j, l, k)
|
[52/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu/pixel_group.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cpu/pixel_group.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu/pixel_group.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cpu/pixel_group.cpp: In function ‘std::vector<std::vector<float, std::allocator<float> > > pixel_group_cpu(at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor, int, float)’:
/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cpu/pixel_group.cpp:106:28: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘long int’ [-Wsign-compare]
106 | for (size_t i = 0; i < embedding_dim; i++) {
| ~~^~~~~~~~~~~~~~~
[53/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu/nms.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cpu/nms.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu/nms.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[54/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu/voxelization.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cpu/voxelization.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu/voxelization.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[55/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu/roi_align.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cpu/roi_align.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu/roi_align.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[56/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu/roi_align_rotated.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cpu/roi_align_rotated.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu/roi_align_rotated.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[57/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu/psamask.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cpu/psamask.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu/psamask.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[58/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/pybind.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/pybind.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/pybind.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[59/102] c++ -MMD -MF /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu/nms_rotated.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cpu/nms_rotated.cpp -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cpu/nms_rotated.o -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
[60/102] /usr/local/cuda/bin/nvcc -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/knn_cuda.cu -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda/knn_cuda.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'"'"'' -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
[61/102] /usr/local/cuda/bin/nvcc -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/deform_conv_cuda.cu -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda/deform_conv_cuda.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'"'"'' -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
[62/102] /usr/local/cuda/bin/nvcc -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/border_align_cuda.cu -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda/border_align_cuda.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'"'"'' -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
[63/102] /usr/local/cuda/bin/nvcc -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/carafe_naive_cuda.cu -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda/carafe_naive_cuda.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'"'"'' -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
[64/102] /usr/local/cuda/bin/nvcc -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/roiaware_pool3d_cuda.cu -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda/roiaware_pool3d_cuda.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'"'"'' -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
[65/102] /usr/local/cuda/bin/nvcc -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/ball_query_cuda.cu -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda/ball_query_cuda.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'"'"'' -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
[66/102] /usr/local/cuda/bin/nvcc -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/assign_score_withk_cuda.cu -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda/assign_score_withk_cuda.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'"'"'' -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
[67/102] /usr/local/cuda/bin/nvcc -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/group_points_cuda.cu -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda/group_points_cuda.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'"'"'' -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
[68/102] /usr/local/cuda/bin/nvcc -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/three_nn_cuda.cu -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda/three_nn_cuda.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'"'"'' -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
[69/102] /usr/local/cuda/bin/nvcc -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/voxelization_cuda.cu -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda/voxelization_cuda.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'"'"'' -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
[70/102] /usr/local/cuda/bin/nvcc -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/bbox_overlaps_cuda.cu -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda/bbox_overlaps_cuda.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'"'"'' -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
[71/102] /usr/local/cuda/bin/nvcc -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/min_area_polygons.cu -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda/min_area_polygons.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'"'"'' -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
[72/102] /usr/local/cuda/bin/nvcc -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/modulated_deform_conv_cuda.cu -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda/modulated_deform_conv_cuda.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'"'"'' -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
[73/102] /usr/local/cuda/bin/nvcc -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/psamask_cuda.cu -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda/psamask_cuda.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'"'"'' -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
FAILED: /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda/psamask_cuda.o
/usr/local/cuda/bin/nvcc -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/psamask_cuda.cu -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda/psamask_cuda.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'"'"'' -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/psamask_cuda.cu:8:10: fatal error: THC/THCDeviceUtils.cuh: No such file or directory
8 | #include <THC/THCDeviceUtils.cuh>
| ^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
[74/102] /usr/local/cuda/bin/nvcc -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/nms_cuda.cu -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda/nms_cuda.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'"'"'' -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
[75/102] /usr/local/cuda/bin/nvcc -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/three_interpolate_cuda.cu -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda/three_interpolate_cuda.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'"'"'' -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
[76/102] /usr/local/cuda/bin/nvcc -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/iou3d_cuda.cu -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda/iou3d_cuda.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'"'"'' -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
[77/102] /usr/local/cuda/bin/nvcc -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/roi_pool_cuda.cu -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda/roi_pool_cuda.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'"'"'' -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
[78/102] /usr/local/cuda/bin/nvcc -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/fused_bias_leakyrelu_cuda.cu -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda/fused_bias_leakyrelu_cuda.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'"'"'' -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
[79/102] /usr/local/cuda/bin/nvcc -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/correlation_cuda.cu -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda/correlation_cuda.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'"'"'' -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
[80/102] /usr/local/cuda/bin/nvcc -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/points_in_boxes_cuda.cu -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda/points_in_boxes_cuda.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'"'"'' -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
[81/102] /usr/local/cuda/bin/nvcc -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/points_in_polygons_cuda.cu -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda/points_in_polygons_cuda.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'"'"'' -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
[82/102] /usr/local/cuda/bin/nvcc -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/sync_bn_cuda.cu -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda/sync_bn_cuda.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'"'"'' -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
[83/102] /usr/local/cuda/bin/nvcc -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/masked_conv2d_cuda.cu -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda/masked_conv2d_cuda.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'"'"'' -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
[84/102] /usr/local/cuda/bin/nvcc -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/riroi_align_rotated_cuda.cu -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda/riroi_align_rotated_cuda.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'"'"'' -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
[85/102] /usr/local/cuda/bin/nvcc -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/carafe_cuda.cu -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda/carafe_cuda.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'"'"'' -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
[86/102] /usr/local/cuda/bin/nvcc -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/roipoint_pool3d_cuda.cu -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda/roipoint_pool3d_cuda.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'"'"'' -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
[87/102] /usr/local/cuda/bin/nvcc -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/tin_shift_cuda.cu -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda/tin_shift_cuda.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'"'"'' -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
[88/102] /usr/local/cuda/bin/nvcc -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/scatter_points_cuda.cu -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda/scatter_points_cuda.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'"'"'' -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
In file included from /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/scatter_points_cuda.cu:7:
/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda/scatter_points_cuda_kernel.cuh:73:2: warning: #warning "compute capability lower than 6.x. fall back to use CAS version of atomicAdd for float64" [-Wcpp]
73 | #warning \
| ^~~~~~~
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
[89/102] /usr/local/cuda/bin/nvcc -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/upfirdn2d_kernel.cu -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda/upfirdn2d_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'"'"'' -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/jit/api/function_impl.h(11): warning #611-D: overloaded virtual function "torch::jit::Function::call" is only partially overridden in class "torch::jit::GraphFunction"
[90/102] /usr/local/cuda/bin/nvcc -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/box_iou_rotated_cuda.cu -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda/box_iou_rotated_cuda.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'"'"'' -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
[91/102] /usr/local/cuda/bin/nvcc -DMMCV_WITH_CUDA -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common -I/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/common/cuda -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c -c /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/mmcv/ops/csrc/pytorch/cuda/convex_iou.cu -o /tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/build/temp.linux-x86_64-3.8/mmcv/ops/csrc/pytorch/cuda/convex_iou.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'"'"'' -std=c++14 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
ninja: build stopped: subcommand failed.
Traceback (most recent call last):
File "/opt/conda/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1723, in _run_ninja_build
subprocess.run(
File "/opt/conda/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['ninja', '-v', '-j', '19']' returned non-zero exit status 1.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-t31fvgw8/mmcv-full_e459c782f39748679d47b146d8b10151/setup.py", line 360, in <module>
setup(
File "/opt/conda/lib/python3.8/site-packages/setuptools/__init__.py", line 153, in setup
return distutils.core.setup(**attrs)
File "/opt/conda/lib/python3.8/distutils/core.py", line 148, in setup
dist.run_commands()
File "/opt/conda/lib/python3.8/distutils/dist.py", line 966, in run_commands
self.run_command(cmd)
File "/opt/conda/lib/python3.8/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/opt/conda/lib/python3.8/site-packages/wheel/bdist_wheel.py", line 299, in run
self.run_command('build')
File "/opt/conda/lib/python3.8/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/opt/conda/lib/python3.8/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/opt/conda/lib/python3.8/distutils/command/build.py", line 135, in run
self.run_command(cmd_name)
File "/opt/conda/lib/python3.8/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/opt/conda/lib/python3.8/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/opt/conda/lib/python3.8/site-packages/setuptools/command/build_ext.py", line 79, in run
_build_ext.run(self)
File "/opt/conda/lib/python3.8/site-packages/Cython/Distutils/old_build_ext.py", line 186, in run
_build_ext.build_ext.run(self)
File "/opt/conda/lib/python3.8/distutils/command/build_ext.py", line 340, in run
self.build_extensions()
File "/opt/conda/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 741, in build_extensions
build_ext.build_extensions(self)
File "/opt/conda/lib/python3.8/site-packages/Cython/Distutils/old_build_ext.py", line 195, in build_extensions
_build_ext.build_ext.build_extensions(self)
File "/opt/conda/lib/python3.8/distutils/command/build_ext.py", line 449, in build_extensions
self._build_extensions_serial()
File "/opt/conda/lib/python3.8/distutils/command/build_ext.py", line 474, in _build_extensions_serial
self.build_extension(ext)
File "/opt/conda/lib/python3.8/site-packages/setuptools/command/build_ext.py", line 202, in build_extension
_build_ext.build_extension(self, ext)
File "/opt/conda/lib/python3.8/distutils/command/build_ext.py", line 528, in build_extension
objects = self.compiler.compile(sources,
File "/opt/conda/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 562, in unix_wrap_ninja_compile
_write_ninja_file_and_compile_objects(
File "/opt/conda/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1405, in _write_ninja_file_and_compile_objects
_run_ninja_build(
File "/opt/conda/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1739, in _run_ninja_build
raise RuntimeError(message) from e
RuntimeError: Error compiling objects for extension
----------------------------------------
ERROR: Failed building wheel for mmcv-full
Describe the Issue A clear and concise description of what the bug is, including what results are expected and what the real results you got.
Reproduction
Environment
Please run
python -c "from mmcv.utils import collect_env; print(collect_env())"
to collect necessary environment information and paste it here.{'sys.platform': 'linux', 'Python': '3.8.12 | packaged by conda-forge | (default, Oct 12 2021, 21:59:51) [GCC 9.4.0]', 'CUDA available': True, 'GPU 0': 'Quadro RTX 4000', 'CUDA_HOME': '/usr/local/cuda', 'NVCC': 'Build cuda_11.6.r11.6/compiler.30794723_0', 'GCC': 'gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0', 'PyTorch': '1.11.0a0+bfe5ad2', 'PyTorch compiling details': 'PyTorch built with:\n - GCC 9.3\n - C++ Version: 201402\n - Intel(R) Math Kernel Library Version 2019.0.5 Product Build 20190808 for Intel(R) 64 architecture applications\n - Intel(R) MKL-DNN v2.2.3 (Git Hash N/A)\n - OpenMP 201511 (a.k.a. OpenMP 4.5)\n - LAPACK is enabled (usually provided by MKL)\n - NNPACK is enabled\n - CPU capability usage: AVX512\n - CUDA Runtime 11.6\n - NVCC architecture flags: -gencode;arch=compute_52,code=sm_52;-gencode;arch=compute_60,code=sm_60;-gencode;arch=compute_61,code=sm_61;-gencode;arch=compute_70,code=sm_70;-gencode;arch=compute_75,code=sm_75;-gencode;arch=compute_80,code=sm_80;-gencode;arch=compute_86,code=sm_86;-gencode;arch=compute_86,code=compute_86\n - CuDNN 8.3.2 (built against CUDA 11.5)\n - Magma 2.5.2\n - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CUDA_VERSION=11.6, CUDNN_VERSION=8.3.2, CXX_COMPILER=/usr/bin/c++, CXX_FLAGS=-fno-gnu-unique -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -DNDEBUG -DUSE_KINETO -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -DEDGE_PROFILER_USE_KINETO -O2 -fPIC -Wno-narrowing -Wall -Wextra -Werror=return-type -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-sign-compare -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-unused-local-typedefs -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-stringop-overflow -Wno-psabi -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -fdiagnostics-color=always -faligned-new -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Werror=cast-function-type -Wno-stringop-overflow, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, TORCH_VERSION=1.11.0, USE_CUDA=ON, USE_CUDNN=ON, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=ON, USE_NCCL=ON, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, \n', 'TorchVision': '0.12.0a0', 'OpenCV': '3.4.11', 'MMCV': '1.4.4', 'MMCV Compiler': 'n/a', 'MMCV CUDA Compiler': 'n/a'}
You may add addition that may be helpful for locating the problem, such as
$PATH
,$LD_LIBRARY_PATH
,$PYTHONPATH
, etc.) I am using nvidia container to run mmvc. and it looks like it cannot find torch because when i do import torch i getAttributeError: partially initialized module 'torch' has no attribute '_C' (most likely due to a circular import)
Error traceback
Bug fix