Skip to content

Conversation

@dagitses
Copy link
Collaborator

@dagitses dagitses commented Apr 21, 2022

This is a relatively simple target but we have to fix our header
expansion to understand generated files. Next step will be to use this
in Bazel.

Differential Revision: [D35820541](https://our.internmc.facebook.com/intern/diff/D35820541/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D35820541/)!

[ghstack-poisoned]
@facebook-github-bot
Copy link
Contributor

facebook-github-bot commented Apr 21, 2022

🔗 Helpful links

❌ 2 New Failures

As of commit bdab0b4 (more details on the Dr. CI page):

Expand to see more
  • 2/2 failures introduced in this PR

🕵️ 2 new failures recognized by patterns

The following CI failures do not appear to be due to upstream breakages

See GitHub Actions build pull / linux-bionic-rocm5.1-py3.7 / test (default, 1, 2, linux.rocm.gpu) (1/2)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-05-18T19:33:09.7835216Z FAIL [0.126s]: test_Conv2d_groups_nobias_v2 (__main__.TestNN)
2022-05-18T19:33:09.6958181Z   test_xavier_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s)
2022-05-18T19:33:09.7691238Z   test_xavier_uniform (__main__.TestNNInit) ... ok (0.073s)
2022-05-18T19:33:09.7699089Z   test_xavier_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s)
2022-05-18T19:33:09.7730910Z   test_load_state_dict_module_pre_hook (__main__.TestStateDictHooks) ... ok (0.003s)
2022-05-18T19:33:09.7763354Z   test_load_state_dict_post_hook (__main__.TestStateDictHooks) ... ok (0.003s)
2022-05-18T19:33:09.7800115Z   test_load_state_dict_post_hook_backward_compatibility (__main__.TestStateDictHooks) ... ok (0.004s)
2022-05-18T19:33:09.7826649Z   test_load_state_dict_pre_hook (__main__.TestStateDictHooks) ... ok (0.003s)
2022-05-18T19:33:09.7833418Z   test_no_extra_ref_to_module (__main__.TestStateDictHooks) ... ok (0.001s)
2022-05-18T19:33:09.7834047Z 
2022-05-18T19:33:09.7834379Z ======================================================================
2022-05-18T19:33:09.7835216Z FAIL [0.126s]: test_Conv2d_groups_nobias_v2 (__main__.TestNN)
2022-05-18T19:33:09.7839762Z ----------------------------------------------------------------------
2022-05-18T19:33:09.7840787Z Traceback (most recent call last):
2022-05-18T19:33:09.7841708Z   File "test_nn.py", line 6876, in test_Conv2d_groups_nobias_v2
2022-05-18T19:33:09.7842708Z     self.assertEqual(output, torch.cat([output1, output2], 1))
2022-05-18T19:33:09.7844329Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py", line 2258, in assertEqual
2022-05-18T19:33:09.7845291Z     msg=msg,
2022-05-18T19:33:09.7846595Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py", line 1086, in assert_equal
2022-05-18T19:33:09.7847602Z     raise error_metas[0].to_error()
2022-05-18T19:33:09.7848601Z AssertionError: Tensor-likes are not close!
2022-05-18T19:33:09.7849108Z 

See GitHub Actions build pull / linux-xenial-py3.7-gcc5.4 / test (backwards_compat, 1, 1, linux.2xlarge) (2/2)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-05-18T18:43:45.8816196Z The PR is introduc...m to confirm whether this change is wanted or not.
2022-05-18T18:43:45.8801531Z processing existing schema:  text(__torch__.torch.classes.profiling.SourceRef _0) -> (str _0)
2022-05-18T18:43:45.8803084Z processing existing schema:  count(__torch__.torch.classes.profiling.InstructionStats _0) -> (int _0)
2022-05-18T18:43:45.8804420Z processing existing schema:  duration_ns(__torch__.torch.classes.profiling.InstructionStats _0) -> (int _0)
2022-05-18T18:43:45.8805980Z processing existing schema:  source(__torch__.torch.classes.profiling.SourceStats _0) -> (__torch__.torch.classes.profiling.SourceRef _0)
2022-05-18T18:43:45.8808011Z processing existing schema:  line_map(__torch__.torch.classes.profiling.SourceStats _0) -> (Dict(int, __torch__.torch.classes.profiling.InstructionStats) _0)
2022-05-18T18:43:45.8809363Z processing existing schema:  __init__(__torch__.torch.classes.profiling._ScriptProfile _0) -> (NoneType _0)
2022-05-18T18:43:45.8810714Z processing existing schema:  enable(__torch__.torch.classes.profiling._ScriptProfile _0) -> (NoneType _0)
2022-05-18T18:43:45.8812182Z processing existing schema:  disable(__torch__.torch.classes.profiling._ScriptProfile _0) -> (NoneType _0)
2022-05-18T18:43:45.8814166Z processing existing schema:  _dump_stats(__torch__.torch.classes.profiling._ScriptProfile _0) -> (__torch__.torch.classes.profiling.SourceStats[] _0)
2022-05-18T18:43:45.8815956Z processing existing schema:  __init__(__torch__.torch.classes.dist_rpc.WorkerInfo _0, str _1, int _2) -> (NoneType _0)
2022-05-18T18:43:45.8816196Z The PR is introducing backward incompatible changes to the operator library. Please contact PyTorch team to confirm whether this change is wanted or not. 
2022-05-18T18:43:45.8816217Z 
2022-05-18T18:43:45.8816276Z Broken ops: [
2022-05-18T18:43:45.8816486Z 	aten::bitwise_and.Scalar_Tensor(Scalar self, Tensor other) -> (Tensor)
2022-05-18T18:43:45.8816681Z 	aten::bitwise_or.Scalar_Tensor(Scalar self, Tensor other) -> (Tensor)
2022-05-18T18:43:45.8816874Z 	aten::bitwise_xor.Scalar_Tensor(Scalar self, Tensor other) -> (Tensor)
2022-05-18T18:43:45.8817136Z 	aten::glu_backward_jvp(Tensor grad_x, Tensor grad_glu, Tensor x, Tensor dgrad_glu, Tensor dx, int dim) -> (Tensor)
2022-05-18T18:43:45.8817198Z ]
2022-05-18T18:43:45.9737727Z + cleanup
2022-05-18T18:43:45.9737901Z + retcode=1
2022-05-18T18:43:45.9738021Z + set +x

This comment was automatically generated by Dr. CI (expand for details).

Please report bugs/suggestions to the (internal) Dr. CI Users group.

Click here to manually regenerate this comment.

dagitses pushed a commit that referenced this pull request Apr 21, 2022
This is a relatively simple target but we have to fix our header
expansion to understand generated files. Next step will be to use this
in Bazel.

Differential Revision: [D35820541](https://our.internmc.facebook.com/intern/diff/D35820541/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D35820541/)!

ghstack-source-id: 154474743
Pull Request resolved: #76183
…ure"

This is a relatively simple target but we have to fix our header
expansion to understand generated files. Next step will be to use this
in Bazel.

Differential Revision: [D35820541](https://our.internmc.facebook.com/intern/diff/D35820541/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D35820541/)!

[ghstack-poisoned]
…ure"

This is a relatively simple target but we have to fix our header
expansion to understand generated files. Next step will be to use this
in Bazel.

Differential Revision: [D35820541](https://our.internmc.facebook.com/intern/diff/D35820541/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D35820541/)!

[ghstack-poisoned]
dagitses pushed a commit that referenced this pull request Apr 22, 2022
Pull Request resolved: #76183

This is a relatively simple target but we have to fix our header
expansion to understand generated files. Next step will be to use this
in Bazel.
ghstack-source-id: 154474743

Differential Revision: [D35820541](https://our.internmc.facebook.com/intern/diff/D35820541/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D35820541/)!
…ure"

This is a relatively simple target but we have to fix our header
expansion to understand generated files. Next step will be to use this
in Bazel.

Differential Revision: [D35820541](https://our.internmc.facebook.com/intern/diff/D35820541/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D35820541/)!

[ghstack-poisoned]
dagitses pushed a commit that referenced this pull request Apr 25, 2022
Pull Request resolved: #76183

This is a relatively simple target but we have to fix our header
expansion to understand generated files. Next step will be to use this
in Bazel.
ghstack-source-id: 154474743

Differential Revision: [D35820541](https://our.internmc.facebook.com/intern/diff/D35820541/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D35820541/)!
…ure"

This is a relatively simple target but we have to fix our header
expansion to understand generated files. Next step will be to use this
in Bazel.

Differential Revision: [D35820541](https://our.internmc.facebook.com/intern/diff/D35820541/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D35820541/)!

[ghstack-poisoned]
dagitses pushed a commit that referenced this pull request Apr 25, 2022
Pull Request resolved: #76183

This is a relatively simple target but we have to fix our header
expansion to understand generated files. Next step will be to use this
in Bazel.
ghstack-source-id: 154678047

Differential Revision: [D35820541](https://our.internmc.facebook.com/intern/diff/D35820541/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D35820541/)!
…ure"

This is a relatively simple target but we have to fix our header
expansion to understand generated files. Next step will be to use this
in Bazel.

Differential Revision: [D35820541](https://our.internmc.facebook.com/intern/diff/D35820541/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D35820541/)!

[ghstack-poisoned]
dagitses pushed a commit that referenced this pull request Apr 25, 2022
Pull Request resolved: #76183

This is a relatively simple target but we have to fix our header
expansion to understand generated files. Next step will be to use this
in Bazel.
ghstack-source-id: 154678047

Differential Revision: [D35820541](https://our.internmc.facebook.com/intern/diff/D35820541/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D35820541/)!
…ure"

This is a relatively simple target but we have to fix our header
expansion to understand generated files. Next step will be to use this
in Bazel.

Differential Revision: [D35820541](https://our.internmc.facebook.com/intern/diff/D35820541/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D35820541/)!

[ghstack-poisoned]
Michael Andreas Dagitses added 7 commits May 16, 2022 11:39
…ure"

This is a relatively simple target but we have to fix our header
expansion to understand generated files. Next step will be to use this
in Bazel.

Differential Revision: [D35820541](https://our.internmc.facebook.com/intern/diff/D35820541/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D35820541/)!

[ghstack-poisoned]
…ure"

This is a relatively simple target but we have to fix our header
expansion to understand generated files. Next step will be to use this
in Bazel.

Differential Revision: [D35820541](https://our.internmc.facebook.com/intern/diff/D35820541/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D35820541/)!

[ghstack-poisoned]
…ure"

This is a relatively simple target but we have to fix our header
expansion to understand generated files. Next step will be to use this
in Bazel.

Differential Revision: [D35820541](https://our.internmc.facebook.com/intern/diff/D35820541/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D35820541/)!

[ghstack-poisoned]
…ure"

This is a relatively simple target but we have to fix our header
expansion to understand generated files. Next step will be to use this
in Bazel.

Differential Revision: [D35820541](https://our.internmc.facebook.com/intern/diff/D35820541/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D35820541/)!

[ghstack-poisoned]
…ure"

This is a relatively simple target but we have to fix our header
expansion to understand generated files. Next step will be to use this
in Bazel.

Differential Revision: [D35820541](https://our.internmc.facebook.com/intern/diff/D35820541/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D35820541/)!

[ghstack-poisoned]
…ure"

This is a relatively simple target but we have to fix our header
expansion to understand generated files. Next step will be to use this
in Bazel.

Differential Revision: [D35820541](https://our.internmc.facebook.com/intern/diff/D35820541/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D35820541/)!

[ghstack-poisoned]
…ure"

This is a relatively simple target but we have to fix our header
expansion to understand generated files. Next step will be to use this
in Bazel.

Differential Revision: [D35820541](https://our.internmc.facebook.com/intern/diff/D35820541/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D35820541/)!

[ghstack-poisoned]
Michael Andreas Dagitses added 2 commits May 18, 2022 03:43
…ure"

This is a relatively simple target but we have to fix our header
expansion to understand generated files. Next step will be to use this
in Bazel.

Differential Revision: [D35820541](https://our.internmc.facebook.com/intern/diff/D35820541/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D35820541/)!

[ghstack-poisoned]
…ure"

This is a relatively simple target but we have to fix our header
expansion to understand generated files. Next step will be to use this
in Bazel.

Differential Revision: [D35820541](https://our.internmc.facebook.com/intern/diff/D35820541/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D35820541/)!

[ghstack-poisoned]
…ure"

This is a relatively simple target but we have to fix our header
expansion to understand generated files. Next step will be to use this
in Bazel.

Differential Revision: [D35820541](https://our.internmc.facebook.com/intern/diff/D35820541/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D35820541/)!

[ghstack-poisoned]
@facebook-github-bot
Copy link
Contributor

@pytorchbot merge

(Initiating merge automatically since Phabricator Diff has merged)

1 similar comment
@facebook-github-bot
Copy link
Contributor

@pytorchbot merge

(Initiating merge automatically since Phabricator Diff has merged)

@github-actions
Copy link
Contributor

Hey @dagitses.
You've committed this PR, but it does not have both a 'release notes: ...' and 'topics: ...' label. Please add one of each to the PR. The 'release notes: ...' label should represent the part of PyTorch that this PR changes (fx, autograd, distributed, etc) and the 'topics: ...' label should represent the kind of PR it is (not user facing, new feature, bug fix, perf improvement, etc). The list of valid labels can be found here for the 'release notes: ...' and here for the 'topics: ...'.
For changes that are 'topic: not user facing' there is no need for a release notes label.

@pytorchmergebot
Copy link
Collaborator

Can't merge closed PR #76183

facebook-github-bot pushed a commit that referenced this pull request May 19, 2022
Summary:
Pull Request resolved: #76183

This is a relatively simple target but we have to fix our header
expansion to understand generated files. Next step will be to use this
in Bazel.
ghstack-source-id: 156687841

Test Plan: Rely on CI.

Reviewed By: dreiss, malfet

Differential Revision: D35820541

fbshipit-source-id: 9108ccd0d13a0e1438c5f8d665eef43014e60599
@facebook-github-bot facebook-github-bot deleted the gh/dagitses/330/head branch May 22, 2022 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants