You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of torch 2.7, CXX11 ABI is required for all CUDA 11.8, 12.4, and 12.6. We flipped the naming at #3361 so that users don't have to specify CXX11 ABI explicitly.
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Detect that the user is building with CUDA 12.6 based PyTorch and either warn the user to use USE_CXX11_ABI or activate it for them
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: