Skip to content

Commit

Permalink
correct way to enable acl
Browse files Browse the repository at this point in the history
  • Loading branch information
allnes committed Jan 9, 2025
1 parent ec3d689 commit 82c4906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/automation/build_aarch64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fi
set -x
cmake \
-Bbuild -S. \
-DDNNL_AARCH64_USE_ACL=ON \
-DDNNL_USE_ACL=ON=ON \
-DONEDNN_BUILD_GRAPH=0 \
-DDNNL_CPU_RUNTIME=$ONEDNN_THREADING \
-DONEDNN_WERROR=OFF \
Expand Down

0 comments on commit 82c4906

Please sign in to comment.