Skip to content

[quant] quantized reflection_pad1d#37452

Closed
z-a-f wants to merge 4 commits intogh/z-a-f/27/basefrom
gh/z-a-f/27/head
Closed

[quant] quantized reflection_pad1d#37452
z-a-f wants to merge 4 commits intogh/z-a-f/27/basefrom
gh/z-a-f/27/head

Conversation

@z-a-f
Copy link
Copy Markdown

@z-a-f z-a-f commented Apr 28, 2020

Stack from ghstack:

Differential Revision: D21286659

z-a-f pushed a commit that referenced this pull request Apr 28, 2020
ghstack-source-id: 10269f6
Pull Request resolved: #37452
@dr-ci
Copy link
Copy Markdown

dr-ci Bot commented Apr 28, 2020

💊 Build failures summary and remediations

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


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

ci.pytorch.org: 1 failed


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.

See how this bot performed.

This comment has been revised 13 times.

@vkuzo vkuzo self-requested a review April 28, 2020 23:19
channels=st.integers(1, 64),
width=st.integers(16, 128),
qtype=st.sampled_from(hu._ALL_QINT_TYPES))
def test_reflection_pad1d(self, batch_size, channels, width, qtype):
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Is this also tested for QNNPACK? Do you need to explicitly loop over qengines?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Does it need qnnpack testing? It was not implemented in qnnpack, neither is it implemented in fbgemm. The implementation is purely in memory manipulation, and should be qengine agnostic

Copy link
Copy Markdown
Contributor

@raghuramank100 raghuramank100 left a comment

Choose a reason for hiding this comment

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

Question on qnnpack coverage.

z-a-f pushed a commit that referenced this pull request Apr 29, 2020
ghstack-source-id: d8b03ad
Pull Request resolved: #37452
z-a-f pushed a commit that referenced this pull request Apr 29, 2020
ghstack-source-id: c0ae898
Pull Request resolved: #37452
z-a-f pushed a commit that referenced this pull request Apr 29, 2020
ghstack-source-id: 2641967
Pull Request resolved: #37452
@facebook-github-bot
Copy link
Copy Markdown
Contributor

@z-a-f merged this pull request in a09cb5f.

@facebook-github-bot facebook-github-bot deleted the gh/z-a-f/27/head branch May 4, 2020 14:17
laurentdupin pushed a commit to laurentdupin/pytorch that referenced this pull request Apr 24, 2026
Summary: Pull Request resolved: pytorch#37452

Test Plan: Imported from OSS

Differential Revision: D21286659

Pulled By: z-a-f

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants