Related to MaskRCNN/PyTorch 1.11
Describe the bug
MaskRCNN/PyTorch benchmark failed to build with PyTorch 1.11.
PyTorch 1.11 removes most of the THC headers with pytorch/pytorch#69929.
This breaks the benchmark build since there are dependencies within DeepLearningExamples/PyTorch/Segmentation/MaskRCNN/pytorch/maskrcnn_benchmark/csrc/cuda/*.
To Reproduce
Steps to reproduce the behavior:
- Install PyTorch 1.11.0
- Checkout https://github.com/NVIDIA/DeepLearningExamples.git
bash DeepLearningExamples/PyTorch/Segmentation/MaskRCNN/requirements.sh
Expected behavior
MaskRCNN/PyTorch benchmark builds successfully.
Related to MaskRCNN/PyTorch 1.11
Describe the bug
MaskRCNN/PyTorch benchmark failed to build with PyTorch 1.11.
PyTorch 1.11 removes most of the
THCheaders with pytorch/pytorch#69929.This breaks the benchmark build since there are dependencies within
DeepLearningExamples/PyTorch/Segmentation/MaskRCNN/pytorch/maskrcnn_benchmark/csrc/cuda/*.To Reproduce
Steps to reproduce the behavior:
bash DeepLearningExamples/PyTorch/Segmentation/MaskRCNN/requirements.shExpected behavior
MaskRCNN/PyTorch benchmark builds successfully.