Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_inductor/compile_worker/
H A D__main__.py9 from torch._inductor.compile_worker.watchdog import _async_compile_initializer
40 _async_compile_initializer(args.parent)
H A Dsubproc_pool.py16 from torch._inductor.compile_worker.watchdog import _async_compile_initializer
161 initializer=functools.partial(_async_compile_initializer, os.getpid()),
H A Dwatchdog.py18 def _async_compile_initializer(orig_ppid) -> None: function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dasync_compile.py34 from torch._inductor.compile_worker.watchdog import _async_compile_initializer
150 initializer=partial(_async_compile_initializer, os.getpid()),