-
Notifications
You must be signed in to change notification settings - Fork 27.5k
PyTorch CUDA extensions break during compilation with CUDA10.2.89 #33203
Copy link
Copy link
Closed
Labels
high prioritymodule: buildBuild system issuesBuild system issuesmodule: cpp-extensionsRelated to torch.utils.cpp_extensionRelated to torch.utils.cpp_extensionmodule: cudaRelated to torch.cuda, and CUDA support in generalRelated to torch.cuda, and CUDA support in generaltriage reviewtriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Metadata
Metadata
Assignees
Labels
high prioritymodule: buildBuild system issuesBuild system issuesmodule: cpp-extensionsRelated to torch.utils.cpp_extensionRelated to torch.utils.cpp_extensionmodule: cudaRelated to torch.cuda, and CUDA support in generalRelated to torch.cuda, and CUDA support in generaltriage reviewtriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
🐛 Bug
Currently CUDA extensions in PyTorch break using
nvcc 10.2.89with the following error:After debugging this issue, it appears to be related to an nvcc issue in CUDA version 10.2.89. As we are working on fixing this issue, it is recommended for those who compile CUDA extensions to use CUDA 10.1.168.
To Reproduce
Steps to reproduce the behavior:
CC @csarofeen @ngimel
cc @ezyang @gchanan @zou3519 @yf225 @ngimel