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

some problem in prepare.sh #64

Open
3114917790 opened this issue Aug 27, 2024 · 0 comments
Open

some problem in prepare.sh #64

3114917790 opened this issue Aug 27, 2024 · 0 comments

Comments

@3114917790
Copy link

there are some problem when i use python setup.py install
[7/9] /usr/local/cuda/bin/nvcc -I_ext_src/include -I/home/d1//environment/envs/sam6d/lib/python3.9/site-packages/torch/include -I/home/d1//environment/envs/sam6d/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/home/d1//environment/envs/sam6d/lib/python3.9/site-packages/torch/include/TH -I/home/d1//environment/envs/sam6d/lib/python3.9/site-packages/torch/include/THC -I/usr/local/cuda/include -I/home/d1//environment/envs/sam6d/include/python3.9 -c -c /home/d1//SAM-6D/SAM-6D/Pose_Estimation_Model/model/pointnet2/ext_src/src/ball_query_gpu.cu -o /home/d1//SAM-6D/SAM-6D/Pose_Estimation_Model/model/pointnet2/build/temp.linux-x86_64-cpython-39/ext_src/src/ball_query_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'"'"'' -O3 -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="gcc"' '-DPYBIND11_STDLIB="libstdcpp"' '-DPYBIND11_BUILD_ABI="cxxabi1011"' -DTORCH_EXTENSION_NAME=ext -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86 -std=c++17
FAILED: /home/d1/zwb/SAM-6D/SAM-6D/Pose_Estimation_Model/model/pointnet2/build/temp.linux-x86_64-cpython-39/ext_src/src/ball_query_gpu.o
/usr/local/cuda/bin/nvcc -I_ext_src/include -I/home/d1//environment/envs/sam6d/lib/python3.9/site-packages/torch/include -I/home/d1//environment/envs/sam6d/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/home/d1//environment/envs/sam6d/lib/python3.9/site-packages/torch/include/TH -I/home/d1//environment/envs/sam6d/lib/python3.9/site-packages/torch/include/THC -I/usr/local/cuda/include -I/home/d1//environment/envs/sam6d/include/python3.9 -c -c /home/d1/zwb/SAM-6D/SAM-6D/Pose_Estimation_Model/model/pointnet2/ext_src/src/ball_query_gpu.cu -o /home/d1/zwb/SAM-6D/SAM-6D/Pose_Estimation_Model/model/pointnet2/build/temp.linux-x86_64-cpython-39/ext_src/src/ball_query_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'"'"'' -O3 -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86 -std=c++17
/home/d1//SAM-6D/SAM-6D/Pose_Estimation_Model/model/pointnet2/_ext_src/src/ball_query_gpu.cu:10:10: fatal error: cuda_utils.h: No such file or directory
#include "cuda_utils.h"
^~~~~~~~~~~~~~
compilation terminated.

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

1 participant