Skip to content

Commit f9de510

Browse files
janselpytorchmergebot
authored andcommitted
[dynamo] Graph break on set_num_threads (pytorch#126623)
Fixes pytorch#125364 Pull Request resolved: pytorch#126623 Approved by: https://github.com/yanboliang
1 parent 89c1cfe commit f9de510

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

torch/_dynamo/trace_rules.py

-3
Original file line numberDiff line numberDiff line change
@@ -1302,9 +1302,6 @@
13021302
"torch._C.parse_schema",
13031303
"torch._C.parse_type_comment",
13041304
"torch._C.read_vitals",
1305-
"torch._C.set_flush_denormal",
1306-
"torch._C.set_num_interop_threads",
1307-
"torch._C.set_num_threads",
13081305
"torch._C.set_vital",
13091306
"torch._C.unify_type_list",
13101307
"torch._C.vitals_enabled",

0 commit comments

Comments
 (0)