Jeremy Reizenstein

Results 197 comments of Jeremy Reizenstein

There is no error message, so maybe the build is running in parallel and running out of memory. You could set the environment variable PYTORCH3D_NO_NINJA to 1 and try again,...

I think you have a C++ implementation which is too old. What is the output of `nvcc --version` and `g++ --version`? Or possibly a cub version clash.

I'm a confused. This failure is in the compilation of ball_query.cu . And ball_query.cu does not use CUB, which is where the error is. (It also doesn't use thrust, which...

I don't know the specifics. There have been a few issues like this very recently. The only one with a fix is https://github.com/facebookresearch/pytorch3d/issues/1603 where they downgraded to cuda 11.7. Can...

@lucasjinreal Not sure what you mean by "2 years". Internally we aren't using PyTorch3D on windows, and we haven't ever distributed binaries for Windows or had a working CI setup...

> i downgrade the cuda to 11.7 on window. But it got error again. pytorch3d seem not support win.... Indeed, we don't support Windows. Since the beginning, users on Windows...

I wonder if the recent commit to main, https://github.com/facebookresearch/pytorch3d/commit/6f2212da46f3ad1a596b3e1017be2d16eaaf95f9, might help with this?

For corecrt.h: I think you need to install more microsoft things: can you try installing windows SDKs etc in the visual studio installer? For the second, please make sure you...

Don't replace the CUDA CUB folder. With the new CUDA, there's no reason to think about CUB when installing pytorch3d, everything just works. Maybe easiest for you to remove CUDA...

I /think/ that should work.