From 22216b97b4bc91d9048f4368e4a062f5d544ce2a Mon Sep 17 00:00:00 2001 From: "Nat Kershaw (MSFT)" Date: Wed, 24 May 2023 06:42:42 -0700 Subject: [PATCH] Update picker with QNN (#16064) Staged here: https://natke.github.io/onnxruntime/ - [ ] Check linked installation guide - [x] Update aka.ms link --- index.html | 4 ++-- js/script.js | 30 +++++++++++++++--------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/index.html b/index.html index 6bedab222c..094cb8b73d 100644 --- a/index.html +++ b/index.html @@ -491,8 +491,8 @@ Console.WriteLine(outputs[0].AsTensor()[0]); ROCm
- SNPE + tabindex="-1" aria-selected="false" id="QNN"> + QNN
diff --git a/js/script.js b/js/script.js index 26a1c4a257..228d9115f9 100644 --- a/js/script.js +++ b/js/script.js @@ -1242,27 +1242,27 @@ var validCombos = { "linux,Python,Power,DefaultCPU": "pip install onnxruntime-powerpc64le", - //SNPE - "windows,C-API,ARM64,SNPE": - "View installation instructions here", + //QNN + "windows,C-API,ARM64,QNN": + "View installation instructions here", - "windows,C++,ARM64,SNPE": - "View installation instructions here", + "windows,C++,ARM64,QNN": + "View installation instructions here", - "windows,C#,ARM64,SNPE": - "View installation instructions here", + "windows,C#,ARM64,QNN": + "View installation instructions here", - "linux,C-API,ARM64,SNPE": - "Follow build instructions from here", + "linux,C-API,ARM64,QNN": + "Follow build instructions from here", - "linux,C++,ARM64,SNPE": - "Follow build instructions from here", + "linux,C++,ARM64,QNN": + "Follow build instructions from here", - "android,C-API,ARM64,SNPE": - "Follow build instructions from here", + "android,C-API,ARM64,QNN": + "Follow build instructions from here", - "android,C++,ARM64,SNPE": - "Follow build instructions from here", + "android,C++,ARM64,QNN": + "Follow build instructions from here", //Xnnpack "ios,C-API,ARM64,XNNPACK":