Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There are no g++ version bounds defined for CUDA version 11.8 #1935

Open
ofdengdeng opened this issue Jan 5, 2025 · 3 comments
Open

There are no g++ version bounds defined for CUDA version 11.8 #1935

ofdengdeng opened this issue Jan 5, 2025 · 3 comments

Comments

@ofdengdeng
Copy link

My cuda = 11.8, torch vesion='2.2.0+cu118. I tried to install pytorch3d on a Linux server, but it ended in failure.

My steps:

conda install -c iopath iopath

curl -LO https://github.com/NVIDIA/cub/archive/1.10.0.tar.gz
tar xzf 1.10.0.tar.gz
export CUB_HOME=$PWD/cub-1.10.0

conda install jupyter
pip install scikit-image matplotlib imageio plotly opencv-python
conda install -c fvcore -c conda-forge fvcore
pip install black usort flake8 flake8-bugbear flake8-comprehensions

FORCE_CUDA=1
git clone https://github.com/facebookresearch/pytorch3d.git
cd pytorch3d && python3 setup.py install

But i met the error as:

running install
/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!
  self.initialize_options()
/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` and ``easy_install``.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://github.com/pypa/setuptools/issues/917 for details.
        ********************************************************************************

!!
  self.initialize_options()
running bdist_egg
running egg_info
writing pytorch3d.egg-info/PKG-INFO
writing dependency_links to pytorch3d.egg-info/dependency_links.txt
writing entry points to pytorch3d.egg-info/entry_points.txt
writing requirements to pytorch3d.egg-info/requires.txt
writing top-level names to pytorch3d.egg-info/top_level.txt
reading manifest file 'pytorch3d.egg-info/SOURCES.txt'
adding license file 'LICENSE'
adding license file 'LICENSE-3RD-PARTY'
writing manifest file 'pytorch3d.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
copying projects/__init__.py -> build/lib.linux-x86_64-cpython-39/projects
copying pytorch3d/__init__.py -> build/lib.linux-x86_64-cpython-39/pytorch3d
copying pytorch3d/common/__init__.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/common
copying pytorch3d/common/compat.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/common
copying pytorch3d/common/datatypes.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/common
copying pytorch3d/common/linear_with_repeat.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/common
copying pytorch3d/datasets/__init__.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/datasets
copying pytorch3d/datasets/shapenet_base.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/datasets
copying pytorch3d/datasets/utils.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/datasets
copying pytorch3d/implicitron/__init__.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron
copying pytorch3d/implicitron/eval_demo.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron
copying pytorch3d/io/__init__.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/io
copying pytorch3d/io/experimental_gltf_io.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/io
copying pytorch3d/io/mtl_io.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/io
copying pytorch3d/io/obj_io.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/io
copying pytorch3d/io/off_io.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/io
copying pytorch3d/io/pluggable.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/io
copying pytorch3d/io/pluggable_formats.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/io
copying pytorch3d/io/ply_io.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/io
copying pytorch3d/io/utils.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/io
copying pytorch3d/loss/__init__.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/loss
copying pytorch3d/loss/chamfer.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/loss
copying pytorch3d/loss/mesh_edge_loss.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/loss
copying pytorch3d/loss/mesh_laplacian_smoothing.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/loss
copying pytorch3d/loss/mesh_normal_consistency.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/loss
copying pytorch3d/loss/point_mesh_distance.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/loss
copying pytorch3d/ops/__init__.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/ops
copying pytorch3d/ops/ball_query.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/ops
copying pytorch3d/ops/cameras_alignment.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/ops
copying pytorch3d/ops/cubify.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/ops
copying pytorch3d/ops/graph_conv.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/ops
copying pytorch3d/ops/interp_face_attrs.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/ops
copying pytorch3d/ops/iou_box3d.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/ops
copying pytorch3d/ops/knn.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/ops
copying pytorch3d/ops/laplacian_matrices.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/ops
copying pytorch3d/ops/marching_cubes.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/ops
copying pytorch3d/ops/marching_cubes_data.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/ops
copying pytorch3d/ops/mesh_face_areas_normals.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/ops
copying pytorch3d/ops/mesh_filtering.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/ops
copying pytorch3d/ops/packed_to_padded.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/ops
copying pytorch3d/ops/perspective_n_points.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/ops
copying pytorch3d/ops/points_alignment.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/ops
copying pytorch3d/ops/points_normals.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/ops
copying pytorch3d/ops/points_to_volumes.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/ops
copying pytorch3d/ops/sample_farthest_points.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/ops
copying pytorch3d/ops/sample_points_from_meshes.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/ops
copying pytorch3d/ops/subdivide_meshes.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/ops
copying pytorch3d/ops/utils.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/ops
copying pytorch3d/ops/vert_align.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/ops
copying pytorch3d/renderer/__init__.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer
copying pytorch3d/renderer/blending.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer
copying pytorch3d/renderer/camera_conversions.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer
copying pytorch3d/renderer/camera_utils.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer
copying pytorch3d/renderer/cameras.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer
copying pytorch3d/renderer/compositing.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer
copying pytorch3d/renderer/fisheyecameras.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer
copying pytorch3d/renderer/lighting.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer
copying pytorch3d/renderer/materials.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer
copying pytorch3d/renderer/splatter_blend.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer
copying pytorch3d/renderer/utils.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer
copying pytorch3d/structures/__init__.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/structures
copying pytorch3d/structures/meshes.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/structures
copying pytorch3d/structures/pointclouds.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/structures
copying pytorch3d/structures/utils.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/structures
copying pytorch3d/structures/volumes.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/structures
copying pytorch3d/transforms/__init__.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/transforms
copying pytorch3d/transforms/math.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/transforms
copying pytorch3d/transforms/rotation_conversions.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/transforms
copying pytorch3d/transforms/se3.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/transforms
copying pytorch3d/transforms/so3.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/transforms
copying pytorch3d/transforms/transform3d.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/transforms
copying pytorch3d/utils/__init__.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/utils
copying pytorch3d/utils/camera_conversions.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/utils
copying pytorch3d/utils/checkerboard.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/utils
copying pytorch3d/utils/ico_sphere.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/utils
copying pytorch3d/utils/torus.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/utils
copying pytorch3d/vis/__init__.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/vis
copying pytorch3d/vis/plotly_vis.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/vis
copying pytorch3d/vis/texture_vis.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/vis
copying pytorch3d/common/workaround/__init__.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/common/workaround
copying pytorch3d/common/workaround/symeig3x3.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/common/workaround
copying pytorch3d/common/workaround/utils.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/common/workaround
copying pytorch3d/datasets/r2n2/__init__.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/datasets/r2n2
copying pytorch3d/datasets/r2n2/r2n2.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/datasets/r2n2
copying pytorch3d/datasets/r2n2/utils.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/datasets/r2n2
copying pytorch3d/datasets/shapenet/__init__.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/datasets/shapenet
copying pytorch3d/datasets/shapenet/shapenet_core.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/datasets/shapenet
copying pytorch3d/implicitron/dataset/__init__.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/blender_dataset_map_provider.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/data_loader_map_provider.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/data_source.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/dataset_base.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/dataset_map_provider.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/frame_data.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/json_index_dataset.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/json_index_dataset_map_provider.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/json_index_dataset_map_provider_v2.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/llff_dataset_map_provider.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/load_blender.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/load_llff.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/orm_types.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/rendered_mesh_dataset_map_provider.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/scene_batch_sampler.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/single_sequence_dataset.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/sql_dataset.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/sql_dataset_provider.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/train_eval_data_loader_provider.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/types.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/utils.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/dataset/visualize.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/dataset
copying pytorch3d/implicitron/evaluation/__init__.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/evaluation
copying pytorch3d/implicitron/evaluation/evaluate_new_view_synthesis.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/evaluation
copying pytorch3d/implicitron/evaluation/evaluator.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/evaluation
copying pytorch3d/implicitron/models/__init__.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models
copying pytorch3d/implicitron/models/base_model.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models
copying pytorch3d/implicitron/models/generic_model.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models
copying pytorch3d/implicitron/models/metrics.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models
copying pytorch3d/implicitron/models/model_dbir.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models
copying pytorch3d/implicitron/models/overfit_model.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models
copying pytorch3d/implicitron/models/utils.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models
copying pytorch3d/implicitron/third_party/__init__.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/third_party
copying pytorch3d/implicitron/third_party/hyperlayers.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/third_party
copying pytorch3d/implicitron/third_party/pytorch_prototyping.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/third_party
copying pytorch3d/implicitron/tools/__init__.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/tools
copying pytorch3d/implicitron/tools/camera_utils.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/tools
copying pytorch3d/implicitron/tools/circle_fitting.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/tools
copying pytorch3d/implicitron/tools/config.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/tools
copying pytorch3d/implicitron/tools/depth_cleanup.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/tools
copying pytorch3d/implicitron/tools/eval_video_trajectory.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/tools
copying pytorch3d/implicitron/tools/image_utils.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/tools
copying pytorch3d/implicitron/tools/metric_utils.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/tools
copying pytorch3d/implicitron/tools/model_io.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/tools
copying pytorch3d/implicitron/tools/point_cloud_utils.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/tools
copying pytorch3d/implicitron/tools/rasterize_mc.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/tools
copying pytorch3d/implicitron/tools/stats.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/tools
copying pytorch3d/implicitron/tools/utils.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/tools
copying pytorch3d/implicitron/tools/video_writer.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/tools
copying pytorch3d/implicitron/tools/vis_utils.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/tools
copying pytorch3d/implicitron/models/feature_extractor/__init__.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models/feature_extractor
copying pytorch3d/implicitron/models/feature_extractor/feature_extractor.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models/feature_extractor
copying pytorch3d/implicitron/models/feature_extractor/resnet_feature_extractor.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models/feature_extractor
copying pytorch3d/implicitron/models/global_encoder/__init__.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models/global_encoder
copying pytorch3d/implicitron/models/global_encoder/autodecoder.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models/global_encoder
copying pytorch3d/implicitron/models/global_encoder/global_encoder.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models/global_encoder
copying pytorch3d/implicitron/models/implicit_function/__init__.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models/implicit_function
copying pytorch3d/implicitron/models/implicit_function/base.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models/implicit_function
copying pytorch3d/implicitron/models/implicit_function/decoding_functions.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models/implicit_function
copying pytorch3d/implicitron/models/implicit_function/idr_feature_field.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models/implicit_function
copying pytorch3d/implicitron/models/implicit_function/neural_radiance_field.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models/implicit_function
copying pytorch3d/implicitron/models/implicit_function/scene_representation_networks.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models/implicit_function
copying pytorch3d/implicitron/models/implicit_function/utils.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models/implicit_function
copying pytorch3d/implicitron/models/implicit_function/voxel_grid.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models/implicit_function
copying pytorch3d/implicitron/models/implicit_function/voxel_grid_implicit_function.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models/implicit_function
copying pytorch3d/implicitron/models/renderer/__init__.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models/renderer
copying pytorch3d/implicitron/models/renderer/base.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models/renderer
copying pytorch3d/implicitron/models/renderer/lstm_renderer.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models/renderer
copying pytorch3d/implicitron/models/renderer/multipass_ea.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models/renderer
copying pytorch3d/implicitron/models/renderer/ray_point_refiner.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models/renderer
copying pytorch3d/implicitron/models/renderer/ray_sampler.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models/renderer
copying pytorch3d/implicitron/models/renderer/ray_tracing.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models/renderer
copying pytorch3d/implicitron/models/renderer/raymarcher.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models/renderer
copying pytorch3d/implicitron/models/renderer/rgb_net.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models/renderer
copying pytorch3d/implicitron/models/renderer/sdf_renderer.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models/renderer
copying pytorch3d/implicitron/models/view_pooler/__init__.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models/view_pooler
copying pytorch3d/implicitron/models/view_pooler/feature_aggregator.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models/view_pooler
copying pytorch3d/implicitron/models/view_pooler/view_pooler.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models/view_pooler
copying pytorch3d/implicitron/models/view_pooler/view_sampler.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models/view_pooler
copying pytorch3d/implicitron/models/visualization/__init__.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models/visualization
copying pytorch3d/implicitron/models/visualization/render_flyaround.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron/models/visualization
copying pytorch3d/renderer/implicit/__init__.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer/implicit
copying pytorch3d/renderer/implicit/harmonic_embedding.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer/implicit
copying pytorch3d/renderer/implicit/raymarching.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer/implicit
copying pytorch3d/renderer/implicit/raysampling.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer/implicit
copying pytorch3d/renderer/implicit/renderer.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer/implicit
copying pytorch3d/renderer/implicit/sample_pdf.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer/implicit
copying pytorch3d/renderer/implicit/utils.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer/implicit
copying pytorch3d/renderer/mesh/__init__.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer/mesh
copying pytorch3d/renderer/mesh/clip.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer/mesh
copying pytorch3d/renderer/mesh/rasterize_meshes.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer/mesh
copying pytorch3d/renderer/mesh/rasterizer.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer/mesh
copying pytorch3d/renderer/mesh/renderer.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer/mesh
copying pytorch3d/renderer/mesh/shader.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer/mesh
copying pytorch3d/renderer/mesh/shading.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer/mesh
copying pytorch3d/renderer/mesh/textures.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer/mesh
copying pytorch3d/renderer/mesh/utils.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer/mesh
copying pytorch3d/renderer/opengl/__init__.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer/opengl
copying pytorch3d/renderer/opengl/opengl_utils.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer/opengl
copying pytorch3d/renderer/opengl/rasterizer_opengl.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer/opengl
copying pytorch3d/renderer/points/__init__.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer/points
copying pytorch3d/renderer/points/compositor.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer/points
copying pytorch3d/renderer/points/rasterize_points.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer/points
copying pytorch3d/renderer/points/rasterizer.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer/points
copying pytorch3d/renderer/points/renderer.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer/points
copying pytorch3d/renderer/points/pulsar/__init__.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer/points/pulsar
copying pytorch3d/renderer/points/pulsar/renderer.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer/points/pulsar
copying pytorch3d/renderer/points/pulsar/unified.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/renderer/points/pulsar
copying projects/implicitron_trainer/__init__.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron_trainer
copying projects/implicitron_trainer/experiment.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron_trainer
copying projects/implicitron_trainer/visualize_reconstruction.py -> build/lib.linux-x86_64-cpython-39/pytorch3d/implicitron_trainer
copying pytorch3d/datasets/r2n2/r2n2_synset_dict.json -> build/lib.linux-x86_64-cpython-39/pytorch3d/datasets/r2n2
copying pytorch3d/datasets/shapenet/shapenet_synset_dict_v1.json -> build/lib.linux-x86_64-cpython-39/pytorch3d/datasets/shapenet
copying pytorch3d/datasets/shapenet/shapenet_synset_dict_v2.json -> build/lib.linux-x86_64-cpython-39/pytorch3d/datasets/shapenet
running build_ext
/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/utils/cpp_extension.py:425: UserWarning: There are no g++ version bounds defined for CUDA version 11.8
  warnings.warn(f'There are no {compiler_name} version bounds defined for CUDA version {cuda_str_version}')
building 'pytorch3d._C' extension
/usr/local/cuda/bin/nvcc -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc -I/autodl-fs/data/Project_SHOW/cub-1.10.0 -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/TH -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/THC -I/usr/local/cuda/include -I/root/miniconda3/envs/env_SHOW/include/python3.9 -c /autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/ball_query/ball_query.cu -o build/temp.linux-x86_64-cpython-39/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/ball_query/ball_query.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' -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -std=c++17 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
g++ -pthread -B /root/miniconda3/envs/env_SHOW/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /root/miniconda3/envs/env_SHOW/include -I/root/miniconda3/envs/env_SHOW/include -fPIC -O2 -isystem /root/miniconda3/envs/env_SHOW/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc -I/autodl-fs/data/Project_SHOW/cub-1.10.0 -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/TH -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/THC -I/usr/local/cuda/include -I/root/miniconda3/envs/env_SHOW/include/python3.9 -c /autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/ball_query/ball_query_cpu.cpp -o build/temp.linux-x86_64-cpython-39/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/ball_query/ball_query_cpu.o -std=c++17 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0
/usr/local/cuda/bin/nvcc -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc -I/autodl-fs/data/Project_SHOW/cub-1.10.0 -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/TH -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/THC -I/usr/local/cuda/include -I/root/miniconda3/envs/env_SHOW/include/python3.9 -c /autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/blending/sigmoid_alpha_blend.cu -o build/temp.linux-x86_64-cpython-39/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/blending/sigmoid_alpha_blend.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' -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -std=c++17 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
g++ -pthread -B /root/miniconda3/envs/env_SHOW/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /root/miniconda3/envs/env_SHOW/include -I/root/miniconda3/envs/env_SHOW/include -fPIC -O2 -isystem /root/miniconda3/envs/env_SHOW/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc -I/autodl-fs/data/Project_SHOW/cub-1.10.0 -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/TH -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/THC -I/usr/local/cuda/include -I/root/miniconda3/envs/env_SHOW/include/python3.9 -c /autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/blending/sigmoid_alpha_blend_cpu.cpp -o build/temp.linux-x86_64-cpython-39/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/blending/sigmoid_alpha_blend_cpu.o -std=c++17 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0

The useful warning is:

UserWarning: There are no g++ version bounds defined for CUDA version 11.8
  warnings.warn(f'There are no {compiler_name} version bounds defined for CUDA version {cuda_str_version}')
building 'pytorch3d._C' extension

So, i checked the version of gcc and g++,and changed them from 9.4.0 into 7.5.0

(env_SHOW) root@autodl-container-3489499b8c-bdf2f022:~/autodl-fs/Project_SHOW/pytorch3d# gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-6ubuntu2' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.5.0 (Ubuntu 7.5.0-6ubuntu2) 
(env_SHOW) root@autodl-container-3489499b8c-bdf2f022:~/autodl-fs/Project_SHOW/pytorch3d# g++ -v
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-6ubuntu2' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.5.0 (Ubuntu 7.5.0-6ubuntu2) 

But it still appear the same error, when i enter python, the command lines shows:

(env_SHOW) root@autodl-container-3489499b8c-bdf2f022:~/autodl-fs/Project_SHOW/pytorch3d# python
Python 3.9.21 (main, Dec 11 2024, 16:24:11) 
[GCC 11.2.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.

Does it means switching versions of gcc fails?

I don't know the real reason for the failed installation anymore.

@ofdengdeng
Copy link
Author

I hava tried change cub_home, such as 1.10.0/1.15.0/1.16.0. It all doesn't work.

@bottler
Copy link
Contributor

bottler commented Jan 5, 2025

My first thought is that the warning doesn't matter, and your first attempt was fine. The build is slow. There is no error. Maybe it appeared to have stalled, but was actually just in-progress?

@ofdengdeng
Copy link
Author

My first thought is that the warning doesn't matter, and your first attempt was fine. The build is slow. There is no error. Maybe it appeared to have stalled, but was actually just in-progress?

yes, it was stalled, the full run log is as follows:
The last error: command '/usr/local/cuda/bin/nvcc' failed with exit code 1

g++ -pthread -B /root/miniconda3/envs/env_SHOW/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /root/miniconda3/envs/env_SHOW/include -I/root/miniconda3/envs/env_SHOW/include -fPIC -O2 -isystem /root/miniconda3/envs/env_SHOW/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc -I/autodl-fs/data/Project_SHOW/cub-1.13.0 -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/TH -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/THC -I/usr/local/cuda/include -I/root/miniconda3/envs/env_SHOW/include/python3.9 -c /autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/ext.cpp -o build/temp.linux-x86_64-cpython-39/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/ext.o -std=c++17 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE="gcc" -DPYBIND11_STDLIB="libstdcpp" -DPYBIND11_BUILD_ABI="cxxabi1011" -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0
In file included from /autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/ext.cpp:10:
/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/./pulsar/global.h:55: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas]
55 | #pragma clang diagnostic push
|
/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/./pulsar/global.h:56: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas]
56 | #pragma clang diagnostic ignored "-Weverything"
|
In file included from /autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/ext.cpp:10:
/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/./pulsar/global.h:58: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas]
58 | #pragma clang diagnostic pop
|
In file included from /root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/torch/csrc/Exceptions.h:14,
from /root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/torch/csrc/api/include/torch/python.h:11,
from /root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/torch/extension.h:9,
from /autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/./pulsar/global.h:57,
from /autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/ext.cpp:10:
/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/pybind11/pybind11.h: In instantiation of ‘class pybind11::class
<pulsar::pytorch::Renderer, std::shared_ptrpulsar::pytorch::Renderer >’:
/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/ext.cpp:108:70: required from here
/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/pybind11/pybind11.h:1496:7: warning: ‘pybind11::class
<pulsar::pytorch::Renderer, std::shared_ptrpulsar::pytorch::Renderer >’ declared with greater visibility than its base ‘pybind11::detail::generic_type’ [-Wattributes]
1496 | class class
: public detail::generic_type {
| ^~~~~~
/usr/local/cuda/bin/nvcc -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc -I/autodl-fs/data/Project_SHOW/cub-1.13.0 -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/TH -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/THC -I/usr/local/cuda/include -I/root/miniconda3/envs/env_SHOW/include/python3.9 -c /autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/face_areas_normals/face_areas_normals.cu -o build/temp.linux-x86_64-cpython-39/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/face_areas_normals/face_areas_normals.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' -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -std=c++17 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE="gcc" -DPYBIND11_STDLIB="libstdcpp" -DPYBIND11_BUILD_ABI="cxxabi1011" -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
g++ -pthread -B /root/miniconda3/envs/env_SHOW/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /root/miniconda3/envs/env_SHOW/include -I/root/miniconda3/envs/env_SHOW/include -fPIC -O2 -isystem /root/miniconda3/envs/env_SHOW/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc -I/autodl-fs/data/Project_SHOW/cub-1.13.0 -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/TH -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/THC -I/usr/local/cuda/include -I/root/miniconda3/envs/env_SHOW/include/python3.9 -c /autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/face_areas_normals/face_areas_normals_cpu.cpp -o build/temp.linux-x86_64-cpython-39/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/face_areas_normals/face_areas_normals_cpu.o -std=c++17 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE="gcc" -DPYBIND11_STDLIB="libstdcpp" -DPYBIND11_BUILD_ABI="cxxabi1011" -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0
/usr/local/cuda/bin/nvcc -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc -I/autodl-fs/data/Project_SHOW/cub-1.13.0 -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/TH -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/THC -I/usr/local/cuda/include -I/root/miniconda3/envs/env_SHOW/include/python3.9 -c /autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/gather_scatter/gather_scatter.cu -o build/temp.linux-x86_64-cpython-39/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/gather_scatter/gather_scatter.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' -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -std=c++17 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE="gcc" -DPYBIND11_STDLIB="libstdcpp" -DPYBIND11_BUILD_ABI="cxxabi1011" -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
g++ -pthread -B /root/miniconda3/envs/env_SHOW/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /root/miniconda3/envs/env_SHOW/include -I/root/miniconda3/envs/env_SHOW/include -fPIC -O2 -isystem /root/miniconda3/envs/env_SHOW/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc -I/autodl-fs/data/Project_SHOW/cub-1.13.0 -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/TH -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/THC -I/usr/local/cuda/include -I/root/miniconda3/envs/env_SHOW/include/python3.9 -c /autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/gather_scatter/gather_scatter_cpu.cpp -o build/temp.linux-x86_64-cpython-39/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/gather_scatter/gather_scatter_cpu.o -std=c++17 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE="gcc" -DPYBIND11_STDLIB="libstdcpp" -DPYBIND11_BUILD_ABI="cxxabi1011" -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0
/usr/local/cuda/bin/nvcc -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc -I/autodl-fs/data/Project_SHOW/cub-1.13.0 -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/TH -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/THC -I/usr/local/cuda/include -I/root/miniconda3/envs/env_SHOW/include/python3.9 -c /autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/interp_face_attrs/interp_face_attrs.cu -o build/temp.linux-x86_64-cpython-39/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/interp_face_attrs/interp_face_attrs.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' -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -std=c++17 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE="gcc" -DPYBIND11_STDLIB="libstdcpp" -DPYBIND11_BUILD_ABI="cxxabi1011" -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
/usr/local/cuda/bin/nvcc -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc -I/autodl-fs/data/Project_SHOW/cub-1.13.0 -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/TH -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/THC -I/usr/local/cuda/include -I/root/miniconda3/envs/env_SHOW/include/python3.9 -c /autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/iou_box3d/iou_box3d.cu -o build/temp.linux-x86_64-cpython-39/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/iou_box3d/iou_box3d.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' -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -std=c++17 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE="gcc" -DPYBIND11_STDLIB="libstdcpp" -DPYBIND11_BUILD_ABI="cxxabi1011" -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
g++ -pthread -B /root/miniconda3/envs/env_SHOW/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /root/miniconda3/envs/env_SHOW/include -I/root/miniconda3/envs/env_SHOW/include -fPIC -O2 -isystem /root/miniconda3/envs/env_SHOW/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc -I/autodl-fs/data/Project_SHOW/cub-1.13.0 -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/TH -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/THC -I/usr/local/cuda/include -I/root/miniconda3/envs/env_SHOW/include/python3.9 -c /autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/iou_box3d/iou_box3d_cpu.cpp -o build/temp.linux-x86_64-cpython-39/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/iou_box3d/iou_box3d_cpu.o -std=c++17 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE="gcc" -DPYBIND11_STDLIB="libstdcpp" -DPYBIND11_BUILD_ABI="cxxabi1011" -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0
In file included from /autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/iou_box3d/iou_box3d_cpu.cpp:15:
/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/iou_box3d/iou_utils.h: In function ‘float BoxVolume(const face_verts&, const vec3&)’:
/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/iou_box3d/iou_utils.h:320:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::vector<vec3 > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
320 | for (int t = 0; t < box_tris.size(); ++t) {
| ~~^~~~~~~~~~~~~~~~~
/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/iou_box3d/iou_utils.h: In function ‘face_verts BoxIntersections(const face_verts&, const face_verts&, const vec3&)’:
/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/iou_box3d/iou_utils.h:721:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::vector<vec3 > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
721 | for (int t = 0; t < out_tris.size(); ++t) {
| ~~^~~~~~~~~~~~~~~~~
/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/iou_box3d/iou_utils.h:725:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::vector<vec3 > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
725 | for (int v = 0; v < tri_updated.size(); ++v) {
| ~~^~~~~~~~~~~~~~~~~~~~
/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/iou_box3d/iou_box3d_cpu.cpp: In function ‘std::tuple<at::Tensor, at::Tensor> IoUBox3DCpu(const at::Tensor&, const at::Tensor&)’:
/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/iou_box3d/iou_box3d_cpu.cpp:80:29: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::vector<vec3 > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
80 | for (int b1 = 0; b1 < box1_intersect.size(); ++b1) {
| ~~~^~~~~~~~~~~~~~~~~~~~~~~
/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/iou_box3d/iou_box3d_cpu.cpp:81:31: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::vector<vec3 > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
81 | for (int b2 = 0; b2 < box2_intersect.size(); ++b2) {
| ~~~^~~~~~~~~~~~~~~~~~~~~~~
/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/iou_box3d/iou_box3d_cpu.cpp:93:29: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::vector<vec3 > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
93 | for (int b2 = 0; b2 < box2_intersect.size(); ++b2) {
| ~~~^~~~~~~~~~~~~~~~~~~~~~~
/usr/local/cuda/bin/nvcc -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc -I/autodl-fs/data/Project_SHOW/cub-1.13.0 -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/TH -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/THC -I/usr/local/cuda/include -I/root/miniconda3/envs/env_SHOW/include/python3.9 -c /autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/knn/knn.cu -o build/temp.linux-x86_64-cpython-39/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/knn/knn.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' -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -std=c++17 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE="gcc" -DPYBIND11_STDLIB="libstdcpp" -DPYBIND11_BUILD_ABI="cxxabi1011" -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
g++ -pthread -B /root/miniconda3/envs/env_SHOW/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /root/miniconda3/envs/env_SHOW/include -I/root/miniconda3/envs/env_SHOW/include -fPIC -O2 -isystem /root/miniconda3/envs/env_SHOW/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc -I/autodl-fs/data/Project_SHOW/cub-1.13.0 -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/TH -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/THC -I/usr/local/cuda/include -I/root/miniconda3/envs/env_SHOW/include/python3.9 -c /autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/knn/knn_cpu.cpp -o build/temp.linux-x86_64-cpython-39/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/knn/knn_cpu.o -std=c++17 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE="gcc" -DPYBIND11_STDLIB="libstdcpp" -DPYBIND11_BUILD_ABI="cxxabi1011" -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0
/usr/local/cuda/bin/nvcc -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc -I/autodl-fs/data/Project_SHOW/cub-1.13.0 -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/TH -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/THC -I/usr/local/cuda/include -I/root/miniconda3/envs/env_SHOW/include/python3.9 -c /autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/marching_cubes/marching_cubes.cu -o build/temp.linux-x86_64-cpython-39/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/marching_cubes/marching_cubes.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' -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -std=c++17 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE="gcc" -DPYBIND11_STDLIB="libstdcpp" -DPYBIND11_BUILD_ABI="cxxabi1011" -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/marching_cubes/marching_cubes.cu: In function ‘std::tuple<at::Tensor, at::Tensor, at::Tensor> MarchingCubesCuda(const at::Tensor&, float)’:
/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/marching_cubes/marching_cubes.cu:552:219: warning: ‘at::GenericPackedTensorAccessor<T, N, PtrTraits, index_t> at::Tensor::packed_accessor() const & [with T = long int; long unsigned int N = 2; PtrTraits = at::RestrictPtrTraits; index_t = long int]’ is deprecated: packed_accessor is deprecated, use packed_accessor32 or packed_accessor64 instead [-Wdeprecated-declarations]
552 | GenerateFacesKernel<<<grid2, threads, 0, stream>>>(
| ^
/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/ATen/core/TensorBody.h:256:1: note: declared here
256 | GenericPackedTensorAccessor<T,N,PtrTraits,index_t> packed_accessor() const & {
| ^ ~~~~~~~~~~~~~
/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/marching_cubes/marching_cubes.cu:552:285: warning: ‘at::GenericPackedTensorAccessor<T, N, PtrTraits, index_t> at::Tensor::packed_accessor() const & [with T = long int; long unsigned int N = 1; PtrTraits = at::RestrictPtrTraits; index_t = long int]’ is deprecated: packed_accessor is deprecated, use packed_accessor32 or packed_accessor64 instead [-Wdeprecated-declarations]
552 | GenerateFacesKernel<<<grid2, threads, 0, stream>>>(
| ^
/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/ATen/core/TensorBody.h:256:1: note: declared here
256 | GenericPackedTensorAccessor<T,N,PtrTraits,index_t> packed_accessor() const & {
| ^ ~~~~~~~~~~~~~
g++ -pthread -B /root/miniconda3/envs/env_SHOW/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /root/miniconda3/envs/env_SHOW/include -I/root/miniconda3/envs/env_SHOW/include -fPIC -O2 -isystem /root/miniconda3/envs/env_SHOW/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc -I/autodl-fs/data/Project_SHOW/cub-1.13.0 -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/TH -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/THC -I/usr/local/cuda/include -I/root/miniconda3/envs/env_SHOW/include/python3.9 -c /autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/marching_cubes/marching_cubes_cpu.cpp -o build/temp.linux-x86_64-cpython-39/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/marching_cubes/marching_cubes_cpu.o -std=c++17 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE="gcc" -DPYBIND11_STDLIB="libstdcpp" -DPYBIND11_BUILD_ABI="cxxabi1011" -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0
g++ -pthread -B /root/miniconda3/envs/env_SHOW/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /root/miniconda3/envs/env_SHOW/include -I/root/miniconda3/envs/env_SHOW/include -fPIC -O2 -isystem /root/miniconda3/envs/env_SHOW/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc -I/autodl-fs/data/Project_SHOW/cub-1.13.0 -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/TH -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/THC -I/usr/local/cuda/include -I/root/miniconda3/envs/env_SHOW/include/python3.9 -c /autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/mesh_normal_consistency/mesh_normal_consistency_cpu.cpp -o build/temp.linux-x86_64-cpython-39/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/mesh_normal_consistency/mesh_normal_consistency_cpu.o -std=c++17 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE="gcc" -DPYBIND11_STDLIB="libstdcpp" -DPYBIND11_BUILD_ABI="cxxabi1011" -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0
/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/mesh_normal_consistency/mesh_normal_consistency_cpu.cpp: In function ‘at::Tensor MeshNormalConsistencyFindVerticesCpu(const at::Tensor&)’:
/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/mesh_normal_consistency/mesh_normal_consistency_cpu.cpp:46:35: warning: comparison of integer expressions of different signedness: ‘int64_t’ {aka ‘long int’} and ‘std::vector<std::pair<long int, long int> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
46 | for (int64_t i_pair = 0; i_pair < pairs.size(); ++i_pair) {
| ~~~~~~~^~~~~~~~~~~~~~
/usr/local/cuda/bin/nvcc -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc -I/autodl-fs/data/Project_SHOW/cub-1.13.0 -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/TH -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/THC -I/usr/local/cuda/include -I/root/miniconda3/envs/env_SHOW/include/python3.9 -c /autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/packed_to_padded_tensor/packed_to_padded_tensor.cu -o build/temp.linux-x86_64-cpython-39/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/packed_to_padded_tensor/packed_to_padded_tensor.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' -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS
-D__CUDA_NO_HALF_CONVERSIONS
-D__CUDA_NO_HALF2_OPERATORS__ -std=c++17 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE="gcc" -DPYBIND11_STDLIB="libstdcpp" -DPYBIND11_BUILD_ABI="cxxabi1011" -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
g++ -pthread -B /root/miniconda3/envs/env_SHOW/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /root/miniconda3/envs/env_SHOW/include -I/root/miniconda3/envs/env_SHOW/include -fPIC -O2 -isystem /root/miniconda3/envs/env_SHOW/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc -I/autodl-fs/data/Project_SHOW/cub-1.13.0 -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/TH -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/THC -I/usr/local/cuda/include -I/root/miniconda3/envs/env_SHOW/include/python3.9 -c /autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/packed_to_padded_tensor/packed_to_padded_tensor_cpu.cpp -o build/temp.linux-x86_64-cpython-39/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/packed_to_padded_tensor/packed_to_padded_tensor_cpu.o -std=c++17 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE="gcc" -DPYBIND11_STDLIB="libstdcpp" -DPYBIND11_BUILD_ABI="cxxabi1011" -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0
g++ -pthread -B /root/miniconda3/envs/env_SHOW/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /root/miniconda3/envs/env_SHOW/include -I/root/miniconda3/envs/env_SHOW/include -fPIC -O2 -isystem /root/miniconda3/envs/env_SHOW/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc -I/autodl-fs/data/Project_SHOW/cub-1.13.0 -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/TH -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/THC -I/usr/local/cuda/include -I/root/miniconda3/envs/env_SHOW/include/python3.9 -c /autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/point_mesh/point_mesh_cpu.cpp -o build/temp.linux-x86_64-cpython-39/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/point_mesh/point_mesh_cpu.o -std=c++17 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE="gcc" -DPYBIND11_STDLIB="libstdcpp" -DPYBIND11_BUILD_ABI="cxxabi1011" -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0
/usr/local/cuda/bin/nvcc -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc -I/autodl-fs/data/Project_SHOW/cub-1.13.0 -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/TH -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/THC -I/usr/local/cuda/include -I/root/miniconda3/envs/env_SHOW/include/python3.9 -c /autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/point_mesh/point_mesh_cuda.cu -o build/temp.linux-x86_64-cpython-39/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/point_mesh/point_mesh_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' -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS
-D__CUDA_NO_HALF_CONVERSIONS
-D__CUDA_NO_HALF2_OPERATORS__ -std=c++17 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE="gcc" -DPYBIND11_STDLIB="libstdcpp" -DPYBIND11_BUILD_ABI="cxxabi1011" -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
/usr/local/cuda/bin/nvcc -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc -I/autodl-fs/data/Project_SHOW/cub-1.13.0 -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/TH -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/THC -I/usr/local/cuda/include -I/root/miniconda3/envs/env_SHOW/include/python3.9 -c /autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/points_to_volumes/points_to_volumes.cu -o build/temp.linux-x86_64-cpython-39/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/points_to_volumes/points_to_volumes.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' -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -std=c++17 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE="gcc" -DPYBIND11_STDLIB="libstdcpp" -DPYBIND11_BUILD_ABI="cxxabi1011" -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
g++ -pthread -B /root/miniconda3/envs/env_SHOW/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /root/miniconda3/envs/env_SHOW/include -I/root/miniconda3/envs/env_SHOW/include -fPIC -O2 -isystem /root/miniconda3/envs/env_SHOW/include -fPIC -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc -I/autodl-fs/data/Project_SHOW/cub-1.13.0 -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/TH -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/THC -I/usr/local/cuda/include -I/root/miniconda3/envs/env_SHOW/include/python3.9 -c /autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/points_to_volumes/points_to_volumes_cpu.cpp -o build/temp.linux-x86_64-cpython-39/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/points_to_volumes/points_to_volumes_cpu.o -std=c++17 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE="gcc" -DPYBIND11_STDLIB="libstdcpp" -DPYBIND11_BUILD_ABI="cxxabi1011" -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0
/usr/local/cuda/bin/nvcc -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -I/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc -I/autodl-fs/data/Project_SHOW/cub-1.13.0 -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/TH -I/root/miniconda3/envs/env_SHOW/lib/python3.9/site-packages/torch/include/THC -I/usr/local/cuda/include -I/root/miniconda3/envs/env_SHOW/include/python3.9 -c /autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/pulsar/gpu/renderer.backward.gpu.cu -o build/temp.linux-x86_64-cpython-39/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/pulsar/gpu/renderer.backward.gpu.o -D__CUDA_NO_HALF_OPERATORS
-D__CUDA_NO_HALF_CONVERSIONS
-D__CUDA_NO_BFLOAT16_CONVERSIONS
-D__CUDA_NO_HALF2_OPERATORS
--expt-relaxed-constexpr --compiler-options '-fPIC' -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -std=c++17 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE="_gcc" -DPYBIND11_STDLIB="_libstdcpp" -DPYBIND11_BUILD_ABI="_cxxabi1011" -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86
/usr/local/cuda/include/cub/detail/device_synchronize.cuh(25): error: this declaration has no storage class or type specifier

/usr/local/cuda/include/cub/detail/device_synchronize.cuh(27): error: expected a ";"

/usr/local/cuda/include/cub/detail/device_synchronize.cuh(34): error: this pragma must immediately precede a declaration

/usr/local/cuda/include/cub/detail/device_synchronize.cuh(65): warning #12-D: parsing restarts here after previous syntax error

/usr/local/cuda/include/cub/detail/device_synchronize.cuh(66): error: expected a declaration

/usr/local/cuda/include/thrust/system/cuda/detail/util.h(60): warning #12-D: parsing restarts here after previous syntax error

/usr/local/cuda/include/thrust/system/cuda/detail/util.h(61): error: expected a declaration

/usr/local/cuda/include/thrust/system/cuda/detail/util.h(147): warning #12-D: parsing restarts here after previous syntax error

/usr/local/cuda/include/thrust/system/cuda/detail/util.h(149): error: this declaration has no storage class or type specifier

/usr/local/cuda/include/thrust/system/cuda/detail/util.h(149): error: expected a ";"

/usr/local/cuda/include/thrust/system/cuda/detail/util.h(151): error: expected a declaration

/usr/local/cuda/include/thrust/system/cuda/detail/util.h(180): warning #12-D: parsing restarts here after previous syntax error

/usr/local/cuda/include/thrust/system/cuda/detail/util.h(182): error: this declaration has no storage class or type specifier

/usr/local/cuda/include/thrust/system/cuda/detail/util.h(182): error: variable "cuda_cub" has already been defined

/usr/local/cuda/include/thrust/system/cuda/detail/util.h(182): error: expected a ";"

/usr/local/cuda/include/thrust/system/cuda/detail/util.h(184): error: expected a declaration

/usr/local/cuda/include/thrust/system/cuda/detail/util.h(363): warning #12-D: parsing restarts here after previous syntax error

/usr/local/cuda/include/thrust/system/cuda/detail/util.h(372): error: iterator_traits is not a template

/usr/local/cuda/include/thrust/system/cuda/detail/util.h(596): error: expected a declaration

/usr/local/cuda/include/thrust/system/cuda/detail/core/alignment.h(58): warning #12-D: parsing restarts here after previous syntax error

/usr/local/cuda/include/thrust/system/cuda/detail/core/alignment.h(61): error: expected a declaration

/usr/local/cuda/include/thrust/system/cuda/detail/core/alignment.h(68): warning #12-D: parsing restarts here after previous syntax error

/usr/local/cuda/include/thrust/system/cuda/detail/core/alignment.h(248): error: expected a declaration

/usr/local/cuda/include/thrust/system/cuda/detail/core/triple_chevron_launch.h(669): warning #12-D: parsing restarts here after previous syntax error

/usr/local/cuda/include/thrust/system/cuda/detail/core/triple_chevron_launch.h(670): error: expected a declaration

/usr/local/cuda/include/thrust/system/cuda/detail/core/triple_chevron_launch.h(696): warning #12-D: parsing restarts here after previous syntax error

/usr/local/cuda/include/thrust/system/cuda/detail/core/triple_chevron_launch.h(697): error: expected a declaration

/usr/local/cuda/include/thrust/system/cuda/detail/core/triple_chevron_launch.h(722): warning #12-D: parsing restarts here after previous syntax error

/usr/local/cuda/include/thrust/system/cuda/detail/core/triple_chevron_launch.h(724): error: expected a declaration

/usr/local/cuda/include/thrust/system/cuda/detail/core/triple_chevron_launch.h(725): error: expected a declaration

/usr/local/cuda/include/thrust/system/cuda/detail/core/triple_chevron_launch.h(750): warning #12-D: parsing restarts here after previous syntax error

/usr/local/cuda/include/thrust/system/cuda/detail/core/triple_chevron_launch.h(751): error: expected a declaration

/usr/local/cuda/include/thrust/system/cuda/detail/core/triple_chevron_launch.h(753): error: expected a declaration

/usr/local/cuda/include/thrust/system/cuda/detail/core/triple_chevron_launch.h(754): error: expected a declaration

/usr/local/cuda/include/thrust/system/cuda/detail/core/triple_chevron_launch.h(779): warning #12-D: parsing restarts here after previous syntax error

/usr/local/cuda/include/thrust/system/cuda/detail/core/triple_chevron_launch.h(780): error: expected a declaration

/usr/local/cuda/include/thrust/system/cuda/detail/core/triple_chevron_launch.h(781): error: expected a declaration

/usr/local/cuda/include/thrust/system/cuda/detail/core/triple_chevron_launch.h(783): error: expected a declaration

/usr/local/cuda/include/thrust/system/cuda/detail/core/triple_chevron_launch.h(784): error: expected a declaration

/usr/local/cuda/include/thrust/system/cuda/detail/core/triple_chevron_launch.h(809): warning #12-D: parsing restarts here after previous syntax error

/usr/local/cuda/include/thrust/system/cuda/detail/core/triple_chevron_launch.h(810): error: expected a declaration

/usr/local/cuda/include/thrust/system/cuda/detail/core/triple_chevron_launch.h(811): error: expected a declaration

/usr/local/cuda/include/thrust/system/cuda/detail/core/triple_chevron_launch.h(812): error: expected a declaration

/usr/local/cuda/include/thrust/system/cuda/detail/core/triple_chevron_launch.h(814): error: expected a declaration

/usr/local/cuda/include/thrust/system/cuda/detail/core/triple_chevron_launch.h(815): error: expected a declaration

/usr/local/cuda/include/thrust/system/cuda/detail/core/triple_chevron_launch.h(970): warning #12-D: parsing restarts here after previous syntax error

/usr/local/cuda/include/thrust/system/cuda/detail/core/triple_chevron_launch.h(972): error: expected a declaration

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(141): warning #12-D: parsing restarts here after previous syntax error

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(144): error: this declaration has no storage class or type specifier

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(144): error: expected a ";"

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(147): error: this declaration has no storage class or type specifier

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(147): error: variable "agent" has already been defined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(147): error: expected a ";"

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(152): warning #12-D: parsing restarts here after previous syntax error

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(155): error: this declaration has no storage class or type specifier

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(155): error: variable "agent" has already been defined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(155): error: expected a ";"

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(157): error: expected a declaration

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(222): warning #12-D: parsing restarts here after previous syntax error

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(224): error: identifier "WrappedLevelIteratorT" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(224): error: identifier "d_levels" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(226): error: identifier "num_output_levels" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(227): error: expected a declaration

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(234): warning #12-D: parsing restarts here after previous syntax error

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(241): error: identifier "LevelT" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(242): error: identifier "LevelT" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(243): error: identifier "LevelT" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(286): error: identifier "CacheLoadModifier" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(296): error: identifier "CacheLoadModifier" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(306): error: identifier "CacheLoadModifier" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(321): error: identifier "CacheLoadModifier" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(340): error: identifier "SampleT" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(341): error: identifier "NUM_ACTIVE_CHANNELS" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(349): error: AgentHistogramPolicy is not a template

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(352): error: identifier "BLOCK_LOAD_DIRECT" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(353): error: identifier "LOAD_LDG" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(355): error: identifier "BLEND" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(364): error: AgentHistogramPolicy is not a template

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(367): error: identifier "BLOCK_LOAD_DIRECT" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(368): error: identifier "LOAD_LDG" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(370): error: identifier "SMEM" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(390): error: class "Policy500" has no member class "HistogramSweepPolicy"

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(468): error: identifier "SampleIteratorT" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(469): error: identifier "CounterT" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(469): error: identifier "NUM_ACTIVE_CHANNELS" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(475): error: identifier "OffsetT" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(476): error: identifier "OffsetT" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(477): error: identifier "OffsetT" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(650): error: identifier "SampleIteratorT" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(651): error: identifier "CounterT" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(651): error: identifier "NUM_ACTIVE_CHANNELS" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(653): error: identifier "LevelT" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(654): error: identifier "OffsetT" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(655): error: identifier "OffsetT" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(656): error: identifier "OffsetT" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(659): error: Int2Type is not a template

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(666): error: identifier "PtxVersion" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(674): error: SearchTransform is not a template

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(674): error: identifier "LevelT" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(674): error: expected an expression

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(692): error: identifier "MAX_PRIVATIZED_SMEM_BINS" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(697): error: identifier "DeviceHistogramInitKernel" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(697): error: identifier "CounterT" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(697): error: identifier "OffsetT" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(697): error: expected an expression

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(697): error: identifier "DeviceHistogramSweepKernel" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(697): error: type name is not allowed

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(697): error: identifier "NUM_CHANNELS" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(697): error: identifier "SampleIteratorT" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(697): error: type name is not allowed

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(697): error: type name is not allowed

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(697): error: expected an expression

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(697): error: no instance of function template "PrivatizedDispatch" matches the argument list
argument types are: (void *, size_t, , , , , , , int, , , , , , , , const int, , , , , , , , KernelConfig, cudaStream_t, __nv_bool)

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(721): error: identifier "DeviceHistogramInitKernel" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(721): error: identifier "CounterT" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(721): error: identifier "OffsetT" is undefined

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(721): error: expected an expression

/autodl-fs/data/Project_SHOW/cub-1.13.0/cub/device/dispatch/dispatch_histogram.cuh(721): error: identifier "DeviceHistogramSweepKernel" is undefined

Error limit reached.
100 errors detected in the compilation of "/autodl-fs/data/Project_SHOW/pytorch3d/pytorch3d/csrc/pulsar/gpu/renderer.backward.gpu.cu".
Compilation terminated.
error: command '/usr/local/cuda/bin/nvcc' failed with exit code 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants