mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[dynamo] Graph break on set_num_threads (#126623)
Fixes #125364 Pull Request resolved: https://github.com/pytorch/pytorch/pull/126623 Approved by: https://github.com/yanboliang
This commit is contained in:
committed by
PyTorch MergeBot
parent
89c1cfe144
commit
f9de510121
@ -1302,9 +1302,6 @@ torch_c_binding_in_graph_functions = dict.fromkeys(
|
||||
"torch._C.parse_schema",
|
||||
"torch._C.parse_type_comment",
|
||||
"torch._C.read_vitals",
|
||||
"torch._C.set_flush_denormal",
|
||||
"torch._C.set_num_interop_threads",
|
||||
"torch._C.set_num_threads",
|
||||
"torch._C.set_vital",
|
||||
"torch._C.unify_type_list",
|
||||
"torch._C.vitals_enabled",
|
||||
|
Reference in New Issue
Block a user