Skip to content

Commit fee2bd9

Browse files
Qualcomm AI Engine Direct - Update qualcomm turorial document (#12423)
### Summary - update README to include WSL setup ### Test plan General CI on Windows Subsystem for Linux (WSL) with Ubuntu 22.04 cc: @haowhsu-quic, @cccclai
1 parent 6d2106a commit fee2bd9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/source/backends-qualcomm.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,20 @@ Currently, this ExecuTorch Backend can delegate AI computations to Hexagon proce
3838

3939
The Linux host operating system that QNN Backend is verified with is Ubuntu 22.04 LTS x64
4040
at the moment of updating this tutorial.
41+
In addition, it is also confirmed to work on Windows Subsystem for Linux (WSL) with Ubuntu 22.04.
4142
Usually, we verified the backend on the same OS version which QNN is verified with.
4243
The version is documented in QNN SDK.
4344

45+
#### Windows (WSL) Setup
46+
To install Ubuntu 22.04 on WSL, run the following command in PowerShell or Windows Terminal:
47+
``` bash
48+
wsl --install -d ubuntu 22.04
49+
```
50+
This command will install WSL and set up Ubuntu 22.04 as the default Linux distribution.
51+
52+
For more details and troubleshooting, refer to the official Microsoft WSL installation guide:
53+
👉 [Install WSL | Microsoft Learn](https://learn.microsoft.com/en-us/windows/wsl/install)
54+
4455
### Hardware:
4556
You will need an Android smartphone with adb-connected running on one of below Qualcomm SoCs:
4657
- SA8295

0 commit comments

Comments
 (0)