Home
last modified time | relevance | path

Searched refs:_stuck_function (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/test/distributed/elastic/timer/
H A Dlocal_timer_example.py37 def _stuck_function(rank, mp_queue): function
81 fn=_stuck_function, args=(mp_queue,), nprocs=world_size, join=True
106 p = spawn_ctx.Process(target=_stuck_function, args=(i, mp_queue))