Skip to content

Commit

Permalink
build: fix to include path for ArmPL builds. (#1111)
Browse files Browse the repository at this point in the history
  • Loading branch information
nSircombe authored Jul 9, 2021
1 parent 2957115 commit 3b28c52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/blas.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# *******************************************************************************
# Copyright 2020 Arm Limited and affiliates.
# Copyright 2020-2021 Arm Limited and affiliates.
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -51,6 +51,7 @@ if(DNNL_BLAS_VENDOR STREQUAL "MKL")
elseif(DNNL_BLAS_VENDOR STREQUAL "OPENBLAS")
set(BLA_VENDOR "OpenBLAS")
elseif(DNNL_BLAS_VENDOR STREQUAL "ARMPL")
set(CBLAS_HEADERS "armpl.h")
expect_arch_or_generic("AARCH64")
if(DNNL_CPU_RUNTIME STREQUAL "OMP")
set(BLA_VENDOR "Arm_mp")
Expand Down

0 comments on commit 3b28c52

Please sign in to comment.