From c82ced167ccea2a7f148c7dafa145bb909d591a1 Mon Sep 17 00:00:00 2001 From: evenrose <36950506+evenrose@users.noreply.github.com> Date: Wed, 28 Feb 2024 22:14:19 +0800 Subject: [PATCH 1/3] Add files via upload --- pointnet2_ops_lib/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pointnet2_ops_lib/setup.py b/pointnet2_ops_lib/setup.py index faf7154..e6bbbd9 100644 --- a/pointnet2_ops_lib/setup.py +++ b/pointnet2_ops_lib/setup.py @@ -16,7 +16,7 @@ exec(open(osp.join("pointnet2_ops", "_version.py")).read()) -os.environ["TORCH_CUDA_ARCH_LIST"] = "3.7+PTX;5.0;6.0;6.1;6.2;7.0;7.5" +os.environ["TORCH_CUDA_ARCH_LIST"] = "5.0;6.0;6.1;6.2;7.0;7.5;8.0;8.6;8.7;8.9;9.0" setup( name="pointnet2_ops", version=__version__, From 9e21f64e421adb4de53d963b93f627b4710a865b Mon Sep 17 00:00:00 2001 From: evenrose <36950506+evenrose@users.noreply.github.com> Date: Wed, 28 Feb 2024 15:21:49 +0100 Subject: [PATCH 2/3] Update README.rst --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d53f6bf..552dc8b 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,7 @@ Pointnet2/Pointnet++ PyTorch ============================ - +*** Compilation problem solved with pytorch2.2.1 with CUDA12.1 on Ubuntu22.04 +*** If still have issue about ninja, install build-essential and ninja-build or refer https://blog.csdn.net/fq9200/article/details/125362088 **Project Status**: Unmaintained. Due to finite time, I have no plans to update this code and I will not be responding to issues. From 4ee5722029153772dc1f9fa03cbef36f95dc72a7 Mon Sep 17 00:00:00 2001 From: evenrose <36950506+evenrose@users.noreply.github.com> Date: Wed, 28 Feb 2024 15:31:33 +0100 Subject: [PATCH 3/3] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 552dc8b..c654eb7 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Pointnet2/Pointnet++ PyTorch ============================ *** Compilation problem solved with pytorch2.2.1 with CUDA12.1 on Ubuntu22.04 -*** If still have issue about ninja, install build-essential and ninja-build or refer https://blog.csdn.net/fq9200/article/details/125362088 +*** If still have issue about ninja, install build-essential and ninja-build or change “cmdclass={'build_ext': BuildExtension.with_options(use_ninja=False)}” in pointnet2_ops_lib/setup.py **Project Status**: Unmaintained. Due to finite time, I have no plans to update this code and I will not be responding to issues.