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

Commit

Permalink
Specify Arm CD ARMPL include path (#20364)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zha0q1 authored Jun 21, 2021
1 parent 2d891d9 commit 247899a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/distribution/linux_aarch64_cpu.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit 247899a

Please sign in to comment.