You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/04/15 06:31:29 UTC

[GitHub] [incubator-mxnet] ElaineBao opened a new pull request #18067: [v1.x] backport MKLDNN support using any format in pooling backward

ElaineBao opened a new pull request #18067: [v1.x] backport MKLDNN support using any format in pooling backward
URL: https://github.com/apache/incubator-mxnet/pull/18067
 
 
   ## Description ##
   This PR is to backport [MKLDNN] support using any format in pooling backward ([#17900](https://github.com/apache/incubator-mxnet/pull/17900)) to v1.x
   
   ## Checklist ##
   ### Essentials ###
   Please feel free to remove inapplicable items for your PR.
   - [ ] The PR title starts with [MXNET-$JIRA_ID], where $JIRA_ID refers to the relevant [JIRA issue](https://issues.apache.org/jira/projects/MXNET/issues) created (except PRs with tiny changes)
   - [ ] Changes are complete (i.e. I finished coding on this PR)
   - [ ] All changes have test coverage:
   - Unit tests are added for small changes to verify correctness (e.g. adding a new operator)
   - Nightly tests are added for complicated/long-running ones (e.g. changing distributed kvstore)
   - Build tests will be added for build configuration changes (e.g. adding a new build option with NCCL)
   - [ ] Code is well-documented: 
   - For user-facing API changes, API doc string has been updated. 
   - For new C++ functions in header files, their functionalities and arguments are documented. 
   - For new examples, README.md is added to explain the what the example does, the source of the dataset, expected performance on test set and reference to the original paper if applicable
   - Check the API doc at https://mxnet-ci-doc.s3-accelerate.dualstack.amazonaws.com/PR-$PR_ID/$BUILD_ID/index.html
   - [ ] To the best of my knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change
   
   ### Changes ###
   - [ ] Feature1, tests, (and when applicable, API doc)
   - [ ] Feature2, tests, (and when applicable, API doc)
   
   ## Comments ##
   - If this change is a backward incompatible change, why must this change be made.
   - Interesting edge cases to note here
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #18067: [v1.x] backport #17900 "[MKLDNN] support using any format in pooling backward"

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on issue #18067: [v1.x] backport #17900 "[MKLDNN] support using any format in pooling backward"
URL: https://github.com/apache/incubator-mxnet/pull/18067#issuecomment-614218949
 
 
   Jenkins CI successfully triggered : [unix-cpu, unix-gpu]

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] leezu commented on issue #18067: [v1.x] backport #17900 "[MKLDNN] support using any format in pooling backward"

Posted by GitBox <gi...@apache.org>.
leezu commented on issue #18067: [v1.x] backport #17900 "[MKLDNN] support using any format in pooling backward"
URL: https://github.com/apache/incubator-mxnet/pull/18067#issuecomment-614218886
 
 
   @mxnet-bot run ci [unix-cpu, unix-gpu]

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #18067: [v1.x] backport MKLDNN support using any format in pooling backward

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on issue #18067: [v1.x] backport MKLDNN support using any format in pooling backward
URL: https://github.com/apache/incubator-mxnet/pull/18067#issuecomment-613843915
 
 
   Hey @ElaineBao , 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**: [windows-cpu, windows-gpu, website, centos-cpu, edge, unix-gpu, miscellaneous, unix-cpu, sanity, clang, centos-gpu]
   *** 
   _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. 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] ElaineBao commented on issue #18067: [v1.x] backport #17900 "[MKLDNN] support using any format in pooling backward"

Posted by GitBox <gi...@apache.org>.
ElaineBao commented on issue #18067: [v1.x] backport #17900 "[MKLDNN] support using any format in pooling backward"
URL: https://github.com/apache/incubator-mxnet/pull/18067#issuecomment-613845068
 
 
   cc @ciyongch , adding this PR to 1.7.0 roadmap #16864

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #18067: [v1.x] backport #17900 "[MKLDNN] support using any format in pooling backward"

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on issue #18067: [v1.x] backport #17900 "[MKLDNN] support using any format in pooling backward"
URL: https://github.com/apache/incubator-mxnet/pull/18067#issuecomment-613857217
 
 
   Jenkins CI successfully triggered : [sanity, unix-gpu, windows-cpu, windows-gpu, edge, unix-cpu, clang, website, centos-gpu, miscellaneous, centos-cpu]

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] ElaineBao commented on issue #18067: [v1.x] backport #17900 "[MKLDNN] support using any format in pooling backward"

Posted by GitBox <gi...@apache.org>.
ElaineBao commented on issue #18067: [v1.x] backport #17900 "[MKLDNN] support using any format in pooling backward"
URL: https://github.com/apache/incubator-mxnet/pull/18067#issuecomment-613857112
 
 
   @mxnet-bot run ci [all]

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] ElaineBao commented on issue #18067: [v1.x] backport #17900 "[MKLDNN] support using any format in pooling backward"

Posted by GitBox <gi...@apache.org>.
ElaineBao commented on issue #18067: [v1.x] backport #17900 "[MKLDNN] support using any format in pooling backward"
URL: https://github.com/apache/incubator-mxnet/pull/18067#issuecomment-613844414
 
 
   @mxnet-bot run ci [all]

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] pengzhao-intel merged pull request #18067: [v1.x] backport #17900 "[MKLDNN] support using any format in pooling backward"

Posted by GitBox <gi...@apache.org>.
pengzhao-intel merged pull request #18067: [v1.x] backport #17900 "[MKLDNN] support using any format in pooling backward"
URL: https://github.com/apache/incubator-mxnet/pull/18067
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services