Skip to content

Commit

Permalink
[Dynamo] Fix broken trunk and re-enable test_torch_name_rule_map_upda…
Browse files Browse the repository at this point in the history
…ted (pytorch#116146)

Fixes #ISSUE_NUMBER

Pull Request resolved: pytorch#116146
Approved by: https://github.com/williamwen42
  • Loading branch information
yanboliang authored and pytorchmergebot committed Dec 20, 2023
1 parent 6e2c9be commit 199baca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/dynamo/test_trace_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
"torch._nested_from_padded",
# Ignored and go through rules defined at `skipfiles.check`.
"torch._functionalize_are_all_mutations_under_no_grad_or_inference_mode",
"torch._cslt_sparse_mm_search",
"torch._C._abort",
"torch._C._mps_is_on_macos_or_newer",
"torch._C._swap_tensor_impl",
"torch._C._unsafe_reset_storage",
"torch._dynamo.eval_frame.reset_code",
Expand Down

0 comments on commit 199baca

Please sign in to comment.