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
gpu_for_master is not used anymore, and I think it is hard to know at that point whether the global rank is a "master" or not.
We might need to change the location of the device discovery closer to where models are created
The text was updated successfully, but these errors were encountered:
https://github.com/vlimant/mpi_learn/blob/master/mpi_learn/mpi/manager.py#L29
in
def get_device(comm, num_masters=1, gpu_limit=-1, gpu_for_master=False):
gpu_for_master is not used anymore, and I think it is hard to know at that point whether the global rank is a "master" or not.
We might need to change the location of the device discovery closer to where models are created
The text was updated successfully, but these errors were encountered: