Skip to content

Commit 82c4906

Browse files
committed
correct way to enable acl
1 parent ec3d689 commit 82c4906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/automation/build_aarch64.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fi
3939
set -x
4040
cmake \
4141
-Bbuild -S. \
42-
-DDNNL_AARCH64_USE_ACL=ON \
42+
-DDNNL_USE_ACL=ON=ON \
4343
-DONEDNN_BUILD_GRAPH=0 \
4444
-DDNNL_CPU_RUNTIME=$ONEDNN_THREADING \
4545
-DONEDNN_WERROR=OFF \

0 commit comments

Comments
 (0)