Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ARM] Fix build OneDNN for ACL #269

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
correct way to enable acl
allnes committed Jan 9, 2025
commit 82c490644da22e118ee238a4b3febc3389d171f2
2 changes: 1 addition & 1 deletion .github/automation/build_aarch64.sh
Original file line number Diff line number Diff line change
@@ -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 \