Skip to content

Commit e02a38e

Browse files
committed
Fix xnnpack doc suggestions
1 parent f1a4cea commit e02a38e

File tree

1 file changed

+2
-2
lines changed
  • examples/demo-apps/android/ExecuTorchDemo

1 file changed

+2
-2
lines changed

examples/demo-apps/android/ExecuTorchDemo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ cmake .. \
7575
-DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON
7676
```
7777

78-
When we make `EXECUTORCH_BUILD_XNNPACK=ON`, we will build the target [`xnn_executor_runner_lib`](../../../../backends/xnnpack/CMakeLists.txt) and this is built into in [CMake](../jni/CMakeLists.txt).
78+
When we set `EXECUTORCH_BUILD_XNNPACK=ON`, we will build the target [`xnn_executor_runner_lib`](../../../../backends/xnnpack/CMakeLists.txt) which in turn is built into in [CMake](../jni/CMakeLists.txt).
7979

80-
`libexecutorchdemo.so` wraps up the required XNNPACK Backend runtime library from `xnn_executor_runner_lib`, and add an additional JNI layer using fbjni. This is later exposed to Java app.
80+
`libexecutorchdemo.so` wraps up the required XNNPACK Backend runtime library from `xnn_executor_runner_lib`, and adds an additional JNI layer using fbjni. This is later exposed to Java app.
8181

8282
2. *Optional:* Configure a library with XNNPACK and [Qualcomm HTP backend](../../../../backends/qualcomm/README.md)
8383

0 commit comments

Comments
 (0)