facebookresearch / pytorch3d

PyTorch3D is FAIR's library of reusable components for deep learning with 3D data
https://pytorch3d.org/
Other
8.7k stars 1.3k forks source link

C++ 17 Required to Compile with PyTorch 2.1.0 #1654

Closed zhijie-yang closed 10 months ago

zhijie-yang commented 11 months ago

According to the release notes in PyTorch 2.1.0, C++ 17 is required to compile this project.

https://github.com/pytorch/pytorch/releases#:~:text=Building%20PyTorch%20from%20source%20now%20requires%20C%2B%2B%2017

https://github.com/pytorch/pytorch/pull/100557