Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

[BUGFIX] [v1.x] ElementWiseSum fix for oneDNN (#18777) - #19199

Merged
pengzhao-intel merged 1 commit into
apache:v1.xfrom
bgawrych:v1xElemwisefix
Sep 23, 2020
Merged

[BUGFIX] [v1.x] ElementWiseSum fix for oneDNN (#18777)#19199
pengzhao-intel merged 1 commit into
apache:v1.xfrom
bgawrych:v1xElemwisefix

Conversation

@bgawrych

Copy link
Copy Markdown
Contributor

Cherry-pick from #18777

  • Fix ElementwiseSum for DNNL

  • Fix sanity and replace push_back with emplace_back

  • Change order of the data format conditions

  • Add NOLINT to avoid readability error

  • Add test for oneDNN ElemwiseSum

Description

(Brief description on what this PR is about)

Checklist

Essentials

  • PR's title starts with a category (e.g. [BUGFIX], [MODEL], [TUTORIAL], [FEATURE], [DOC], etc)
  • Changes are complete (i.e. I finished coding on this PR)
  • All changes have test coverage
  • Code is well-documented
* Fix ElementwiseSum for DNNL

* Fix sanity and replace push_back with emplace_back

* Change order of the data format conditions

* Add NOLINT to avoid readability error

* Add test for oneDNN ElemwiseSum

Co-authored-by: Bart Gawrych <gawrych.bartlomiej@intel.com>
@mxnet-bot

Copy link
Copy Markdown

Hey @bgawrych , Thanks for submitting the PR
All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands:

  • To trigger all jobs: @mxnet-bot run ci [all]
  • To trigger specific jobs: @mxnet-bot run ci [job1, job2]

CI supported jobs: [unix-cpu, website, edge, clang, windows-gpu, miscellaneous, centos-cpu, unix-gpu, windows-cpu, centos-gpu, sanity]


Note:
Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin.
All CI tests must pass before the PR can be merged.

@bgawrych

Copy link
Copy Markdown
Contributor Author

@mxnet-bot run ci [website]

@mxnet-bot

Copy link
Copy Markdown

Jenkins CI successfully triggered : [website]

@bgawrych

Copy link
Copy Markdown
Contributor Author

@pengzhao-intel pengzhao-intel left a comment

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.

LGTM and merge now.

@pengzhao-intel
pengzhao-intel merged commit a6c357a into apache:v1.x Sep 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

3 participants