Skip to content

[quant] Factoring out the list of no_observers #50459

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 12 commits into from

Conversation

z-a-f
Copy link

@z-a-f z-a-f commented Jan 13, 2021

Stack from ghstack:

Some of the custom modules cannot have the observers be inserted automatically. This PR factors out that list into a separate function.

Test is not required, as it is covered by the unittests for those modules.

Differential Revision: D26092531

Some of the custom modules cannot have the observers be inserted automatically. This PR factors out that list into a separate function.

Test is not required, as it is covered by the unittests for those modules.

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

facebook-github-bot commented Jan 13, 2021

💊 CI failures summary and remediations

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


  • 1/1 failures possibly* introduced in this PR
    • 1/1 non-CircleCI failure(s)

This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.

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

z-a-f pushed a commit that referenced this pull request Jan 13, 2021
Some of the custom modules cannot have the observers be inserted automatically. This PR factors out that list into a separate function.

Test is not required, as it is covered by the unittests for those modules.

ghstack-source-id: f541b2b
Pull Request resolved: #50459
@z-a-f z-a-f requested a review from jerryzh168 January 13, 2021 17:56
Copy link
Contributor

@jerryzh168 jerryzh168 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please address lint error as well

@jerryzh168
Copy link
Contributor

also looks like the CI is failed

Some of the custom modules cannot have the observers be inserted automatically. This PR factors out that list into a separate function.

Test is not required, as it is covered by the unittests for those modules.

[ghstack-poisoned]
Some of the custom modules cannot have the observers be inserted automatically. This PR factors out that list into a separate function.

Test is not required, as it is covered by the unittests for those modules.

[ghstack-poisoned]
z-a-f pushed a commit that referenced this pull request Jan 26, 2021
Some of the custom modules cannot have the observers be inserted automatically. This PR factors out that list into a separate function.

Test is not required, as it is covered by the unittests for those modules.

ghstack-source-id: 84c949b
Pull Request resolved: #50459
Some of the custom modules cannot have the observers be inserted automatically. This PR factors out that list into a separate function.

Test is not required, as it is covered by the unittests for those modules.

[ghstack-poisoned]
z-a-f pushed a commit that referenced this pull request Jan 26, 2021
Some of the custom modules cannot have the observers be inserted automatically. This PR factors out that list into a separate function.

Test is not required, as it is covered by the unittests for those modules.

ghstack-source-id: 500a55a
Pull Request resolved: #50459
Zafar added 8 commits January 27, 2021 13:47
Some of the custom modules cannot have the observers be inserted automatically. This PR factors out that list into a separate function.

Test is not required, as it is covered by the unittests for those modules.

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

[ghstack-poisoned]
Some of the custom modules cannot have the observers be inserted automatically. This PR factors out that list into a separate function.

Test is not required, as it is covered by the unittests for those modules.

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

[ghstack-poisoned]
Some of the custom modules cannot have the observers be inserted automatically. This PR factors out that list into a separate function.

Test is not required, as it is covered by the unittests for those modules.

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

[ghstack-poisoned]
Some of the custom modules cannot have the observers be inserted automatically. This PR factors out that list into a separate function.

Test is not required, as it is covered by the unittests for those modules.

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

[ghstack-poisoned]
Some of the custom modules cannot have the observers be inserted automatically. This PR factors out that list into a separate function.

Test is not required, as it is covered by the unittests for those modules.

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

[ghstack-poisoned]
Some of the custom modules cannot have the observers be inserted automatically. This PR factors out that list into a separate function.

Test is not required, as it is covered by the unittests for those modules.

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

[ghstack-poisoned]
Some of the custom modules cannot have the observers be inserted automatically. This PR factors out that list into a separate function.

Test is not required, as it is covered by the unittests for those modules.

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

[ghstack-poisoned]
Some of the custom modules cannot have the observers be inserted automatically. This PR factors out that list into a separate function.

Test is not required, as it is covered by the unittests for those modules.

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

[ghstack-poisoned]
@codecov
Copy link

codecov bot commented Feb 17, 2021

Codecov Report

Merging #50459 (31e2a15) into gh/z-a-f/99/base (a689cc1) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@                 Coverage Diff                  @@
##           gh/z-a-f/99/base   #50459      +/-   ##
====================================================
- Coverage             80.63%   80.63%   -0.01%     
====================================================
  Files                  1960     1960              
  Lines                215108   215110       +2     
====================================================
+ Hits                 173453   173454       +1     
- Misses                41655    41656       +1     

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in a07530e.

@facebook-github-bot facebook-github-bot deleted the gh/z-a-f/99/head branch February 21, 2021 15:17
xsacha pushed a commit to xsacha/pytorch that referenced this pull request Mar 31, 2021
Summary:
Pull Request resolved: pytorch#50459

Some of the custom modules cannot have the observers be inserted automatically. This PR factors out that list into a separate function.

Test is not required, as it is covered by the unittests for those modules.

(Note: this ignores all push blocking failures!)

Test Plan: Imported from OSS

Reviewed By: vkuzo

Differential Revision: D26092531

fbshipit-source-id: 1f89daf3a13ef31bc4e9058c3443559c65a05812
jasperzhong pushed a commit to jasperzhong/swift that referenced this pull request Nov 25, 2021
Some of the custom modules cannot have the observers be inserted automatically. This PR factors out that list into a separate function.

Test is not required, as it is covered by the unittests for those modules.

ghstack-source-id: 8a5cf0b
Pull Request resolved: pytorch/pytorch#50459
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.

3 participants