Home
last modified time | relevance | path

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

/external/pytorch/torch/_inductor/
Dconfig.py745 dynamic_threads = os.environ.get("TORCHINDUCTOR_CPP_DYNAMIC_THREADS", "0") == "1" variable in cpp
Dutils.py1846 and (config.cpp.dynamic_threads or parallel_num_threads() != 1)
/external/pytorch/torch/_inductor/codegen/
Dcpp.py1748 if config.cpp.dynamic_threads and not self.parallel_reduction_prefix:
1754 "max_threads" if config.cpp.dynamic_threads else parallel_num_threads()
1909 if not config.cpp.dynamic_threads and self.num_threads == 1:
2175 if config.cpp.dynamic_threads and depth == 0 and len(ranges) > 0:
2519 if not config.cpp.dynamic_threads and self.num_threads == 1:
2596 if config.cpp.dynamic_threads
4672 if config.cpp.dynamic_threads: