Skip to content

Commit

Permalink
[dynamo] Remove expected dynamo test failures (#120836)
Browse files Browse the repository at this point in the history
Fixes some of the tests in #120643

Pull Request resolved: #120836
Approved by: https://github.com/zou3519
  • Loading branch information
angelayi authored and pytorchmergebot committed Mar 4, 2024
1 parent a98c17e commit 4cdc2d7
Show file tree
Hide file tree
Showing 38 changed files with 2 additions and 0 deletions.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
2 changes: 2 additions & 0 deletions torch/_dynamo/trace_rules.py
Expand Up @@ -3101,6 +3101,7 @@ def is_numpy(obj) -> bool:
# we should use lazy import & skip in the future.
THIRDPARTY_SKIPLIST = (
"fx2trt_oss",
"hypothesis",
"networkx",
"numpy",
"omegaconf",
Expand Down Expand Up @@ -3194,6 +3195,7 @@ def _module_dir(m: types.ModuleType):
"torch.random",
"torch.sparse",
"torch.testing",
"torch.testing._internal.hypothesis_utils",
"torch.utils._content_store",
"torch.utils._contextlib",
"torch.utils._foreach_utils",
Expand Down

0 comments on commit 4cdc2d7

Please sign in to comment.