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
Fixes#149119.
In ProcessGroup.hpp, we create a dummy tensor for dispatching. This
requires a correct device index. This PR uses `device_id` given by user
when calling `init_process_group`.
This PR also uses `torch._C._get_accelerator()` to determine the device
type.
ghstack-source-id: 96c32b9
Pull Request resolved: #149144
0 commit comments