Nothing Special   »   [go: up one dir, main page]

Skip to content
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

[ONNX] Fix sum export with attribute keepdims (#59316) #60245

Closed
wants to merge 9 commits into from

Conversation

BowenBao
Copy link
Collaborator
@BowenBao BowenBao commented Jun 18, 2021

Stack from ghstack:

Fix after b9bdb07. Improving previous fix on two aspects

  • Not only checks 0 on first dimension for empty tensor.
  • Do not assume empty tensor when shape is not accessible.

Co-authored-by: BowenBao bowbao@microsoft.com

Differential Revision: D29494917

Fix after b9bdb07. Improving previous fix on two aspects
* Not only checks 0 on first dimension for empty tensor.
* Do not assume empty tensor when shape is not accessible.

Co-authored-by: BowenBao <bowbao@microsoft.com>

[ghstack-poisoned]
@facebook-github-bot
Copy link
Contributor
facebook-github-bot commented Jun 18, 2021

💊 CI failures summary and remediations

As of commit dd5d0b8 (more details on the Dr. CI page and at hud.pytorch.org/pr/60245):


💚 💚 Looks good so far! There are no failures yet. 💚 💚


Preview docs built from this PR

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.

Click here to manually regenerate this comment.

BowenBao added 7 commits June 18, 2021 14:31
Fix after b9bdb07. Improving previous fix on two aspects
* Not only checks 0 on first dimension for empty tensor.
* Do not assume empty tensor when shape is not accessible.

Co-authored-by: BowenBao <bowbao@microsoft.com>

[ghstack-poisoned]
Fix after b9bdb07. Improving previous fix on two aspects
* Not only checks 0 on first dimension for empty tensor.
* Do not assume empty tensor when shape is not accessible.

Co-authored-by: BowenBao <bowbao@microsoft.com>

[ghstack-poisoned]
Fix after b9bdb07. Improving previous fix on two aspects
* Not only checks 0 on first dimension for empty tensor.
* Do not assume empty tensor when shape is not accessible.

Co-authored-by: BowenBao <bowbao@microsoft.com>

[ghstack-poisoned]
Fix after b9bdb07. Improving previous fix on two aspects
* Not only checks 0 on first dimension for empty tensor.
* Do not assume empty tensor when shape is not accessible.

Co-authored-by: BowenBao <bowbao@microsoft.com>

[ghstack-poisoned]
Fix after b9bdb07. Improving previous fix on two aspects
* Not only checks 0 on first dimension for empty tensor.
* Do not assume empty tensor when shape is not accessible.

Co-authored-by: BowenBao <bowbao@microsoft.com>

[ghstack-poisoned]
Fix after b9bdb07. Improving previous fix on two aspects
* Not only checks 0 on first dimension for empty tensor.
* Do not assume empty tensor when shape is not accessible.

Co-authored-by: BowenBao <bowbao@microsoft.com>

[ghstack-poisoned]
Fix after b9bdb07. Improving previous fix on two aspects
* Not only checks 0 on first dimension for empty tensor.
* Do not assume empty tensor when shape is not accessible.

Co-authored-by: BowenBao <bowbao@microsoft.com>

[ghstack-poisoned]
@SplitInfinity
Copy link

@SplitInfinity has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

Fix after b9bdb07. Improving previous fix on two aspects
* Not only checks 0 on first dimension for empty tensor.
* Do not assume empty tensor when shape is not accessible.

Co-authored-by: BowenBao <bowbao@microsoft.com>

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

[ghstack-poisoned]
@SplitInfinity
Copy link

@SplitInfinity has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@SplitInfinity merged this pull request in 4ccfa3f.

@facebook-github-bot facebook-github-bot deleted the gh/BowenBao/88/head branch July 12, 2021 14:18
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.

4 participants