Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dasync_compile.py141 if config.worker_start_method == "subprocess":
146 ctx = multiprocessing.get_context(config.worker_start_method)
H A Dconfig.py527 worker_start_method = decide_worker_start_method() variable
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_codecache.py73 worker_start_method=start_method, compile_threads=16