mirror of
https://github.com/uxlfoundation/oneDNN.git
synced 2025-10-20 18:43:49 +08:00
Revert "cpu: aarch64: Update ACL reorder API" (#3522)
This commit is contained in:
@ -33,7 +33,7 @@ find_package(ACL REQUIRED)
|
||||
|
||||
# Required. The minimum compatible major-version as per Semantic Versioning.
|
||||
set(ACL_MIN_MAJOR_VERSION "52")
|
||||
set(ACL_MIN_MINOR_VERSION "1")
|
||||
set(ACL_MIN_MINOR_VERSION "0")
|
||||
set(ACL_MIN_VERSION "${ACL_MIN_MAJOR_VERSION}.${ACL_MIN_MINOR_VERSION}")
|
||||
|
||||
# Optional. Maximum known compatible version if any.
|
||||
|
Reference in New Issue
Block a user