Skip to content

Commit 0a27c1c

Browse files
committed
Set ENABLE_KLEIDIAI_QMX_COEXIST from QMX library based on Onnxruntime
config option onnxruntime_USE_QMX_KLEIDIAI_COEXIST
1 parent 871ce93 commit 0a27c1c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

cmake/deps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ directx_headers;https://github.com/microsoft/DirectX-Headers/archive/refs/tags/v
5757
cudnn_frontend;https://github.com/NVIDIA/cudnn-frontend/archive/refs/tags/v1.12.0.zip;7e733cfdc410d777b76122d64232499205589a96
5858
dawn;https://github.com/google/dawn/archive/13c1635a14574ebb7116b56a69f5519301417fda.zip;0aadd28fc385cf7d657d5fc70a352372d2d3c76a
5959
kleidiai;https://github.com/ARM-software/kleidiai/archive/refs/tags/v1.15.0.tar.gz;62ccd24ab60bcef68766440fb42d79071ac2a5d2
60-
kleidiai-qmx;https://github.com/qualcomm/kleidiai/archive/85927d96456a18b9fd3b7d0f17bc2f3e0163f429.zip;255a54e4ef9d498c9c6987582f69032e031b38cf
60+
kleidiai-qmx;https://github.com/qualcomm/kleidiai/archive/2f10c9a8d32f81ffeeb6d4885a29cc35d2b0da87.zip;5e855730a2d69057a569f43dd7532db3b2d2a05c
6161
duktape;https://github.com/svaarala/duktape/releases/download/v2.7.0/duktape-2.7.0.tar.xz;8200c8e417dbab7adcc12c4dbdef7651cfc55794

tools/ci_build/build.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -898,8 +898,6 @@ def generate_build_tree(
898898
cmake_args += ["-Donnxruntime_USE_KLEIDIAI=ON"]
899899
if args.use_qmx:
900900
cmake_args += ["-Donnxruntime_USE_QMX_KLEIDIAI_COEXIST=ON"]
901-
# QMX KleidiAI build option
902-
cmake_args += ["-DENABLE_KLEIDIAI_QMX_COEXIST=ON"]
903901

904902
if args.enable_arm_neon_nchwc:
905903
cmake_args += ["-Donnxruntime_USE_ARM_NEON_NCHWC=ON"]

0 commit comments

Comments
 (0)