Skip to content

module llutil.multiprocessing

a drop-in replacement for torch.multiprocessing.

ice.llutil.multiprocessing is a modified version of torch.multiprocessing. It's designed to change import torch.multiprocessing as mp to from ice import multiprocessing as mp to have all the lambda functions, closures as well as pytorch tensors sent through processes in Data Distributed Parallel paradigm.

Because of the similarity of APIs we do not document most of this package contents, and we recommend referring to very good docs of the original module.

Global Variables

  • reductions