Skip to content

[quant][graphmode] quantization support for aten::chunk#34806

Closed
jerryzh168 wants to merge 21 commits intogh/jerryzh168/252/basefrom
gh/jerryzh168/252/head
Closed

[quant][graphmode] quantization support for aten::chunk#34806
jerryzh168 wants to merge 21 commits intogh/jerryzh168/252/basefrom
gh/jerryzh168/252/head

Conversation

@jerryzh168
Copy link
Copy Markdown
Contributor

@jerryzh168 jerryzh168 commented Mar 16, 2020

Stack from ghstack:

Summary:

Test Plan:
python test/test_jit.py

Reviewers:
.

Subscribers:

Tasks:

Tags:

Differential Revision: D20524454

@jerryzh168 jerryzh168 requested a review from apaszke as a code owner March 16, 2020 14:11
@facebook-github-bot facebook-github-bot added the oncall: jit Add this issue/PR to JIT oncall triage queue label Mar 16, 2020
@dr-ci
Copy link
Copy Markdown

dr-ci Bot commented Mar 16, 2020

💊 CircleCI build failures summary and remediations

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


None of the build failures appear to be your fault 💚


  • 1/1 broken upstream at merge base a00e12e since Mar 23

    Please rebase on the viable/strict branch (expand for instructions)

    If your commit is newer than viable/strict, you can try basing on an older, stable commit:

    git fetch https://github.com/pytorch/pytorch viable/strict
    git rebase --onto FETCH_HEAD $(git merge-base origin/master HEAD)
    

    If your commit is older than viable/strict:

    git fetch https://github.com/pytorch/pytorch viable/strict
    git rebase FETCH_HEAD
    

    Check out the recency history of this "viable master" tracking branch.


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 on the GitHub issue tracker.

This comment has been revised 108 times.

Summary:

Test Plan:
python test/test_jit.py

Reviewers:
.

Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
Summary:

Test Plan:
python test/test_jit.py

Reviewers:
.

Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
Summary:

Test Plan:
python test/test_jit.py

Reviewers:
.

Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
jerryzh168 added a commit that referenced this pull request Mar 18, 2020
…r prim::ListUnpack"


Summary:

Test Plan:
python test/test_jit.py
in #34806

Reviewers:

Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
jerryzh168 added a commit that referenced this pull request Mar 19, 2020
Summary:

Test Plan:
python test/test_jit.py
in #34806

Reviewers:

Subscribers:

Tasks:

Tags:

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

[ghstack-poisoned]
Summary:

Test Plan:
python test/test_jit.py

Reviewers:
.

Subscribers:

Tasks:

Tags:

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

[ghstack-poisoned]
jerryzh168 added a commit that referenced this pull request Mar 20, 2020
…r prim::ListUnpack"


Summary:

Test Plan:
python test/test_jit.py
in #34806

Reviewers:

Subscribers:

Tasks:

Tags:

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

[ghstack-poisoned]
jerryzh168 added a commit that referenced this pull request Mar 20, 2020
Summary:

Test Plan:
python test/test_jit.py
in #34806

Reviewers:

Subscribers:

Tasks:

Tags:

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

[ghstack-poisoned]
Summary:

Test Plan:
python test/test_jit.py

Reviewers:
.

Subscribers:

Tasks:

Tags:

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

[ghstack-poisoned]
Summary:

Test Plan:
python test/test_jit.py

Reviewers:
.

Subscribers:

Tasks:

Tags:

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

[ghstack-poisoned]
Summary:

Test Plan:
python test/test_jit.py

Reviewers:
.

Subscribers:

Tasks:

Tags:

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

[ghstack-poisoned]
Summary:

Test Plan:
python test/test_jit.py

Reviewers:
.

Subscribers:

Tasks:

Tags:

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

[ghstack-poisoned]
Summary:

Test Plan:
python test/test_jit.py

Reviewers:
.

Subscribers:

Tasks:

Tags:

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

[ghstack-poisoned]
Summary:

Test Plan:
python test/test_jit.py

Reviewers:
.

Subscribers:

Tasks:

Tags:

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

[ghstack-poisoned]
Summary:

Test Plan:
python test/test_jit.py

Reviewers:
.

Subscribers:

Tasks:

Tags:

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

[ghstack-poisoned]
Summary:

Test Plan:
python test/test_jit.py

Reviewers:
.

Subscribers:

Tasks:

Tags:

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

[ghstack-poisoned]
Summary:

Test Plan:
python test/test_jit.py

Reviewers:
.

Subscribers:

Tasks:

Tags:

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

[ghstack-poisoned]
Summary:

Test Plan:
python test/test_jit.py

Reviewers:
.

Subscribers:

Tasks:

Tags:

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

[ghstack-poisoned]
facebook-github-bot pushed a commit that referenced this pull request Mar 24, 2020
Summary: Pull Request resolved: #34807

Test Plan:
python test/test_jit.py
in #34806

Imported from OSS

Differential Revision: D20524452

fbshipit-source-id: 31956894d6be58b6ba96b02d338dd1fd802aeefc
@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request has been merged in 4a96911.

@facebook-github-bot facebook-github-bot deleted the gh/jerryzh168/252/head branch March 27, 2020 14:16
okly366 pushed a commit to okly366/pytorch that referenced this pull request Apr 26, 2020
Summary:

Test Plan:
python test/test_jit.py

Reviewers:
.

Subscribers:

Tasks:

Tags:

ghstack-source-id: de6263a
Pull Request resolved: pytorch/pytorch#34806
laurentdupin pushed a commit to laurentdupin/pytorch that referenced this pull request Apr 24, 2026
…#34807)

Summary: Pull Request resolved: pytorch#34807

Test Plan:
python test/test_jit.py
in pytorch#34806

Imported from OSS

Differential Revision: D20524452

fbshipit-source-id: 31956894d6be58b6ba96b02d338dd1fd802aeefc
laurentdupin pushed a commit to laurentdupin/pytorch that referenced this pull request Apr 24, 2026
Summary: Pull Request resolved: pytorch#34806

Test Plan:
python test/test_jit.py

Imported from OSS

Differential Revision: D20524454

fbshipit-source-id: 92ac9bc251581e963258cb90dc3de73f8508c822
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Merged oncall: jit Add this issue/PR to JIT oncall triage queue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants