[cpu][fix] Update ACL version to fix crashes with tensor sizes > 2^31-1 (#165904)

----

- Updates Arm Compute Library (ACL) to v52.6.0
- v52.6.0 contains https://github.com/ARM-software/ComputeLibrary/pull/1201 which fixes crashes with tensors of sizes > 2^31-1

fixes: #165654

Pull Request resolved: https://github.com/pytorch/pytorch/pull/165904
Approved by: https://github.com/malfet
This commit is contained in:
Fadi Arafeh 2025-10-31 16:52:39 +00:00 committed by PyTorch MergeBot
parent 08f4535378
commit d2be06f673

View File

@ -3,7 +3,7 @@
set -eux
ACL_VERSION=${ACL_VERSION:-"v25.02"}
ACL_VERSION=${ACL_VERSION:-"v52.6.0"}
ACL_INSTALL_DIR="/acl"
# Clone ACL