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

Error during setup (windows) #665

Closed
yyyqwq opened this issue Dec 10, 2022 · 8 comments
Closed

Error during setup (windows) #665

yyyqwq opened this issue Dec 10, 2022 · 8 comments

Comments

@yyyqwq
Copy link

yyyqwq commented Dec 10, 2022

cuda 11.3
Python 3.7.12
torch==1.12.1 torchvision==0.13.1 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu113
GPU GTX1060
NVIDIA-SMI 526.98 Driver Version: 526.98 CUDA Version: 12.0
windows 10
but I still have errors and worked for two days

Could you help me?

@yyyqwq
Copy link
Author

yyyqwq commented Dec 10, 2022

(kaolin) PS E:\Code\kaolin> python setup.py develop
Warning: passing language='c++' to cythonize() is deprecated. Instead, put "# distutils: language=c++" in your .pyx or .pxd file(s)
running develop
E:\Anaconda3\envs\kaolin\lib\site-packages\setuptools\command\easy_install.py:147: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
EasyInstallDeprecationWarning,
E:\Anaconda3\envs\kaolin\lib\site-packages\setuptools\command\install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
setuptools.SetuptoolsDeprecationWarning,
running egg_info
writing kaolin.egg-info\PKG-INFO
writing dependency_links to kaolin.egg-info\dependency_links.txt
writing requirements to kaolin.egg-info\requires.txt
writing top-level names to kaolin.egg-info\top_level.txt
reading manifest file 'kaolin.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'kaolin.egg-info\SOURCES.txt'
running build_ext
building 'kaolin.C' extension
Emitting ninja build file E:\Code\kaolin\build\temp.win-amd64-cpython-37\Release\build.ninja...
Compiling objects...
Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N)
[1/28] C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\bin\nvcc --generate-dependencies-with-compile --dependency-output E:\Code\kaolin\build\temp.win-amd64-cpython-37\Release\kaolin/csrc\metrics\sided_distance_cuda.obj.d --use-local-env -Xcompiler /MD -Xcompiler /wd4819 -Xcompiler /wd4251 -Xcompiler /wd4244 -Xcompiler /wd4267 -Xcompiler /wd4275 -Xcompiler /wd4018 -Xcompiler /wd4190 -Xcompiler /EHsc -Xcudafe --diag_suppress=base_class_has_different_dll_interface -Xcudafe --diag_suppress=field_without_dll_interface -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\torch\csrc\api\include -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\TH -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\include" -IE:\Anaconda3\envs\kaolin\include -IE:\Anaconda3\envs\kaolin\Include "-IE:\VS conmunity\VSIDE\VC\Tools\MSVC\14.26.28801\ATLMFC\include" "-IE:\VS conmunity\VSIDE\VC\Tools\MSVC\14.26.28801\include" "-IE:\Windows Kits\10\include\10.0.18362.0\ucrt" "-IE:\Windows Kits\10\include\10.0.18362.0\shared" "-IE:\Windows Kits\10\include\10.0.18362.0\um" "-IE:\Windows Kits\10\include\10.0.18362.0\winrt" "-IE:\Windows Kits\10\include\10.0.18362.0\cppwinrt" -c E:\Code\kaolin\kaolin\csrc\metrics\sided_distance_cuda.cu -o E:\Code\kaolin\build\temp.win-amd64-cpython-37\Release\kaolin/csrc\metrics\sided_distance_cuda.obj -D__CUDA_NO_HALF_OPERATORS
_ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=compute_61 -gencode=arch=compute_61,code=sm_61
FAILED: E:/Code/kaolin/build/temp.win-amd64-cpython-37/Release/kaolin/csrc/metrics/sided_distance_cuda.obj
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\bin\nvcc --generate-dependencies-with-compile --dependency-output E:\Code\kaolin\build\temp.win-amd64-cpython-37\Release\kaolin/csrc\metrics\sided_distance_cuda.obj.d --use-local-env -Xcompiler /MD -Xcompiler /wd4819 -Xcompiler /wd4251 -Xcompiler /wd4244 -Xcompiler /wd4267 -Xcompiler /wd4275 -Xcompiler /wd4018 -Xcompiler /wd4190 -Xcompiler /EHsc -Xcudafe --diag_suppress=base_class_has_different_dll_interface -Xcudafe --diag_suppress=field_without_dll_interface -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\torch\csrc\api\include -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\TH -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\include" -IE:\Anaconda3\envs\kaolin\include -IE:\Anaconda3\envs\kaolin\Include "-IE:\VS conmunity\VSIDE\VC\Tools\MSVC\14.26.28801\ATLMFC\include" "-IE:\VS conmunity\VSIDE\VC\Tools\MSVC\14.26.28801\include" "-IE:\Windows Kits\10\include\10.0.18362.0\ucrt" "-IE:\Windows Kits\10\include\10.0.18362.0\shared" "-IE:\Windows Kits\10\include\10.0.18362.0\um" "-IE:\Windows Kits\10\include\10.0.18362.0\winrt" "-IE:\Windows Kits\10\include\10.0.18362.0\cppwinrt" -c E:\Code\kaolin\kaolin\csrc\metrics\sided_distance_cuda.cu -o E:\Code\kaolin\build\temp.win-amd64-cpython-37\Release\kaolin/csrc\metrics\sided_distance_cuda.obj -D__CUDA_NO_HALF_OPERATORS
_ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=compute_61 -gencode=arch=compute_61,code=sm_61
[2/28] C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\bin\nvcc --generate-dependencies-with-compile --dependency-output E:\Code\kaolin\build\temp.win-amd64-cpython-37\Release\kaolin/csrc\ops\conversions\mesh_to_spc\mesh_to_spc_cuda.obj.d --use-local-env -Xcompiler /MD -Xcompiler /wd4819 -Xcompiler /wd4251 -Xcompiler /wd4244 -Xcompiler /wd4267 -Xcompiler /wd4275 -Xcompiler /wd4018 -Xcompiler /wd4190 -Xcompiler /EHsc -Xcudafe --diag_suppress=base_class_has_different_dll_interface -Xcudafe --diag_suppress=field_without_dll_interface -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\torch\csrc\api\include -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\TH -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\include" -IE:\Anaconda3\envs\kaolin\include -IE:\Anaconda3\envs\kaolin\Include "-IE:\VS conmunity\VSIDE\VC\Tools\MSVC\14.26.28801\ATLMFC\include" "-IE:\VS conmunity\VSIDE\VC\Tools\MSVC\14.26.28801\include" "-IE:\Windows Kits\10\include\10.0.18362.0\ucrt" "-IE:\Windows Kits\10\include\10.0.18362.0\shared" "-IE:\Windows Kits\10\include\10.0.18362.0\um" "-IE:\Windows Kits\10\include\10.0.18362.0\winrt" "-IE:\Windows Kits\10\include\10.0.18362.0\cppwinrt" -c E:\Code\kaolin\kaolin\csrc\ops\conversions\mesh_to_spc\mesh_to_spc_cuda.cu -o E:\Code\kaolin\build\temp.win-amd64-cpython-37\Release\kaolin/csrc\ops\conversions\mesh_to_spc\mesh_to_spc_cuda.obj -D__CUDA_NO_HALF_OPERATORS
_ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=compute_61 -gencode=arch=compute_61,code=sm_61
FAILED: E:/Code/kaolin/build/temp.win-amd64-cpython-37/Release/kaolin/csrc/ops/conversions/mesh_to_spc/mesh_to_spc_cuda.obj
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\bin\nvcc --generate-dependencies-with-compile --dependency-output E:\Code\kaolin\build\temp.win-amd64-cpython-37\Release\kaolin/csrc\ops\conversions\mesh_to_spc\mesh_to_spc_cuda.obj.d --use-local-env -Xcompiler /MD -Xcompiler /wd4819 -Xcompiler /wd4251 -Xcompiler /wd4244 -Xcompiler /wd4267 -Xcompiler /wd4275 -Xcompiler /wd4018 -Xcompiler /wd4190 -Xcompiler /EHsc -Xcudafe --diag_suppress=base_class_has_different_dll_interface -Xcudafe --diag_suppress=field_without_dll_interface -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\torch\csrc\api\include -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\TH -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\include" -IE:\Anaconda3\envs\kaolin\include -IE:\Anaconda3\envs\kaolin\Include "-IE:\VS conmunity\VSIDE\VC\Tools\MSVC\14.26.28801\ATLMFC\include" "-IE:\VS conmunity\VSIDE\VC\Tools\MSVC\14.26.28801\include" "-IE:\Windows Kits\10\include\10.0.18362.0\ucrt" "-IE:\Windows Kits\10\include\10.0.18362.0\shared" "-IE:\Windows Kits\10\include\10.0.18362.0\um" "-IE:\Windows Kits\10\include\10.0.18362.0\winrt" "-IE:\Windows Kits\10\include\10.0.18362.0\cppwinrt" -c E:\Code\kaolin\kaolin\csrc\ops\conversions\mesh_to_spc\mesh_to_spc_cuda.cu -o E:\Code\kaolin\build\temp.win-amd64-cpython-37\Release\kaolin/csrc\ops\conversions\mesh_to_spc\mesh_to_spc_cuda.obj -D__CUDA_NO_HALF_OPERATORS
_ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=compute_61 -gencode=arch=compute_61,code=sm_61
[3/28] C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\bin\nvcc --generate-dependencies-with-compile --dependency-output E:\Code\kaolin\build\temp.win-amd64-cpython-37\Release\kaolin/csrc\ops\conversions\unbatched_mcube\unbatched_mcube_cuda.obj.d --use-local-env -Xcompiler /MD -Xcompiler /wd4819 -Xcompiler /wd4251 -Xcompiler /wd4244 -Xcompiler /wd4267 -Xcompiler /wd4275 -Xcompiler /wd4018 -Xcompiler /wd4190 -Xcompiler /EHsc -Xcudafe --diag_suppress=base_class_has_different_dll_interface -Xcudafe --diag_suppress=field_without_dll_interface -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\torch\csrc\api\include -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\TH -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\include" -IE:\Anaconda3\envs\kaolin\include -IE:\Anaconda3\envs\kaolin\Include "-IE:\VS conmunity\VSIDE\VC\Tools\MSVC\14.26.28801\ATLMFC\include" "-IE:\VS conmunity\VSIDE\VC\Tools\MSVC\14.26.28801\include" "-IE:\Windows Kits\10\include\10.0.18362.0\ucrt" "-IE:\Windows Kits\10\include\10.0.18362.0\shared" "-IE:\Windows Kits\10\include\10.0.18362.0\um" "-IE:\Windows Kits\10\include\10.0.18362.0\winrt" "-IE:\Windows Kits\10\include\10.0.18362.0\cppwinrt" -c E:\Code\kaolin\kaolin\csrc\ops\conversions\unbatched_mcube\unbatched_mcube_cuda.cu -o E:\Code\kaolin\build\temp.win-amd64-cpython-37\Release\kaolin/csrc\ops\conversions\unbatched_mcube\unbatched_mcube_cuda.obj -D__CUDA_NO_HALF_OPERATORS
_ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=compute_61 -gencode=arch=compute_61,code=sm_61
FAILED: E:/Code/kaolin/build/temp.win-amd64-cpython-37/Release/kaolin/csrc/ops/conversions/unbatched_mcube/unbatched_mcube_cuda.obj
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\bin\nvcc --generate-dependencies-with-compile --dependency-output E:\Code\kaolin\build\temp.win-amd64-cpython-37\Release\kaolin/csrc\ops\conversions\unbatched_mcube\unbatched_mcube_cuda.obj.d --use-local-env -Xcompiler /MD -Xcompiler /wd4819 -Xcompiler /wd4251 -Xcompiler /wd4244 -Xcompiler /wd4267 -Xcompiler /wd4275 -Xcompiler /wd4018 -Xcompiler /wd4190 -Xcompiler /EHsc -Xcudafe --diag_suppress=base_class_has_different_dll_interface -Xcudafe --diag_suppress=field_without_dll_interface -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\torch\csrc\api\include -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\TH -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\include" -IE:\Anaconda3\envs\kaolin\include -IE:\Anaconda3\envs\kaolin\Include "-IE:\VS conmunity\VSIDE\VC\Tools\MSVC\14.26.28801\ATLMFC\include" "-IE:\VS conmunity\VSIDE\VC\Tools\MSVC\14.26.28801\include" "-IE:\Windows Kits\10\include\10.0.18362.0\ucrt" "-IE:\Windows Kits\10\include\10.0.18362.0\shared" "-IE:\Windows Kits\10\include\10.0.18362.0\um" "-IE:\Windows Kits\10\include\10.0.18362.0\winrt" "-IE:\Windows Kits\10\include\10.0.18362.0\cppwinrt" -c E:\Code\kaolin\kaolin\csrc\ops\conversions\unbatched_mcube\unbatched_mcube_cuda.cu -o E:\Code\kaolin\build\temp.win-amd64-cpython-37\Release\kaolin/csrc\ops\conversions\unbatched_mcube\unbatched_mcube_cuda.obj -D__CUDA_NO_HALF_OPERATORS
_ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=compute_61 -gencode=arch=compute_61,code=sm_61
[4/28] C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\bin\nvcc --generate-dependencies-with-compile --dependency-output E:\Code\kaolin\build\temp.win-amd64-cpython-37\Release\kaolin/csrc\ops\mesh\mesh_intersection_cuda.obj.d --use-local-env -Xcompiler /MD -Xcompiler /wd4819 -Xcompiler /wd4251 -Xcompiler /wd4244 -Xcompiler /wd4267 -Xcompiler /wd4275 -Xcompiler /wd4018 -Xcompiler /wd4190 -Xcompiler /EHsc -Xcudafe --diag_suppress=base_class_has_different_dll_interface -Xcudafe --diag_suppress=field_without_dll_interface -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\torch\csrc\api\include -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\TH -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\include" -IE:\Anaconda3\envs\kaolin\include -IE:\Anaconda3\envs\kaolin\Include "-IE:\VS conmunity\VSIDE\VC\Tools\MSVC\14.26.28801\ATLMFC\include" "-IE:\VS conmunity\VSIDE\VC\Tools\MSVC\14.26.28801\include" "-IE:\Windows Kits\10\include\10.0.18362.0\ucrt" "-IE:\Windows Kits\10\include\10.0.18362.0\shared" "-IE:\Windows Kits\10\include\10.0.18362.0\um" "-IE:\Windows Kits\10\include\10.0.18362.0\winrt" "-IE:\Windows Kits\10\include\10.0.18362.0\cppwinrt" -c E:\Code\kaolin\kaolin\csrc\ops\mesh\mesh_intersection_cuda.cu -o E:\Code\kaolin\build\temp.win-amd64-cpython-37\Release\kaolin/csrc\ops\mesh\mesh_intersection_cuda.obj -D__CUDA_NO_HALF_OPERATORS
_ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=compute_61 -gencode=arch=compute_61,code=sm_61
FAILED: E:/Code/kaolin/build/temp.win-amd64-cpython-37/Release/kaolin/csrc/ops/mesh/mesh_intersection_cuda.obj
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\bin\nvcc --generate-dependencies-with-compile --dependency-output E:\Code\kaolin\build\temp.win-amd64-cpython-37\Release\kaolin/csrc\ops\mesh\mesh_intersection_cuda.obj.d --use-local-env -Xcompiler /MD -Xcompiler /wd4819 -Xcompiler /wd4251 -Xcompiler /wd4244 -Xcompiler /wd4267 -Xcompiler /wd4275 -Xcompiler /wd4018 -Xcompiler /wd4190 -Xcompiler /EHsc -Xcudafe --diag_suppress=base_class_has_different_dll_interface -Xcudafe --diag_suppress=field_without_dll_interface -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\torch\csrc\api\include -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\TH -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\include" -IE:\Anaconda3\envs\kaolin\include -IE:\Anaconda3\envs\kaolin\Include "-IE:\VS conmunity\VSIDE\VC\Tools\MSVC\14.26.28801\ATLMFC\include" "-IE:\VS conmunity\VSIDE\VC\Tools\MSVC\14.26.28801\include" "-IE:\Windows Kits\10\include\10.0.18362.0\ucrt" "-IE:\Windows Kits\10\include\10.0.18362.0\shared" "-IE:\Windows Kits\10\include\10.0.18362.0\um" "-IE:\Windows Kits\10\include\10.0.18362.0\winrt" "-IE:\Windows Kits\10\include\10.0.18362.0\cppwinrt" -c E:\Code\kaolin\kaolin\csrc\ops\mesh\mesh_intersection_cuda.cu -o E:\Code\kaolin\build\temp.win-amd64-cpython-37\Release\kaolin/csrc\ops\mesh\mesh_intersection_cuda.obj -D__CUDA_NO_HALF_OPERATORS
_ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=compute_61 -gencode=arch=compute_61,code=sm_61
[5/28] C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\bin\nvcc --generate-dependencies-with-compile --dependency-output E:\Code\kaolin\build\temp.win-amd64-cpython-37\Release\kaolin/csrc\ops\spc\feature_grids_cuda.obj.d --use-local-env -Xcompiler /MD -Xcompiler /wd4819 -Xcompiler /wd4251 -Xcompiler /wd4244 -Xcompiler /wd4267 -Xcompiler /wd4275 -Xcompiler /wd4018 -Xcompiler /wd4190 -Xcompiler /EHsc -Xcudafe --diag_suppress=base_class_has_different_dll_interface -Xcudafe --diag_suppress=field_without_dll_interface -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\torch\csrc\api\include -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\TH -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\include" -IE:\Anaconda3\envs\kaolin\include -IE:\Anaconda3\envs\kaolin\Include "-IE:\VS conmunity\VSIDE\VC\Tools\MSVC\14.26.28801\ATLMFC\include" "-IE:\VS conmunity\VSIDE\VC\Tools\MSVC\14.26.28801\include" "-IE:\Windows Kits\10\include\10.0.18362.0\ucrt" "-IE:\Windows Kits\10\include\10.0.18362.0\shared" "-IE:\Windows Kits\10\include\10.0.18362.0\um" "-IE:\Windows Kits\10\include\10.0.18362.0\winrt" "-IE:\Windows Kits\10\include\10.0.18362.0\cppwinrt" -c E:\Code\kaolin\kaolin\csrc\ops\spc\feature_grids_cuda.cu -o E:\Code\kaolin\build\temp.win-amd64-cpython-37\Release\kaolin/csrc\ops\spc\feature_grids_cuda.obj -D__CUDA_NO_HALF_OPERATORS
_ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=compute_61 -gencode=arch=compute_61,code=sm_61
FAILED: E:/Code/kaolin/build/temp.win-amd64-cpython-37/Release/kaolin/csrc/ops/spc/feature_grids_cuda.obj
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\bin\nvcc --generate-dependencies-with-compile --dependency-output E:\Code\kaolin\build\temp.win-amd64-cpython-37\Release\kaolin/csrc\ops\spc\feature_grids_cuda.obj.d --use-local-env -Xcompiler /MD -Xcompiler /wd4819 -Xcompiler /wd4251 -Xcompiler /wd4244 -Xcompiler /wd4267 -Xcompiler /wd4275 -Xcompiler /wd4018 -Xcompiler /wd4190 -Xcompiler /EHsc -Xcudafe --diag_suppress=base_class_has_different_dll_interface -Xcudafe --diag_suppress=field_without_dll_interface -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\torch\csrc\api\include -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\TH -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\include" -IE:\Anaconda3\envs\kaolin\include -IE:\Anaconda3\envs\kaolin\Include "-IE:\VS conmunity\VSIDE\VC\Tools\MSVC\14.26.28801\ATLMFC\include" "-IE:\VS conmunity\VSIDE\VC\Tools\MSVC\14.26.28801\include" "-IE:\Windows Kits\10\include\10.0.18362.0\ucrt" "-IE:\Windows Kits\10\include\10.0.18362.0\shared" "-IE:\Windows Kits\10\include\10.0.18362.0\um" "-IE:\Windows Kits\10\include\10.0.18362.0\winrt" "-IE:\Windows Kits\10\include\10.0.18362.0\cppwinrt" -c E:\Code\kaolin\kaolin\csrc\ops\spc\feature_grids_cuda.cu -o E:\Code\kaolin\build\temp.win-amd64-cpython-37\Release\kaolin/csrc\ops\spc\feature_grids_cuda.obj -D__CUDA_NO_HALF_OPERATORS
_ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=compute_61 -gencode=arch=compute_61,code=sm_61
[6/28] C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\bin\nvcc --generate-dependencies-with-compile --dependency-output E:\Code\kaolin\build\temp.win-amd64-cpython-37\Release\kaolin/csrc\metrics\unbatched_triangle_distance_cuda.obj.d --use-local-env -Xcompiler /MD -Xcompiler /wd4819 -Xcompiler /wd4251 -Xcompiler /wd4244 -Xcompiler /wd4267 -Xcompiler /wd4275 -Xcompiler /wd4018 -Xcompiler /wd4190 -Xcompiler /EHsc -Xcudafe --diag_suppress=base_class_has_different_dll_interface -Xcudafe --diag_suppress=field_without_dll_interface -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\torch\csrc\api\include -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\TH -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\include" -IE:\Anaconda3\envs\kaolin\include -IE:\Anaconda3\envs\kaolin\Include "-IE:\VS conmunity\VSIDE\VC\Tools\MSVC\14.26.28801\ATLMFC\include" "-IE:\VS conmunity\VSIDE\VC\Tools\MSVC\14.26.28801\include" "-IE:\Windows Kits\10\include\10.0.18362.0\ucrt" "-IE:\Windows Kits\10\include\10.0.18362.0\shared" "-IE:\Windows Kits\10\include\10.0.18362.0\um" "-IE:\Windows Kits\10\include\10.0.18362.0\winrt" "-IE:\Windows Kits\10\include\10.0.18362.0\cppwinrt" -c E:\Code\kaolin\kaolin\csrc\metrics\unbatched_triangle_distance_cuda.cu -o E:\Code\kaolin\build\temp.win-amd64-cpython-37\Release\kaolin/csrc\metrics\unbatched_triangle_distance_cuda.obj -D__CUDA_NO_HALF_OPERATORS
_ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=compute_61 -gencode=arch=compute_61,code=sm_61
FAILED: E:/Code/kaolin/build/temp.win-amd64-cpython-37/Release/kaolin/csrc/metrics/unbatched_triangle_distance_cuda.obj
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\bin\nvcc --generate-dependencies-with-compile --dependency-output E:\Code\kaolin\build\temp.win-amd64-cpython-37\Release\kaolin/csrc\metrics\unbatched_triangle_distance_cuda.obj.d --use-local-env -Xcompiler /MD -Xcompiler /wd4819 -Xcompiler /wd4251 -Xcompiler /wd4244 -Xcompiler /wd4267 -Xcompiler /wd4275 -Xcompiler /wd4018 -Xcompiler /wd4190 -Xcompiler /EHsc -Xcudafe --diag_suppress=base_class_has_different_dll_interface -Xcudafe --diag_suppress=field_without_dll_interface -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\torch\csrc\api\include -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\TH -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\include" -IE:\Anaconda3\envs\kaolin\include -IE:\Anaconda3\envs\kaolin\Include "-IE:\VS conmunity\VSIDE\VC\Tools\MSVC\14.26.28801\ATLMFC\include" "-IE:\VS conmunity\VSIDE\VC\Tools\MSVC\14.26.28801\include" "-IE:\Windows Kits\10\include\10.0.18362.0\ucrt" "-IE:\Windows Kits\10\include\10.0.18362.0\shared" "-IE:\Windows Kits\10\include\10.0.18362.0\um" "-IE:\Windows Kits\10\include\10.0.18362.0\winrt" "-IE:\Windows Kits\10\include\10.0.18362.0\cppwinrt" -c E:\Code\kaolin\kaolin\csrc\metrics\unbatched_triangle_distance_cuda.cu -o E:\Code\kaolin\build\temp.win-amd64-cpython-37\Release\kaolin/csrc\metrics\unbatched_triangle_distance_cuda.obj -D__CUDA_NO_HALF_OPERATORS
_ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=compute_61 -gencode=arch=compute_61,code=sm_61
[7/28] C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\bin\nvcc --generate-dependencies-with-compile --dependency-output E:\Code\kaolin\build\temp.win-amd64-cpython-37\Release\kaolin/csrc\ops\packed_simple_sum_cuda.obj.d --use-local-env -Xcompiler /MD -Xcompiler /wd4819 -Xcompiler /wd4251 -Xcompiler /wd4244 -Xcompiler /wd4267 -Xcompiler /wd4275 -Xcompiler /wd4018 -Xcompiler /wd4190 -Xcompiler /EHsc -Xcudafe --diag_suppress=base_class_has_different_dll_interface -Xcudafe --diag_suppress=field_without_dll_interface -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\torch\csrc\api\include -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\TH -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\include" -IE:\Anaconda3\envs\kaolin\include -IE:\Anaconda3\envs\kaolin\Include "-IE:\VS conmunity\VSIDE\VC\Tools\MSVC\14.26.28801\ATLMFC\include" "-IE:\VS conmunity\VSIDE\VC\Tools\MSVC\14.26.28801\include" "-IE:\Windows Kits\10\include\10.0.18362.0\ucrt" "-IE:\Windows Kits\10\include\10.0.18362.0\shared" "-IE:\Windows Kits\10\include\10.0.18362.0\um" "-IE:\Windows Kits\10\include\10.0.18362.0\winrt" "-IE:\Windows Kits\10\include\10.0.18362.0\cppwinrt" -c E:\Code\kaolin\kaolin\csrc\ops\packed_simple_sum_cuda.cu -o E:\Code\kaolin\build\temp.win-amd64-cpython-37\Release\kaolin/csrc\ops\packed_simple_sum_cuda.obj -D__CUDA_NO_HALF_OPERATORS
_ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=compute_61 -gencode=arch=compute_61,code=sm_61
FAILED: E:/Code/kaolin/build/temp.win-amd64-cpython-37/Release/kaolin/csrc/ops/packed_simple_sum_cuda.obj
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\bin\nvcc --generate-dependencies-with-compile --dependency-output E:\Code\kaolin\build\temp.win-amd64-cpython-37\Release\kaolin/csrc\ops\packed_simple_sum_cuda.obj.d --use-local-env -Xcompiler /MD -Xcompiler /wd4819 -Xcompiler /wd4251 -Xcompiler /wd4244 -Xcompiler /wd4267 -Xcompiler /wd4275 -Xcompiler /wd4018 -Xcompiler /wd4190 -Xcompiler /EHsc -Xcudafe --diag_suppress=base_class_has_different_dll_interface -Xcudafe --diag_suppress=field_without_dll_interface -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\torch\csrc\api\include -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\TH -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\include" -IE:\Anaconda3\envs\kaolin\include -IE:\Anaconda3\envs\kaolin\Include "-IE:\VS conmunity\VSIDE\VC\Tools\MSVC\14.26.28801\ATLMFC\include" "-IE:\VS conmunity\VSIDE\VC\Tools\MSVC\14.26.28801\include" "-IE:\Windows Kits\10\include\10.0.18362.0\ucrt" "-IE:\Windows Kits\10\include\10.0.18362.0\shared" "-IE:\Windows Kits\10\include\10.0.18362.0\um" "-IE:\Windows Kits\10\include\10.0.18362.0\winrt" "-IE:\Windows Kits\10\include\10.0.18362.0\cppwinrt" -c E:\Code\kaolin\kaolin\csrc\ops\packed_simple_sum_cuda.cu -o E:\Code\kaolin\build\temp.win-amd64-cpython-37\Release\kaolin/csrc\ops\packed_simple_sum_cuda.obj -D__CUDA_NO_HALF_OPERATORS
_ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=compute_61 -gencode=arch=compute_61,code=sm_61
[8/28] C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\bin\nvcc --generate-dependencies-with-compile --dependency-output E:\Code\kaolin\build\temp.win-amd64-cpython-37\Release\kaolin/csrc\ops\spc\convolution_cuda.obj.d --use-local-env -Xcompiler /MD -Xcompiler /wd4819 -Xcompiler /wd4251 -Xcompiler /wd4244 -Xcompiler /wd4267 -Xcompiler /wd4275 -Xcompiler /wd4018 -Xcompiler /wd4190 -Xcompiler /EHsc -Xcudafe --diag_suppress=base_class_has_different_dll_interface -Xcudafe --diag_suppress=field_without_dll_interface -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\torch\csrc\api\include -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\TH -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\include" -IE:\Anaconda3\envs\kaolin\include -IE:\Anaconda3\envs\kaolin\Include "-IE:\VS conmunity\VSIDE\VC\Tools\MSVC\14.26.28801\ATLMFC\include" "-IE:\VS conmunity\VSIDE\VC\Tools\MSVC\14.26.28801\include" "-IE:\Windows Kits\10\include\10.0.18362.0\ucrt" "-IE:\Windows Kits\10\include\10.0.18362.0\shared" "-IE:\Windows Kits\10\include\10.0.18362.0\um" "-IE:\Windows Kits\10\include\10.0.18362.0\winrt" "-IE:\Windows Kits\10\include\10.0.18362.0\cppwinrt" -c E:\Code\kaolin\kaolin\csrc\ops\spc\convolution_cuda.cu -o E:\Code\kaolin\build\temp.win-amd64-cpython-37\Release\kaolin/csrc\ops\spc\convolution_cuda.obj -D__CUDA_NO_HALF_OPERATORS
_ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=compute_61 -gencode=arch=compute_61,code=sm_61
FAILED: E:/Code/kaolin/build/temp.win-amd64-cpython-37/Release/kaolin/csrc/ops/spc/convolution_cuda.obj
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\bin\nvcc --generate-dependencies-with-compile --dependency-output E:\Code\kaolin\build\temp.win-amd64-cpython-37\Release\kaolin/csrc\ops\spc\convolution_cuda.obj.d --use-local-env -Xcompiler /MD -Xcompiler /wd4819 -Xcompiler /wd4251 -Xcompiler /wd4244 -Xcompiler /wd4267 -Xcompiler /wd4275 -Xcompiler /wd4018 -Xcompiler /wd4190 -Xcompiler /EHsc -Xcudafe --diag_suppress=base_class_has_different_dll_interface -Xcudafe --diag_suppress=field_without_dll_interface -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\torch\csrc\api\include -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\TH -IE:\Anaconda3\envs\kaolin\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\include" -IE:\Anaconda3\envs\kaolin\include -IE:\Anaconda3\envs\kaolin\Include "-IE:\VS conmunity\VSIDE\VC\Tools\MSVC\14.26.28801\ATLMFC\include" "-IE:\VS conmunity\VSIDE\VC\Tools\MSVC\14.26.28801\include" "-IE:\Windows Kits\10\include\10.0.18362.0\ucrt" "-IE:\Windows Kits\10\include\10.0.18362.0\shared" "-IE:\Windows Kits\10\include\10.0.18362.0\um" "-IE:\Windows Kits\10\include\10.0.18362.0\winrt" "-IE:\Windows Kits\10\include\10.0.18362.0\cppwinrt" -c E:\Code\kaolin\kaolin\csrc\ops\spc\convolution_cuda.cu -o E:\Code\kaolin\build\temp.win-amd64-cpython-37\Release\kaolin/csrc\ops\spc\convolution_cuda.obj -D__CUDA_NO_HALF_OPERATORS
_ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=compute_61 -gencode=arch=compute_61,code=sm_61
ninja: build stopped: subcommand failed.
Traceback (most recent call last):
File "E:\Anaconda3\envs\kaolin\lib\site-packages\torch\utils\cpp_extension.py", line 1814, in _run_ninja_build
env=env)
File "E:\Anaconda3\envs\kaolin\lib\subprocess.py", line 512, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "setup.py", line 303, in
'build_ext': BuildExtension.with_options(no_python_abi_suffix=True)
File "E:\Anaconda3\envs\kaolin\lib\site-packages\setuptools_init_.py", line 87, in setup
return distutils.core.setup(**attrs)
File "E:\Anaconda3\envs\kaolin\lib\site-packages\setuptools_distutils\core.py", line 185, in setup
return run_commands(dist)
File "E:\Anaconda3\envs\kaolin\lib\site-packages\setuptools_distutils\core.py", line 201, in run_commands
dist.run_commands()
File "E:\Anaconda3\envs\kaolin\lib\site-packages\setuptools_distutils\dist.py", line 968, in run_commands
self.run_command(cmd)
File "E:\Anaconda3\envs\kaolin\lib\site-packages\setuptools\dist.py", line 1217, in run_command
super().run_command(command)
File "E:\Anaconda3\envs\kaolin\lib\site-packages\setuptools_distutils\dist.py", line 987, in run_command
cmd_obj.run()
File "E:\Anaconda3\envs\kaolin\lib\site-packages\setuptools\command\develop.py", line 34, in run
self.install_for_development()
File "E:\Anaconda3\envs\kaolin\lib\site-packages\setuptools\command\develop.py", line 114, in install_for_development
self.run_command('build_ext')
File "E:\Anaconda3\envs\kaolin\lib\site-packages\setuptools_distutils\cmd.py", line 319, in run_command
self.distribution.run_command(command)
File "E:\Anaconda3\envs\kaolin\lib\site-packages\setuptools\dist.py", line 1217, in run_command
super().run_command(command)
File "E:\Anaconda3\envs\kaolin\lib\site-packages\setuptools_distutils\dist.py", line 987, in run_command
cmd_obj.run()
File "E:\Anaconda3\envs\kaolin\lib\site-packages\setuptools\command\build_ext.py", line 84, in run
_build_ext.run(self)
File "E:\Anaconda3\envs\kaolin\lib\site-packages\Cython\Distutils\old_build_ext.py", line 186, in run
_build_ext.build_ext.run(self)
File "E:\Anaconda3\envs\kaolin\lib\site-packages\setuptools_distutils\command\build_ext.py", line 346, in run
self.build_extensions()
File "E:\Anaconda3\envs\kaolin\lib\site-packages\torch\utils\cpp_extension.py", line 765, in build_extensions
build_ext.build_extensions(self)
File "E:\Anaconda3\envs\kaolin\lib\site-packages\Cython\Distutils\old_build_ext.py", line 195, in build_extensions
_build_ext.build_ext.build_extensions(self)
File "E:\Anaconda3\envs\kaolin\lib\site-packages\setuptools_distutils\command\build_ext.py", line 466, in build_extensions
self._build_extensions_serial()
File "E:\Anaconda3\envs\kaolin\lib\site-packages\setuptools_distutils\command\build_ext.py", line 492, in _build_extensions_serial
self.build_extension(ext)
File "E:\Anaconda3\envs\kaolin\lib\site-packages\setuptools\command\build_ext.py", line 246, in build_extension
_build_ext.build_extension(self, ext)
File "E:\Anaconda3\envs\kaolin\lib\site-packages\setuptools_distutils\command\build_ext.py", line 554, in build_extension
depends=ext.depends,
File "E:\Anaconda3\envs\kaolin\lib\site-packages\torch\utils\cpp_extension.py", line 747, in win_wrap_ninja_compile
with_cuda=with_cuda)
File "E:\Anaconda3\envs\kaolin\lib\site-packages\torch\utils\cpp_extension.py", line 1492, in _write_ninja_file_and_compile_objects
error_prefix='Error compiling objects for extension')
File "E:\Anaconda3\envs\kaolin\lib\site-packages\torch\utils\cpp_extension.py", line 1824, in _run_ninja_build
raise RuntimeError(message) from e
RuntimeError: Error compiling objects for extension

@Caenorst
Copy link
Collaborator

Hi @yyyqwq , It's a bit weird because there isn't really an error log.

However one thing I can tell is that there is no pytorch compatible with cuda 12, please install a cuda compatible with your pytorch version.

@yyyqwq
Copy link
Author

yyyqwq commented Dec 11, 2022

Hi, @Caenorst. My CUDA version is 11.3. The highest CUDA version of the 526.98 Driver Version is 12.0. So I think my cuda version is compatible.

@Caenorst
Copy link
Collaborator

What version of visual studio are you using? I see something that looks like a typo "conmunity".

@yyyqwq
Copy link
Author

yyyqwq commented Dec 11, 2022

@Caenorst, visual studio community 2019

@Caenorst
Copy link
Collaborator

@yyyqwq here is the similar build instruction with all the flags in our CI:

[30/37] C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\bin\nvcc --generate-dependencies-with-compile --dependency-output C:\kaolin\build\temp.win-amd64-3.8\Release\kaolin/csrc\metrics\sided_distance_cuda.obj.d --use-local-env -Xcompiler /MD -Xcompiler /wd4819 -Xcompiler /wd4251 -Xcompiler /wd4244 -Xcompiler /wd4267 -Xcompiler /wd4275 -Xcompiler /wd4018 -Xcompiler /wd4190 -Xcompiler /EHsc -Xcudafe --diag_suppress=base_class_has_different_dll_interface -Xcudafe --diag_suppress=field_without_dll_interface -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -IC:\Users\Administrator\miniconda3\lib\site-packages\torch\include -IC:\Users\Administrator\miniconda3\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Administrator\miniconda3\lib\site-packages\torch\include\TH -IC:\Users\Administrator\miniconda3\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\include" -IC:\Users\Administrator\miniconda3\include -IC:\Users\Administrator\miniconda3\include -IC:\BuildTools\VC\Tools\MSVC\14.29.30133\include "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\cppwinrt" -c C:\kaolin\kaolin\csrc\metrics\sided_distance_cuda.cu -o C:\kaolin\build\temp.win-amd64-3.8\Release\kaolin/csrc\metrics\sided_distance_cuda.obj -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -O3 -DWITH_CUDA -DTHRUST_IGNORE_CUB_VERSION_CHECK -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=compute_75 -gencode=arch=compute_75,code=sm_75

You can try to delete the folder ./build, ./kaolin.egg-info and ./kaolin/_C.so just to be sure you don't have some weird caching from previous builds

@yyyqwq
Copy link
Author

yyyqwq commented Dec 11, 2022

image
@Caenorst
Thanks for you help!
I finally find that vs2019 needs to use cuda11.1 and I try for it by installing torch(cu111). Now I succeed.

@Caenorst
Copy link
Collaborator

Glad you successfully installed Kaolin!

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