Closed chichuenchang closed 1 year ago
How long is "hours"? This build is running single threaded (which is safer) and will therefore take a long time. I think it might just be slow and working. To get a sense of progress: You should see Command line warning D9002 : ignoring unknown option '-std=c++14'
once per file, and there are over 60 files.
Yes, I do see this warning once in a while. And I didn't really count how long I left it building on it's own, I said that because I found the repetitive console output after I get back from lunch which usually takes an hour.
But, okay I'll try another run and make sure it goes to the end.
❓ Questions about installation on windows
Hi, I have a RTX 2070 and here's the output of my nvidia-smi
And I'm using CUDA11.7
Windows 10 is 64 bit arch
I had a couple of issues before and did solve them by referring to #1227 and #1299, but now I'm having something not mentioned in the issues before.
Here's what I did before calling setup.py
pip install torch==1.13.0+cu117 torchvision==0.14.0+cu117 torchaudio==0.13.0 --extra-index-url https://download.pytorch.org/whl/cu117
pip install -U fvcore
. (I used pip since somehow the conda install didn't work)C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\include\cub
vcvars64.bat
in theC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build
and put it in my conda window and hit enter.set PYTORCH3D_NO_NINJA=1
set DISTUTILS_USE_SDK=1
python setup.py install
The issue is I'm not getting a fatal error, instead the building process ended up into a endless loop. Here's part of the log: logs.txt I found the loops starts with a
\pytorch3d\lib\site-packages\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline
, and can run for hours of looping if I let it.I was really confused of what's going on, please help!