forked from apache/mxnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX] Fix reuse of primitives for MKLDNN-AArch64. Fixes apache#20265…
…. (apache#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 <crefeda.rodrigues@arm.com>
- Loading branch information
1 parent
ac4439d
commit d903af9
Showing
3 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters