This is an automated email from the ASF dual-hosted git repository.
lausen pushed a commit to branch v1.x
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/v1.x by this push:
new 247899a Specify Arm CD ARMPL include path (#20364)
247899a is described below
commit 247899ad82ca44fa4226ac34ebe0e0bf2bde7f9e
Author: Zhaoqi Zhu <[email protected]>
AuthorDate: Mon Jun 21 12:25:08 2021 -0700
Specify Arm CD ARMPL include path (#20364)
Workaround https://github.com/oneapi-src/oneDNN/issues/1100
---
config/distribution/linux_aarch64_cpu.cmake | 2 ++
1 file changed, 2 insertions(+)
diff --git a/config/distribution/linux_aarch64_cpu.cmake
b/config/distribution/linux_aarch64_cpu.cmake
index 22d4fbc..26e7b2c 100644
--- a/config/distribution/linux_aarch64_cpu.cmake
+++ b/config/distribution/linux_aarch64_cpu.cmake
@@ -41,3 +41,5 @@ set(MKLDNN_USE_ACL OFF CACHE BOOL "Integrate MKLDNN with Arm
Compute Library")
# APL can be downloaded from
https://developer.arm.com/tools-and-software/server-and-hpc/downloads/arm-performance-libraries
# Note that APL needs to be added to LD_LIBRARY_PATH
set(MKLDNN_USE_APL ON CACHE BOOL "Integrate MKLDNN with Arm Performance
Libraries")
+# Due to a MKLDNN bug we will need to manually set the ArmPL header
+set(BLAS_INCLUDE_DIR "/opt/arm/armpl_21.0_gcc-8.2/include_lp64_mp" CACHE
STRING "Specifies BLAS include dir")