Skip to content

Commit 2c67925

Browse files
authored
Revert "aarch64: upgrade ACL version to 24.04" (#1813)
This reverts commit 6b90c09.
1 parent f0362be commit 2c67925

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aarch64_linux/aarch64_wheel_ci_build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def build_ArmComputeLibrary() -> None:
7878
"clone",
7979
"https://github.com/ARM-software/ComputeLibrary.git",
8080
"-b",
81-
"v24.04",
81+
"v23.08",
8282
"--depth",
8383
"1",
8484
"--shallow-submodules",

aarch64_linux/build_aarch64_wheel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def build_ArmComputeLibrary(host: RemoteHost, git_clone_flags: str = "") -> None
229229
print('Building Arm Compute Library')
230230
acl_build_flags=" ".join(["debug=0", "neon=1", "opencl=0", "os=linux", "openmp=1", "cppthreads=0",
231231
"arch=armv8a", "multi_isa=1", "fixed_format_kernels=1", "build=native"])
232-
host.run_cmd(f"git clone https://github.com/ARM-software/ComputeLibrary.git -b v24.04 {git_clone_flags}")
232+
host.run_cmd(f"git clone https://github.com/ARM-software/ComputeLibrary.git -b v23.08 {git_clone_flags}")
233233
host.run_cmd(f"cd ComputeLibrary && scons Werror=1 -j8 {acl_build_flags}")
234234

235235

0 commit comments

Comments
 (0)