You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Qualcomm AI Engine Direct - Update arch and soc chipset terms (#6227)
Summary:
- Previously, we use the term arch_table and soc model interchangeably. However, these 2 terms referd to 2 different things. arch_table is now referred to htp arch table, which refers to htp architecture verison, such as v73, v75, etc. On the other hand, SoC model will be referring to the SoC chipsets ID, such as SM8550, SM8650, etc.
- Removed tutorial to add SoC. I don't think external users will be able to get SoC IDs.
Pull Request resolved: #6227
Reviewed By: tarun292
Differential Revision: D64411771
Pulled By: cccclai
fbshipit-source-id: 1871b1df1633560be48eb80f62ac83382dd7164f
Copy file name to clipboardExpand all lines: backends/qualcomm/README.md
+2-11Lines changed: 2 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,17 +21,8 @@ Please check `generate_qnn_executorch_compiler_spec()` in
21
21
- Snapdragon 8 Gen 2
22
22
- Snapdragon 8 Gen 3
23
23
24
-
### How to add more supported Chipset
25
-
26
-
#### Step 1: Check SoC model of snapdragon device
27
-
Get SoC model which would like to be supported from the document of Qualcomm AI Engine Direct SDK.
28
-
29
-
#### Step 2: Update schema of compiler option and SoC information in serialization
30
-
Add SoC model into QcomChipset enum in [schema](./serialization/schema.fbs) and [qnn_compile_spec_schema](./serialization/qnn_compile_spec_schema.py).
31
-
Insert new SoC information into _soc_info_table in [qnn_compile_spec_schema](./serialization/qnn_compile_spec_schema.py).
32
-
33
-
#### Step 3: Recompile the .pte file
34
-
Follow [setup](../../docs/source/build-run-qualcomm-ai-engine-direct-backend.md) to setup environment and build runtime with new schema header.
24
+
### Adding more supported Chipset
25
+
Currently, users cannot add additional chipset models because the chipset ID is not accessible to community users. If you have specific chipset models you wish to add, please contact one of the authors in the `Code Reviews` section at the bottom of this page.
0 commit comments