Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/dynamo/
Deval_frame.c18 static int active_dynamo_threads = 0; variable
741 active_dynamo_threads = active_dynamo_threads + 1; in increment_working_threads()
742 if (active_dynamo_threads > 0) { in increment_working_threads()
749 if (active_dynamo_threads > 0) { in decrement_working_threads()
750 active_dynamo_threads = active_dynamo_threads - 1; in decrement_working_threads()
751 if (active_dynamo_threads == 0) { in decrement_working_threads()