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
{{ message }}
This repository was archived by the owner on Dec 31, 2025. It is now read-only.
Pytorch updated its version definition to #define TORCH_VERSION_MAJOR 2 and #define TORCH_VERSION_MINOR 0. Using #if TORCH_VERSION_MINOR >= 13 in ProcessGroupCCL.hpp now causes a build problem because it doesn't check TORCH_VERSION_MAJOR.
Pytorch updated its version definition to
#define TORCH_VERSION_MAJOR 2and#define TORCH_VERSION_MINOR 0. Using#if TORCH_VERSION_MINOR >= 13inProcessGroupCCL.hppnow causes a build problem because it doesn't checkTORCH_VERSION_MAJOR.