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 2022/02/28 23:44:31 UTC

[GitHub] [incubator-mxnet] josephevans opened a new pull request #20921: [v1.9.x] Port #20482 from v1.x

josephevans opened a new pull request #20921:
URL: https://github.com/apache/incubator-mxnet/pull/20921


   [BUGFIX] Fix reuse of primitives for MKLDNN-AArch64. Fixes #20265. (#20482)
   
   This fix is a workaround for the accuracy issue observed when MXNet is built with Compute Library (ACL).
   This change includes:
   * Updating MXNet's AddSign function to generate unique hashes for MKLDNN-ACL backend.
   * Adding DNNL_AARCH64_USE_ACL to CMakeLists.txt
   * Adding Crefeda Rodrigues to the contributors list
   
   Signed-off-by: cfRod <cr...@arm.com>
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] josephevans merged pull request #20921: [v1.9.x] Port #20482 from v1.x

Posted by GitBox <gi...@apache.org>.
josephevans merged pull request #20921:
URL: https://github.com/apache/incubator-mxnet/pull/20921


   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #20921: [v1.9.x] Port #20482 from v1.x

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #20921:
URL: https://github.com/apache/incubator-mxnet/pull/20921#issuecomment-1054821365


   Hey @josephevans , 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**: [edge, clang, windows-gpu, website, sanity, windows-cpu, centos-cpu, miscellaneous, unix-cpu, centos-gpu, unix-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.

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org