Skip to content

Commit

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

Pull Request resolved: pytorch#120836
Approved by: https://github.com/zou3519
  • Loading branch information
angelayi authored and Lourencom committed Mar 6, 2024
1 parent 2ed6735 commit 684e0e6
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 684e0e6

Please sign in to comment.